Skip to content

Commit 97010b3

Browse files
committed
deploy: ed82a0b
1 parent d2eac6b commit 97010b3

105 files changed

Lines changed: 2413 additions & 1936 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ <h3 class="signature " id="options=-instance_method">
346346
</div>
347347

348348
<div id="footer">
349-
Generated on Fri Jul 5 23:42:46 2024 by
349+
Generated on Wed Jun 25 01:31:34 2025 by
350350
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
351-
0.9.36 (ruby-3.1.6).
351+
0.9.37 (ruby-3.1.7).
352352
</div>
353353

354354
</div>

RDF.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -591,20 +591,20 @@ <h3 class="signature " id="config-class_method">
591591
<div class="tags">
592592

593593
<div class="examples">
594-
<p class="tag_title">Examples:</p>
594+
<h4 class="tag_title">Examples:</h4>
595595

596596

597-
<p class="example_title"><div class='inline'>
597+
<h5 class="example_title"><div class='inline'>
598598
<p>set default cache size to be at most 10,000 entries</p>
599-
</div></p>
599+
</div></h5>
600600

601601
<pre class="example code"><code>
602602
<span class='const'><span class='object_link'><a href="" title="RDF (module)">RDF</a></span></span><span class='period'>.</span><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_cache_size'>cache_size</span> <span class='op'>=</span> <span class='int'>10_000</span></code></pre>
603603

604604

605-
<p class="example_title"><div class='inline'>
605+
<h5 class="example_title"><div class='inline'>
606606
<p>set cache size for interned URIs to 5,000 entries</p>
607-
</div></p>
607+
</div></h5>
608608

609609
<pre class="example code"><code>
610610
<span class='const'><span class='object_link'><a href="" title="RDF (module)">RDF</a></span></span><span class='period'>.</span><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_uri_cache_size'>uri_cache_size</span> <span class='op'>=</span> <span class='int'>5_000</span></code></pre>
@@ -1950,9 +1950,9 @@ <h3 class="signature " id="Vocabulary-class_method">
19501950
</div>
19511951

19521952
<div id="footer">
1953-
Generated on Fri Jul 5 23:42:43 2024 by
1953+
Generated on Wed Jun 25 01:31:31 2025 by
19541954
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1955-
0.9.36 (ruby-3.1.6).
1955+
0.9.37 (ruby-3.1.7).
19561956
</div>
19571957

19581958
</div>

RDF/CLI.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ <h2>Overview</h2><div class="docstring">
118118
<div class="tags">
119119

120120
<div class="examples">
121-
<p class="tag_title">Examples:</p>
121+
<h4 class="tag_title">Examples:</h4>
122122

123123

124-
<p class="example_title"><div class='inline'>
124+
<h5 class="example_title"><div class='inline'>
125125
<p>Creating Reader-specific options:</p>
126-
</div></p>
126+
</div></h5>
127127

128128
<pre class="example code"><code>class Reader
129129
def self.options
@@ -140,9 +140,9 @@ <h2>Overview</h2><div class="docstring">
140140
end</code></pre>
141141

142142

143-
<p class="example_title"><div class='inline'>
143+
<h5 class="example_title"><div class='inline'>
144144
<p>Creating Format-specific commands:</p>
145-
</div></p>
145+
</div></h5>
146146

147147
<pre class="example code"><code>class Format
148148
def self.cli_commands
@@ -156,9 +156,9 @@ <h2>Overview</h2><div class="docstring">
156156
end</code></pre>
157157

158158

159-
<p class="example_title"><div class='inline'>
159+
<h5 class="example_title"><div class='inline'>
160160
<p>Adding a command manually</p>
161-
</div></p>
161+
</div></h5>
162162

163163
<pre class="example code"><code><span class='kw'>class</span> <span class='const'>MyCommand</span>
164164
<span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'>CLI</span><span class='period'>.</span><span class='id identifier rubyid_add_command'><span class='object_link'><a href="#add_command-class_method" title="RDF::CLI.add_command (method)">add_command</a></span></span><span class='lparen'>(</span><span class='symbol'>:count</span><span class='comma'>,</span> <span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Count statements</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_argv'>argv</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span><span class='op'>|</span>
@@ -2328,9 +2328,9 @@ <h3 class="signature " id="usage-class_method">
23282328
</div>
23292329

23302330
<div id="footer">
2331-
Generated on Fri Jul 5 23:42:46 2024 by
2331+
Generated on Wed Jun 25 01:31:34 2025 by
23322332
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2333-
0.9.36 (ruby-3.1.6).
2333+
0.9.37 (ruby-3.1.7).
23342334
</div>
23352335

23362336
</div>

RDF/CLI/Option.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,9 +1148,9 @@ <h3 class="signature " id="to_hash-instance_method">
11481148
</div>
11491149

11501150
<div id="footer">
1151-
Generated on Fri Jul 5 23:42:47 2024 by
1151+
Generated on Wed Jun 25 01:31:34 2025 by
11521152
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1153-
0.9.36 (ruby-3.1.6).
1153+
0.9.37 (ruby-3.1.7).
11541154
</div>
11551155

11561156
</div>

RDF/Changeset.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ <h2>Overview</h2><div class="docstring">
125125
<div class="tags">
126126

127127
<div class="examples">
128-
<p class="tag_title">Examples:</p>
128+
<h4 class="tag_title">Examples:</h4>
129129

130130

131-
<p class="example_title"><div class='inline'>
131+
<h5 class="example_title"><div class='inline'>
132132
<p>Applying a Changeset with block syntax</p>
133-
</div></p>
133+
</div></h5>
134134

135135
<pre class="example code"><code><span class='id identifier rubyid_graph'>graph</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Graph.html" title="RDF::Graph (class)">Graph</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Graph.html#initialize-instance_method" title="RDF::Graph#initialize (method)">new</a></span></span>
136136
<span class='id identifier rubyid_graph'>graph</span> <span class='op'>&lt;&lt;</span> <span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="URI.html" title="RDF::URI (class)">URI</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>s_del</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="URI.html" title="RDF::URI (class)">URI</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>p_del</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="URI.html" title="RDF::URI (class)">URI</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>o_del</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='rbracket'>]</span>
@@ -142,9 +142,9 @@ <h2>Overview</h2><div class="docstring">
142142
<span class='kw'>end</span></code></pre>
143143

144144

145-
<p class="example_title"><div class='inline'>
145+
<h5 class="example_title"><div class='inline'>
146146
<p>Defining a changeset for later application to a Mutable</p>
147-
</div></p>
147+
</div></h5>
148148

149149
<pre class="example code"><code><span class='id identifier rubyid_changes'>changes</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'>Changeset</span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="RDF::Changeset#initialize (method)">new</a></span></span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
150150
<span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_insert'>insert</span> <span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="URI.html" title="RDF::URI (class)">URI</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>s1</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="URI.html" title="RDF::URI (class)">URI</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>p1</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="URI.html" title="RDF::URI (class)">URI</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>o1</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='rbracket'>]</span>
@@ -1896,9 +1896,9 @@ <h3 class="signature " id="writable?-instance_method">
18961896
</div>
18971897

18981898
<div id="footer">
1899-
Generated on Fri Jul 5 23:42:49 2024 by
1899+
Generated on Wed Jun 25 01:31:36 2025 by
19001900
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1901-
0.9.36 (ruby-3.1.6).
1901+
0.9.37 (ruby-3.1.7).
19021902
</div>
19031903

19041904
</div>

RDF/Countable.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ <h3 class="signature " id="empty?-instance_method">
368368
</div>
369369

370370
<div id="footer">
371-
Generated on Fri Jul 5 23:42:45 2024 by
371+
Generated on Wed Jun 25 01:31:33 2025 by
372372
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
373-
0.9.36 (ruby-3.1.6).
373+
0.9.37 (ruby-3.1.7).
374374
</div>
375375

376376
</div>

RDF/Countable/Enumerator.html

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

170170
<div id="footer">
171-
Generated on Fri Jul 5 23:42:56 2024 by
171+
Generated on Wed Jun 25 01:31:43 2025 by
172172
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
173-
0.9.36 (ruby-3.1.6).
173+
0.9.37 (ruby-3.1.7).
174174
</div>
175175

176176
</div>

RDF/Dataset.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ <h2>Overview</h2><div class="docstring">
121121
<div class="tags">
122122

123123
<div class="examples">
124-
<p class="tag_title">Examples:</p>
124+
<h4 class="tag_title">Examples:</h4>
125125

126126

127-
<p class="example_title"><div class='inline'>
127+
<h5 class="example_title"><div class='inline'>
128128
<p>initializing an RDF::Dataset with existing data</p>
129-
</div></p>
129+
</div></h5>
130130

131131
<pre class="example code"><code><span class='id identifier rubyid_statements'>statements</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Statement.html" title="RDF::Statement (class)">Statement</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Resource.html#new-class_method" title="RDF::Resource.new (method)">new</a></span></span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="URI.html" title="RDF::URI (class)">URI</a></span></span><span class='lparen'>(</span><span class='symbol'>:s</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="URI.html" title="RDF::URI (class)">URI</a></span></span><span class='lparen'>(</span><span class='symbol'>:p</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='symbol'>:o</span><span class='rparen'>)</span><span class='rbracket'>]</span>
132132
<span class='id identifier rubyid_dataset'>dataset</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../RDF.html" title="RDF (module)">RDF</a></span></span><span class='op'>::</span><span class='const'>Dataset</span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="RDF::Dataset#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>statements:</span> <span class='id identifier rubyid_statements'>statements</span><span class='rparen'>)</span>
@@ -734,9 +734,9 @@ <h3 class="signature " id="query_pattern-instance_method">
734734
</div>
735735

736736
<div id="footer">
737-
Generated on Fri Jul 5 23:42:55 2024 by
737+
Generated on Wed Jun 25 01:31:42 2025 by
738738
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
739-
0.9.36 (ruby-3.1.6).
739+
0.9.37 (ruby-3.1.7).
740740
</div>
741741

742742
</div>

RDF/Durable.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ <h3 class="signature " id="nondurable?-instance_method">
315315
</div>
316316

317317
<div id="footer">
318-
Generated on Fri Jul 5 23:42:45 2024 by
318+
Generated on Wed Jun 25 01:31:32 2025 by
319319
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
320-
0.9.36 (ruby-3.1.6).
320+
0.9.37 (ruby-3.1.7).
321321
</div>
322322

323323
</div>

0 commit comments

Comments
 (0)