# File lib/state_machine/event.rb, line 193 def can_fire?(object, requirements = {}) !transition_for(object, requirements).nil? end