method
root
v1_8_6_287 -
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