Method: Command::CommandSet#consume_terms
- Defined in:
- lib/command-set/command-set.rb
#consume_terms(terms, subject, arg_hash) ⇒ Object
252 253 254 255 256 |
# File 'lib/command-set/command-set.rb', line 252 def consume_terms(terms, subject, arg_hash) @command_list[nil].consume_terms(terms, subject, arg_hash) @most_recent_args = arg_hash.dup return arg_hash end |