method
root
v2_6_3 -
Show latest stable
- Class:
REXML::Light::Node
root()public
No documentation available.
# File lib/rexml/light/node.rb, line 142
def root
context = self
context = context.at(1) while context.at(1)
end