Method: Object#dclone
- Defined in:
- lib/rexml/xpath_parser.rb
#dclone ⇒ Object
provides a unified clone operation, for REXML::XPathParser to use across multiple Object types
13 14 15 |
# File 'lib/rexml/xpath_parser.rb', line 13 def dclone clone end |