# File lib/state_machine/node_collection.rb, line 92 def each @nodes.each {|node| yield node} self end