# File lib/xml/dom/core.rb, line 3242 def dump(depth = 0) print ' ' * depth * 2 print "<?#{@value.inspect}?>\n" end