Method: ActionCommand::InputOutput#keys
- Defined in:
- lib/action_command/input_output.rb
#keys ⇒ Object
Returns an array with the set of parameter symbols this command accepts.
143 144 145 |
# File 'lib/action_command/input_output.rb', line 143 def keys @input.collect { |p| p[:symbol] } end |