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.

Parameters:

  • str (String)

    Command help string



241
242
243
# File 'lib/filigree/configuration.rb', line 241

def help(str)
	@help_string = str
end