# File lib/state_machine/machine.rb, line 1443 def paths_for(object, requirements = {}) PathCollection.new(object, self, requirements) end