From e6eeaa5db6a1896d19c6d9ef14c22b7a40c59458 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 May 2024 15:30:29 +0000 Subject: [PATCH] Generate (06be5cfd081533f3bbf691717f51eb76268a5896) --- REXML/XPathNode.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REXML/XPathNode.html b/REXML/XPathNode.html index f7665b8b..4cb38fcd 100644 --- a/REXML/XPathNode.html +++ b/REXML/XPathNode.html @@ -166,7 +166,7 @@

Public Class Methods

-
# File lib/rexml/xpath_parser.rb, line 961
+            
# File lib/rexml/xpath_parser.rb, line 965
 def initialize(node, context=nil)
   if node.is_a?(XPathNode)
     @raw_node = node.raw_node
@@ -212,7 +212,7 @@ 

Public Instance Methods

-
# File lib/rexml/xpath_parser.rb, line 970
+            
# File lib/rexml/xpath_parser.rb, line 974
 def position
   @context[:position]
 end