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