# File lib/xml/dom2/processinginstruction.rb, line 150 def cloneNode(deep = true) super(deep, @target, @data) end