Method: FSM::Observer#on_input

Defined in:
lib/fsm-0.0.0/observer.rb

#on_input(*a, &b) ⇒ Object



90
91
92
# File 'lib/fsm-0.0.0/observer.rb', line 90

def on_input *a, &b 
  on Event::Input, *a, &b
end