class StateMachine_Doc

Public Class Methods

new() click to toggle source
# File lib/dibnahs_dogs.rb, line 95
def initialize
  puts  "This is my standard state machine.\n Overload the function setState.....because it is here that the state tabel is described and only here"
end