Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • rexml/xpath_parser.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

Symbol

Public Instance Methods

dclone() click to toggle source

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

 
               # File rexml/xpath_parser.rb, line 17
def dclone ; self ; end