# File lib/state_machine/path.rb, line 76 def walk transitions.each {|transition| yield dup.push(transition)} end