module StepMachine

Constants

VERSION

Public Class Methods

included(receiver) click to toggle source
# File lib/step_machine.rb, line 55
def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end