class UIC::StateMachine

Public Class Methods

new( scxml ) click to toggle source
# File lib/ruic/statemachine.rb, line 3
def initialize( scxml )
        self.file = scxml
end

Public Instance Methods

inspect() click to toggle source
# File lib/ruic/statemachine.rb, line 6
def inspect
        "<#{self.class} #{file}>"
end