Method: Runfile#help

Defined in:
lib/runfile/dsl.rb

#help(text) ⇒ Object

Set the help message for the next action



28
29
30
# File 'lib/runfile/dsl.rb', line 28

def help(text)
  Runner.instance.last_help = text
end