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