Method: Knifecmd#reset_found
- Defined in:
- lib/kknife/knifecmd.rb
#reset_found(commands = []) ⇒ Object
Reset the command found instance variables
183 184 185 186 |
# File 'lib/kknife/knifecmd.rb', line 183 def reset_found( commands = [] ) @cmd_found = [] @cmd_left = commands.dup end |