Method: CommandMapper::Command.has_option?
- Defined in:
- lib/command_mapper/command.rb
permalink .has_option?(name) ⇒ Boolean
Determines if an option with the given name has been defined.
350 351 352 |
# File 'lib/command_mapper/command.rb', line 350 def self.has_option?(name) .has_key?(name) end |