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