# File lib/state_machine/node_collection.rb, line 59
    def <<(node)
      @nodes << node
      @indices.each {|attribute, index| index[value(node, attribute)] = node}
      self
    end