Method: FSM::Observer#configure

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

#configure(&b) ⇒ Object



55
56
57
58
59
# File 'lib/fsm-0.0.0/observer.rb', line 55

def configure &b
  ex{
    @dsl.configure &b
  }
end