# File lib/state_machine/event_collection.rb, line 31 def valid_for(object) select {|event| event.can_fire?(object)} end