Module: Rodish::Plugins::HelpExamples::DSLMethods

Defined in:
lib/rodish/plugins/help_examples.rb

Instance Method Summary collapse

Instance Method Details

#help_example(example) ⇒ Object

Add an example to show in the help output for the command.



13
14
15
# File 'lib/rodish/plugins/help_examples.rb', line 13

def help_example(example)
  (@command.help_examples ||= []) << example
end