# File lib/xml/dom/core.rb, line 1281
      def each
        @nodes.each do |value|
          yield(value)
        end
      end