Skip to content

Commit

Permalink
Generate (06be5cf)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 2, 2024
1 parent b537c2c commit e6eeaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions REXML/XPathNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h3>Public Class Methods</h3>


<div class="method-source-code" id="new-source">
<pre><span class="ruby-comment"># File lib/rexml/xpath_parser.rb, line 961</span>
<pre><span class="ruby-comment"># File lib/rexml/xpath_parser.rb, line 965</span>
<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>)
<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>)
<span class="ruby-ivar">@raw_node</span> = <span class="ruby-identifier">node</span>.<span class="ruby-identifier">raw_node</span>
Expand Down Expand Up @@ -212,7 +212,7 @@ <h3>Public Instance Methods</h3>


<div class="method-source-code" id="position-source">
<pre><span class="ruby-comment"># File lib/rexml/xpath_parser.rb, line 970</span>
<pre><span class="ruby-comment"># File lib/rexml/xpath_parser.rb, line 974</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">position</span>
<span class="ruby-ivar">@context</span>[<span class="ruby-value">:position</span>]
<span class="ruby-keyword">end</span></pre>
Expand Down

0 comments on commit e6eeaa5

Please sign in to comment.