Method: Commander::Command::Options#default
- Defined in:
- lib/commander/command.rb
#default(defaults = {}) ⇒ Object
28 29 30 |
# File 'lib/commander/command.rb', line 28 def default defaults = {} @table = defaults.merge! @table end |
28 29 30 |
# File 'lib/commander/command.rb', line 28 def default defaults = {} @table = defaults.merge! @table end |