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