Sha256: 6b7a311cc3c4a7050fd942cd28e2283d9632f7d852268b8df8d82847f9c5eb30
Contents?: true
Size: 116 Bytes
Versions: 2
Compression:
Stored size: 116 Bytes
Contents
#!/usr/bin/env ratch task :hello do puts "Hello" end task :world => [:hello] do puts "World" end run :world
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ratch-1.1.0 | demo/tryme-task.ratch |
ratch-1.0.0 | demo/tryme-task.ratch |