Module: Kernel
- Defined in:
- lib/fsm.rb,
lib/fsm-0.0.0.rb
Instance Method Summary collapse
Instance Method Details
#FSM(*a, &b) ⇒ Object
63 |
# File 'lib/fsm.rb', line 63 def FSM(*a, &b) ::FSM.new(*a, &b) end |
#FSMSystem(*a, &b) ⇒ Object
64 |
# File 'lib/fsm.rb', line 64 def FSMSystem(*a, &b) ::FSM::System.new(*a, &b) end |