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