Method: Object#dclone

Defined in:
lib/rexml/xpath_parser.rb

#dcloneObject

provides a unified clone operation, for REXML::XPathParser to use across multiple Object types



11
12
13
# File 'lib/rexml/xpath_parser.rb', line 11

def dclone
  clone
end