# File lib/xml/dom/core.rb, line 1861
      def dump(depth = 0)
        print ' ' * depth * 2
        print "// #{self.to_s}\n"
      end