Method: CommandMapper::Command.options
- Defined in:
- lib/command_mapper/command.rb
.options ⇒ Hash{Symbol => Option}
All defined options.
329 330 331 332 333 334 335 |
# File 'lib/command_mapper/command.rb', line 329 def self. ||= if superclass < Command superclass..dup else {} end end |