Method: Mysh::Action#process_quick_command

Defined in:
lib/mysh/action.rb

#process_quick_command(input) ⇒ Object

Parse the string and call the action.



22
23
24
25
# File 'lib/mysh/action.rb', line 22

def process_quick_command(input)
  process_command(input.quick)
  :internal
end