Sha256: b333c5259894ae634403516497954ac6d46a4a3690906a3195ba014a653957f2
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
An Introduction to Reap A Ruby Package Assitant task :name do when { projectfile? } help <<-end Help information. end run do |x| # do the task end end desc "This is a description" task :name do |x| # do the task end cont do help <<-end This is help text. end when do projectfile? end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reap-5.0.0 | doc/note/intro.txt |