Skip to content

Commit b32681d

Browse files
author
github-actions
committed
Generate (93ed88c)
1 parent 92b318a commit b32681d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

REXML/XPathNode.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ <h3 id="public-class-untitled-methods"><a href="#public-class-untitled-methods">
719719
</details>
720720
</div>
721721
<div class="method-source-code" id="new-source">
722-
<pre class="ruby"><span class="ruby-comment"># File lib/rexml/xpath_parser.rb, line 967</span>
722+
<pre class="ruby"><span class="ruby-comment"># File lib/rexml/xpath_parser.rb, line 966</span>
723723
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-identifier">node</span>, <span class="ruby-identifier">context</span>=<span class="ruby-keyword">nil</span>)
724724
<span class="ruby-keyword">if</span> <span class="ruby-identifier">node</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">XPathNode</span>)
725725
<span class="ruby-ivar">@raw_node</span> = <span class="ruby-identifier">node</span>.<span class="ruby-identifier">raw_node</span>
@@ -780,7 +780,7 @@ <h3 id="public-instance-untitled-methods"><a href="#public-instance-untitled-met
780780
</details>
781781
</div>
782782
<div class="method-source-code" id="position-source">
783-
<pre class="ruby"><span class="ruby-comment"># File lib/rexml/xpath_parser.rb, line 976</span>
783+
<pre class="ruby"><span class="ruby-comment"># File lib/rexml/xpath_parser.rb, line 975</span>
784784
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">position</span>
785785
<span class="ruby-ivar">@context</span>[<span class="ruby-value">:position</span>]
786786
<span class="ruby-keyword">end</span></pre>

0 commit comments

Comments
 (0)