Sha256: 903933b1c78a676f468937879fc4b6f05d99a5649006c1146b7a219191bd7c2b
Contents?: true
Size: 358 Bytes
Versions: 11
Compression:
Stored size: 358 Bytes
Contents
#!/usr/bin/env ./bin/nake # You can do the same by adding Task[name].call in the define block, but please, # don't use this approach. Dependencies are readable and if someone wants to, # he can simply remove a dependency from the dependency array. task(:greet1) task(:greet2) task = task(:greet3, :greet1, :greet2) task.description = "Run greet1 & greet2"
Version data entries
11 entries across 11 versions & 2 rubygems