Object
@private
# File rexml/xpath_parser.rb, line 955 def initialize(node, context=nil) if node.is_a?(XPathNode) @raw_node = node.raw_node else @raw_node = node end @context = context || {} end
# File rexml/xpath_parser.rb, line 964 def position @context[:position] end
This page was generated for Ruby 2.7.0
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.2.