# File lib/state_machine/extensions.rb, line 102
    def fire_events(*events)
      self.class.state_machines.fire_events(self, *events)
    end