Skip to content

Commit feb09fe

Browse files
committed
hexdump options
1 parent f9c2bfe commit feb09fe

Some content is hidden

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

45 files changed

+80
-55
lines changed

Diff for: docs/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
- Add a new class `Unisec::Bidi::Spoof` and CLI command `bidi spoof` to craft payloads for attack using BiDi code points like RtLO, for example, for spoofing a domain name or a file name
88
- Add a new helper method: `Unisec::Utils::String.grapheme_reverse`: Reverse a string by graphemes (not by code points)
9+
- Add an `--enc` option for `unisec hexdump` to output only in the specified encoding
10+
- `unisec hexdump` can now read from STDIN if the input equals to `-`
911

1012
## [0.0.3]
1113

Diff for: docs/yard/Integer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h3 class="signature " id="to_hex-instance_method">
304304
</div>
305305

306306
<div id="footer">
307-
Generated on Mon Jan 22 18:11:32 2024 by
307+
Generated on Tue Jan 23 10:38:47 2024 by
308308
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
309309
0.9.34 (ruby-3.3.0).
310310
</div>

Diff for: docs/yard/Unisec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h2>
135135
</div>
136136

137137
<div id="footer">
138-
Generated on Mon Jan 22 18:11:32 2024 by
138+
Generated on Tue Jan 23 10:38:46 2024 by
139139
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
140140
0.9.34 (ruby-3.3.0).
141141
</div>

Diff for: docs/yard/Unisec/Bidi.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h2>Overview</h2><div class="docstring">
131131
</div>
132132

133133
<div id="footer">
134-
Generated on Mon Jan 22 18:11:32 2024 by
134+
Generated on Tue Jan 23 10:38:46 2024 by
135135
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
136136
0.9.34 (ruby-3.3.0).
137137
</div>

Diff for: docs/yard/Unisec/Bidi/Spoof.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ <h3 class="signature " id="set_target_display-instance_method">
13091309
</div>
13101310

13111311
<div id="footer">
1312-
Generated on Mon Jan 22 18:11:32 2024 by
1312+
Generated on Tue Jan 23 10:38:46 2024 by
13131313
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
13141314
0.9.34 (ruby-3.3.0).
13151315
</div>

Diff for: docs/yard/Unisec/CLI.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h2>Overview</h2><div class="docstring">
117117
</div>
118118

119119
<div id="footer">
120-
Generated on Mon Jan 22 18:11:32 2024 by
120+
Generated on Tue Jan 23 10:38:46 2024 by
121121
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
122122
0.9.34 (ruby-3.3.0).
123123
</div>

Diff for: docs/yard/Unisec/CLI/Commands.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
125125
</div>
126126

127127
<div id="footer">
128-
Generated on Mon Jan 22 18:11:32 2024 by
128+
Generated on Tue Jan 23 10:38:46 2024 by
129129
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130130
0.9.34 (ruby-3.3.0).
131131
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Bidi.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2>Overview</h2><div class="docstring">
115115
</div>
116116

117117
<div id="footer">
118-
Generated on Mon Jan 22 18:11:32 2024 by
118+
Generated on Tue Jan 23 10:38:46 2024 by
119119
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
120120
0.9.34 (ruby-3.3.0).
121121
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Bidi/Spoof.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h3 class="signature first" id="call-instance_method">
269269
</div>
270270

271271
<div id="footer">
272-
Generated on Mon Jan 22 18:11:32 2024 by
272+
Generated on Tue Jan 23 10:38:47 2024 by
273273
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
274274
0.9.34 (ruby-3.3.0).
275275
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Confusables.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2>Overview</h2><div class="docstring">
115115
</div>
116116

117117
<div id="footer">
118-
Generated on Mon Jan 22 18:11:32 2024 by
118+
Generated on Tue Jan 23 10:38:46 2024 by
119119
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
120120
0.9.34 (ruby-3.3.0).
121121
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Confusables/List.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h3 class="signature first" id="call-instance_method">
272272
</div>
273273

274274
<div id="footer">
275-
Generated on Mon Jan 22 18:11:32 2024 by
275+
Generated on Tue Jan 23 10:38:47 2024 by
276276
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
277277
0.9.34 (ruby-3.3.0).
278278
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Confusables/Randomize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h3 class="signature first" id="call-instance_method">
231231
</div>
232232

233233
<div id="footer">
234-
Generated on Mon Jan 22 18:11:32 2024 by
234+
Generated on Tue Jan 23 10:38:47 2024 by
235235
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
236236
0.9.34 (ruby-3.3.0).
237237
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Grep.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h3 class="signature first" id="call-instance_method">
231231
</div>
232232

233233
<div id="footer">
234-
Generated on Mon Jan 22 18:11:32 2024 by
234+
Generated on Tue Jan 23 10:38:47 2024 by
235235
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
236236
0.9.34 (ruby-3.3.0).
237237
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Hexdump.html

+22-10
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h2>
137137
<li class="public ">
138138
<span class="summary_signature">
139139

140-
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(input: nil) &#x21d2; Object </a>
140+
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(input: nil, **options) &#x21d2; Object </a>
141141

142142

143143

@@ -170,7 +170,7 @@ <h2>Instance Method Details</h2>
170170
<div class="method_details first">
171171
<h3 class="signature first" id="call-instance_method">
172172

173-
#<strong>call</strong>(input: nil) &#x21d2; <tt>Object</tt>
173+
#<strong>call</strong>(input: nil, **options) &#x21d2; <tt>Object</tt>
174174

175175

176176

@@ -213,15 +213,27 @@ <h3 class="signature first" id="call-instance_method">
213213
<pre class="lines">
214214

215215

216-
29
217-
30
218-
31</pre>
216+
32
217+
33
218+
34
219+
35
220+
36
221+
37
222+
38
223+
39
224+
40</pre>
219225
</td>
220226
<td>
221-
<pre class="code"><span class="info file"># File 'lib/unisec/cli/hexdump.rb', line 29</span>
222-
223-
<span style="color:#080;font-weight:bold">def</span> <span style="color:#06B;font-weight:bold">call</span>(<span style="color:#606">input</span>: <span style="color:#069">nil</span>, **)
224-
puts <span style="color:#036;font-weight:bold">Unisec</span>::<span style="color:#036;font-weight:bold">Hexdump</span>.new(input).display
227+
<pre class="code"><span class="info file"># File 'lib/unisec/cli/hexdump.rb', line 32</span>
228+
229+
<span style="color:#080;font-weight:bold">def</span> <span style="color:#06B;font-weight:bold">call</span>(<span style="color:#606">input</span>: <span style="color:#069">nil</span>, **options)
230+
input = <span style="color:#d70">$stdin</span>.read.chomp <span style="color:#080;font-weight:bold">if</span> input == <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">'</span><span style="color:#D20">-</span><span style="color:#710">'</span></span>
231+
<span style="color:#080;font-weight:bold">if</span> options[<span style="color:#A60">:enc</span>].nil?
232+
puts <span style="color:#036;font-weight:bold">Unisec</span>::<span style="color:#036;font-weight:bold">Hexdump</span>.new(input).display
233+
<span style="color:#080;font-weight:bold">else</span>
234+
<span style="color:#777"># using send() is safe here thanks to the value whitelist</span>
235+
puts puts <span style="color:#036;font-weight:bold">Unisec</span>::<span style="color:#036;font-weight:bold">Hexdump</span>.send(options[<span style="color:#A60">:enc</span>], input)
236+
<span style="color:#080;font-weight:bold">end</span>
225237
<span style="color:#080;font-weight:bold">end</span></pre>
226238
</td>
227239
</tr>
@@ -233,7 +245,7 @@ <h3 class="signature first" id="call-instance_method">
233245
</div>
234246

235247
<div id="footer">
236-
Generated on Mon Jan 22 18:11:32 2024 by
248+
Generated on Tue Jan 23 10:38:47 2024 by
237249
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
238250
0.9.34 (ruby-3.3.0).
239251
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Properties.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2>Overview</h2><div class="docstring">
115115
</div>
116116

117117
<div id="footer">
118-
Generated on Mon Jan 22 18:11:32 2024 by
118+
Generated on Tue Jan 23 10:38:46 2024 by
119119
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
120120
0.9.34 (ruby-3.3.0).
121121
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Properties/Char.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h3 class="signature first" id="call-instance_method">
273273
</div>
274274

275275
<div id="footer">
276-
Generated on Mon Jan 22 18:11:32 2024 by
276+
Generated on Tue Jan 23 10:38:47 2024 by
277277
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
278278
0.9.34 (ruby-3.3.0).
279279
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Properties/Codepoints.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h3 class="signature first" id="call-instance_method">
230230
</div>
231231

232232
<div id="footer">
233-
Generated on Mon Jan 22 18:11:32 2024 by
233+
Generated on Tue Jan 23 10:38:47 2024 by
234234
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235235
0.9.34 (ruby-3.3.0).
236236
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Properties/List.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h3 class="signature first" id="call-instance_method">
215215
</div>
216216

217217
<div id="footer">
218-
Generated on Mon Jan 22 18:11:32 2024 by
218+
Generated on Tue Jan 23 10:38:47 2024 by
219219
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
220220
0.9.34 (ruby-3.3.0).
221221
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Size.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h3 class="signature first" id="call-instance_method">
236236
</div>
237237

238238
<div id="footer">
239-
Generated on Mon Jan 22 18:11:32 2024 by
239+
Generated on Tue Jan 23 10:38:47 2024 by
240240
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
241241
0.9.34 (ruby-3.3.0).
242242
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Surrogates.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2>Overview</h2><div class="docstring">
115115
</div>
116116

117117
<div id="footer">
118-
Generated on Mon Jan 22 18:11:32 2024 by
118+
Generated on Tue Jan 23 10:38:46 2024 by
119119
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
120120
0.9.34 (ruby-3.3.0).
121121
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Surrogates/From.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ <h3 class="signature first" id="call-instance_method">
251251
</div>
252252

253253
<div id="footer">
254-
Generated on Mon Jan 22 18:11:32 2024 by
254+
Generated on Tue Jan 23 10:38:47 2024 by
255255
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
256256
0.9.34 (ruby-3.3.0).
257257
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Surrogates/To.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h3 class="signature first" id="call-instance_method">
232232
</div>
233233

234234
<div id="footer">
235-
Generated on Mon Jan 22 18:11:32 2024 by
235+
Generated on Tue Jan 23 10:38:47 2024 by
236236
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
237237
0.9.34 (ruby-3.3.0).
238238
</div>

Diff for: docs/yard/Unisec/CLI/Commands/Versions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h3 class="signature first" id="call-instance_method">
219219
</div>
220220

221221
<div id="footer">
222-
Generated on Mon Jan 22 18:11:32 2024 by
222+
Generated on Tue Jan 23 10:38:47 2024 by
223223
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
224224
0.9.34 (ruby-3.3.0).
225225
</div>

Diff for: docs/yard/Unisec/Confusables.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ <h3 class="signature " id="randomize_display-class_method">
575575
</div>
576576

577577
<div id="footer">
578-
Generated on Mon Jan 22 18:11:32 2024 by
578+
Generated on Tue Jan 23 10:38:47 2024 by
579579
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
580580
0.9.34 (ruby-3.3.0).
581581
</div>

Diff for: docs/yard/Unisec/Hexdump.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ <h3 class="signature first" id="display-instance_method">
13241324
</div>
13251325

13261326
<div id="footer">
1327-
Generated on Mon Jan 22 18:11:32 2024 by
1327+
Generated on Tue Jan 23 10:38:47 2024 by
13281328
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
13291329
0.9.34 (ruby-3.3.0).
13301330
</div>

Diff for: docs/yard/Unisec/Properties.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ <h3 class="signature " id="list-class_method">
11401140
</div>
11411141

11421142
<div id="footer">
1143-
Generated on Mon Jan 22 18:11:32 2024 by
1143+
Generated on Tue Jan 23 10:38:47 2024 by
11441144
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
11451145
0.9.34 (ruby-3.3.0).
11461146
</div>

Diff for: docs/yard/Unisec/Rugrep.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ <h3 class="signature " id="ucd_derivedname_version-class_method">
731731
</div>
732732

733733
<div id="footer">
734-
Generated on Mon Jan 22 18:11:32 2024 by
734+
Generated on Tue Jan 23 10:38:47 2024 by
735735
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
736736
0.9.34 (ruby-3.3.0).
737737
</div>

Diff for: docs/yard/Unisec/Size.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ <h3 class="signature first" id="display-instance_method">
19661966
</div>
19671967

19681968
<div id="footer">
1969-
Generated on Mon Jan 22 18:11:32 2024 by
1969+
Generated on Tue Jan 23 10:38:46 2024 by
19701970
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
19711971
0.9.34 (ruby-3.3.0).
19721972
</div>

Diff for: docs/yard/Unisec/Surrogates.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ <h3 class="signature " id="low_surrogate-instance_method">
12291229
</div>
12301230

12311231
<div id="footer">
1232-
Generated on Mon Jan 22 18:11:32 2024 by
1232+
Generated on Tue Jan 23 10:38:47 2024 by
12331233
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
12341234
0.9.34 (ruby-3.3.0).
12351235
</div>

Diff for: docs/yard/Unisec/Utils.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2>Overview</h2><div class="docstring">
115115
</div>
116116

117117
<div id="footer">
118-
Generated on Mon Jan 22 18:11:32 2024 by
118+
Generated on Tue Jan 23 10:38:46 2024 by
119119
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
120120
0.9.34 (ruby-3.3.0).
121121
</div>

Diff for: docs/yard/Unisec/Utils/String.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ <h3 class="signature " id="grapheme_reverse-class_method">
613613
</div>
614614

615615
<div id="footer">
616-
Generated on Mon Jan 22 18:11:32 2024 by
616+
Generated on Tue Jan 23 10:38:46 2024 by
617617
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
618618
0.9.34 (ruby-3.3.0).
619619
</div>

Diff for: docs/yard/Unisec/Versions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ <h3 class="signature " id="versions-class_method">
416416
</div>
417417

418418
<div id="footer">
419-
Generated on Mon Jan 22 18:11:32 2024 by
419+
Generated on Tue Jan 23 10:38:47 2024 by
420420
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
421421
0.9.34 (ruby-3.3.0).
422422
</div>

Diff for: docs/yard/_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ <h2>Namespace Listing A-Z</h2>
428428
</div>
429429

430430
<div id="footer">
431-
Generated on Mon Jan 22 18:11:32 2024 by
431+
Generated on Tue Jan 23 10:38:46 2024 by
432432
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
433433
0.9.34 (ruby-3.3.0).
434434
</div>

Diff for: docs/yard/file.CHANGELOG.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ <h2>[0.0.4]</h2>
6363
<ul>
6464
<li>Add a new class <code>Unisec::Bidi::Spoof</code> and CLI command <code>bidi spoof</code> to craft payloads for attack using BiDi code points like RtLO, for example, for spoofing a domain name or a file name</li>
6565
<li>Add a new helper method: <code>Unisec::Utils::String.grapheme_reverse</code>: Reverse a string by graphemes (not by code points)</li>
66+
<li>Add an <code>--enc</code> option for <code>unisec hexdump</code> to output only in the specified encoding</li>
67+
<li><code>unisec hexdump</code> can now read from STDIN if the input equals to <code>-</code></li>
6668
</ul>
6769
<h2>[0.0.3]</h2>
6870
<p><strong>Features</strong></p>
@@ -91,7 +93,7 @@ <h2>[0.0.1]</h2>
9193
</div></div>
9294

9395
<div id="footer">
94-
Generated on Mon Jan 22 18:11:32 2024 by
96+
Generated on Tue Jan 23 10:38:46 2024 by
9597
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
9698
0.9.34 (ruby-3.3.0).
9799
</div>

Diff for: docs/yard/file.LICENSE.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</div></div>
7878

7979
<div id="footer">
80-
Generated on Mon Jan 22 18:11:32 2024 by
80+
Generated on Tue Jan 23 10:38:46 2024 by
8181
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
8282
0.9.34 (ruby-3.3.0).
8383
</div>

Diff for: docs/yard/file.README.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2>Author</h2>
130130
</div></div>
131131

132132
<div id="footer">
133-
Generated on Mon Jan 22 18:11:32 2024 by
133+
Generated on Tue Jan 23 10:38:46 2024 by
134134
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
135135
0.9.34 (ruby-3.3.0).
136136
</div>

Diff for: docs/yard/file.about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>User documentation</h2>
6767
</div></div>
6868

6969
<div id="footer">
70-
Generated on Mon Jan 22 18:11:32 2024 by
70+
Generated on Tue Jan 23 10:38:46 2024 by
7171
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
7272
0.9.34 (ruby-3.3.0).
7373
</div>

0 commit comments

Comments
 (0)