# File lib/state_machine/event.rb, line 174
    def can_fire?(object)
      !transition_for(object).nil?
    end