Module: FSM::Util

Included in:
Event, FSM, Observer, System
Defined in:
lib/fsm-0.0.0/util.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods, Methods Classes: Const

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



162
163
164
165
166
167
168
169
# File 'lib/fsm-0.0.0/util.rb', line 162

def self.included other
  other.extend ClassMethods
  other.module_eval{ 
    include InstanceMethods 
    include Sync_m
  }
  super
end