# File lib/state_machine.rb, line 438
    def state_machine(*args, &block)
      StateMachine::Machine.find_or_create(self, *args, &block)
    end