Method: Loquacious::Configuration::Help#show_all

Defined in:
lib/loquacious/configuration/help.rb

#show_all(opts = {}) ⇒ Object Also known as: show_attributes

Show all attributes for the configuration. The same options allowed by the show method are also supported by this method.



156
157
158
# File 'lib/loquacious/configuration/help.rb', line 156

def show_all( opts = {} )
  show_attribute(nil, opts)
end