Skip to content

Commit 3069d07

Browse files
committed
deploy: 625a4c8
1 parent 97010b3 commit 3069d07

99 files changed

Lines changed: 2379 additions & 2149 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

OptionParser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h3 class="signature " id="options=-instance_method">
346346
</div>
347347

348348
<div id="footer">
349-
Generated on Wed Jun 25 01:31:34 2025 by
349+
Generated on Sun Jul 13 22:59:27 2025 by
350350
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
351351
0.9.37 (ruby-3.1.7).
352352
</div>

RDF.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ <h3 class="signature " id="Vocabulary-class_method">
19501950
</div>
19511951

19521952
<div id="footer">
1953-
Generated on Wed Jun 25 01:31:31 2025 by
1953+
Generated on Sun Jul 13 22:59:24 2025 by
19541954
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
19551955
0.9.37 (ruby-3.1.7).
19561956
</div>

RDF/CLI.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ <h3 class="signature " id="usage-class_method">
23282328
</div>
23292329

23302330
<div id="footer">
2331-
Generated on Wed Jun 25 01:31:34 2025 by
2331+
Generated on Sun Jul 13 22:59:27 2025 by
23322332
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
23332333
0.9.37 (ruby-3.1.7).
23342334
</div>

RDF/CLI/Option.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ <h3 class="signature " id="to_hash-instance_method">
11481148
</div>
11491149

11501150
<div id="footer">
1151-
Generated on Wed Jun 25 01:31:34 2025 by
1151+
Generated on Sun Jul 13 22:59:27 2025 by
11521152
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
11531153
0.9.37 (ruby-3.1.7).
11541154
</div>

RDF/Changeset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ <h3 class="signature " id="writable?-instance_method">
18961896
</div>
18971897

18981898
<div id="footer">
1899-
Generated on Wed Jun 25 01:31:36 2025 by
1899+
Generated on Sun Jul 13 22:59:29 2025 by
19001900
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
19011901
0.9.37 (ruby-3.1.7).
19021902
</div>

RDF/Countable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h3 class="signature " id="empty?-instance_method">
368368
</div>
369369

370370
<div id="footer">
371-
Generated on Wed Jun 25 01:31:33 2025 by
371+
Generated on Sun Jul 13 22:59:26 2025 by
372372
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
373373
0.9.37 (ruby-3.1.7).
374374
</div>

RDF/Countable/Enumerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h3 class="inherited">Methods included from <span class='object_link'><a href=".
168168
</div>
169169

170170
<div id="footer">
171-
Generated on Wed Jun 25 01:31:43 2025 by
171+
Generated on Sun Jul 13 22:59:36 2025 by
172172
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
173173
0.9.37 (ruby-3.1.7).
174174
</div>

RDF/Dataset.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ <h3 class="signature " id="query_pattern-instance_method">
690690
<pre class="lines">
691691

692692

693+
116
693694
117
694695
118
695696
119
@@ -703,11 +704,10 @@ <h3 class="signature " id="query_pattern-instance_method">
703704
127
704705
128
705706
129
706-
130
707-
131</pre>
707+
130</pre>
708708
</td>
709709
<td>
710-
<pre class="code"><span class="info file"># File 'lib/rdf/model/dataset.rb', line 117</span>
710+
<pre class="code"><span class="info file"># File 'lib/rdf/model/dataset.rb', line 116</span>
711711

712712
<span class='kw'>def</span> <span class='id identifier rubyid_query_pattern'>query_pattern</span><span class='lparen'>(</span><span class='id identifier rubyid_pattern'>pattern</span><span class='comma'>,</span> <span class='op'>**</span><span class='id identifier rubyid_options'>options</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
713713
<span class='kw'>return</span> <span class='kw'>super</span> <span class='kw'>unless</span> <span class='id identifier rubyid_pattern'>pattern</span><span class='period'>.</span><span class='id identifier rubyid_graph_name'>graph_name</span> <span class='op'>==</span> <span class='const'><span class='object_link'><a href="#DEFAULT_GRAPH-constant" title="RDF::Dataset::DEFAULT_GRAPH (constant)">DEFAULT_GRAPH</a></span></span>
@@ -734,7 +734,7 @@ <h3 class="signature " id="query_pattern-instance_method">
734734
</div>
735735

736736
<div id="footer">
737-
Generated on Wed Jun 25 01:31:42 2025 by
737+
Generated on Sun Jul 13 22:59:35 2025 by
738738
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
739739
0.9.37 (ruby-3.1.7).
740740
</div>

RDF/Durable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ <h3 class="signature " id="nondurable?-instance_method">
315315
</div>
316316

317317
<div id="footer">
318-
Generated on Wed Jun 25 01:31:32 2025 by
318+
Generated on Sun Jul 13 22:59:25 2025 by
319319
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
320320
0.9.37 (ruby-3.1.7).
321321
</div>

0 commit comments

Comments
 (0)