Method: Knifecmd#resolve
- Defined in:
- lib/kknife/knifecmd.rb
#resolve(commands) ⇒ Object
Resolve a list of commands into real commands
196 197 198 199 |
# File 'lib/kknife/knifecmd.rb', line 196 def resolve( commands ) lookup commands @cmd_found + @cmd_left end |