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