Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/rexml/xpath_parser.rb
Instance Method Summary collapse
-
#dclone ⇒ Object
provides a unified
clone
operation, for REXML::XPathParser to use across multiple Object types.
Instance Method Details
#dclone ⇒ Object
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 |