Method: Redwood::Mode#handle_input

Defined in:
lib/sup/mode.rb

#handle_input(c) ⇒ Object



57
58
59
60
61
# File 'lib/sup/mode.rb', line 57

def handle_input c
  action = resolve_input(c) or return false
  send action
  true
end