method

parent

v2_6_3 - Show latest stable - Class: REXML::Light::Node
parent()
public

No documentation available.

# File lib/rexml/light/node.rb, line 155
      def parent
        at(1)
      end