Module: Rodish::Plugins::HelpOptionValues::CommandMethods
- Defined in:
- lib/rodish/plugins/help_option_values.rb
Instance Attribute Summary collapse
-
#help_option_values ⇒ Object
An hash with option name string keys, and keys that are either arrays of strings or ContextWrappedOptionValues instances.
Instance Attribute Details
#help_option_values ⇒ Object
An hash with option name string keys, and keys that are either arrays of strings or ContextWrappedOptionValues instances.
43 44 45 |
# File 'lib/rodish/plugins/help_option_values.rb', line 43 def help_option_values @help_option_values end |