class SM_Doc

Public Class Methods

new() click to toggle source
# File lib/dibnahs_dogs.rb, line 90
 def initialize
  puts "SM is just the class holding states and checking for the most basic errors\n you are free to extend it but I would not recommend instanciating it. \n Instead use StateMachine.\n Use the public access functions for state machine fuctionality:\n\t next #state forward\n\t goto # a specific state\n\tback # an number of states \n\tclear #the registers "
end