Method: Filigree::Commands::ClassMethods#help

Defined in:
lib/filigree/commands.rb

#help(str) ⇒ void

This method returns an undefined value.

Attaches the provided help string to the command that is defined next.

Parameters:

  • str (String)

    Help string for the next command



129
130
131
# File 'lib/filigree/commands.rb', line 129

def help(str)
	@help_string = str
end