Method: Filigree::Configuration::ClassMethods#help

Defined in:
lib/filigree/configuration.rb

#help(str) ⇒ void

This method returns an undefined value.

Sets the help string for the next command.



260
261
262
# File 'lib/filigree/configuration.rb', line 260

def help(str)
  @help_string = str
end