Method: ActionCommand::InputOutput#input
- Defined in:
- lib/action_command/input_output.rb
#input(sym, desc, opts = {}, &_block) ⇒ Object
Defines input for a command
129 130 131 |
# File 'lib/action_command/input_output.rb', line 129 def input(sym, desc, opts = {}, &_block) insert_io(@input, sym, desc, opts) end |