Method: REXML::Light::Node#root

Defined in:
lib/rexml/light/node.rb

#rootObject



134
135
136
137
# File 'lib/rexml/light/node.rb', line 134

def root
  context = self
  context = context.at(1) while context.at(1)
end