Method: Fabulator::Core::Structurals::StateMachine#clone

Defined in:
lib/fabulator/core/structurals/state_machine.rb

#cloneObject



37
38
39
# File 'lib/fabulator/core/structurals/state_machine.rb', line 37

def clone
  YAML::load( YAML::dump( self ) )
end