Module: Rodish::Plugins::HelpOrder::CommandMethods

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

Instance Attribute Summary collapse

Instance Attribute Details

#help_order=(value) ⇒ Object

The order of sections in returned help. If not set for the command, uses the default order



37
38
39
# File 'lib/rodish/plugins/help_order.rb', line 37

def help_order=(value)
  @help_order = value
end