Skip to content

Commit 966a2a5

Browse files
Update test-unit documents. (#57)
1 parent 06deff1 commit 966a2a5

File tree

114 files changed

+338
-338
lines changed

Some content is hidden

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

114 files changed

+338
-338
lines changed

test-unit/en/alphabetical_index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ <h2>File Listing</h2>
9191
<li class="r1"><a href="index.html" title="README">README</a></li>
9292

9393

94-
<li class="r2"><a href="file.how-to.html" title="how-to">how-to</a></li>
94+
<li class="r2"><a href="file.getting-started.html" title="getting-started">getting-started</a></li>
9595

9696

97-
<li class="r1"><a href="file.news.html" title="news">news</a></li>
97+
<li class="r1"><a href="file.how-to.html" title="how-to">how-to</a></li>
9898

9999

100-
<li class="r2"><a href="file.getting-started.html" title="getting-started">getting-started</a></li>
100+
<li class="r2"><a href="file.news.html" title="news">news</a></li>
101101

102102

103103
</ul>

test-unit/en/file.README.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h2 id="description">Description</h2>
110110
It’s only necessary to install the gem if you need a newer version.</p>
111111

112112
<p>test-unit is the original Ruby unit testing library, and is still active.
113-
It is one of two unit testing libraries bundled with Ruby, the other being <a href="https://github.com/seattlerb/minitest">minitest</a>.</p>
113+
It is one of two unit testing libraries bundled with Ruby, the other being <a href="https://github.com/minitest/minitest">minitest</a>.</p>
114114

115115
<p>When deciding which to use, consider:</p>
116116

test-unit/en/file_list.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ <h1 id="full_list_header">File List</h1>
4949
</li>
5050

5151

52-
<li id="object_how-to" class="even">
53-
<div class="item"><span class="object_link"><a href="file.how-to.html" title="how-to">how-to</a></span></div>
52+
<li id="object_getting-started" class="even">
53+
<div class="item"><span class="object_link"><a href="file.getting-started.html" title="getting-started">getting-started</a></span></div>
5454
</li>
5555

5656

57-
<li id="object_news" class="odd">
58-
<div class="item"><span class="object_link"><a href="file.news.html" title="news">news</a></span></div>
57+
<li id="object_how-to" class="odd">
58+
<div class="item"><span class="object_link"><a href="file.how-to.html" title="how-to">how-to</a></span></div>
5959
</li>
6060

6161

62-
<li id="object_getting-started" class="even">
63-
<div class="item"><span class="object_link"><a href="file.getting-started.html" title="getting-started">getting-started</a></span></div>
62+
<li id="object_news" class="even">
63+
<div class="item"><span class="object_link"><a href="file.news.html" title="news">news</a></span></div>
6464
</li>
6565

6666

test-unit/en/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h2 id="description">Description</h2>
110110
It’s only necessary to install the gem if you need a newer version.</p>
111111

112112
<p>test-unit is the original Ruby unit testing library, and is still active.
113-
It is one of two unit testing libraries bundled with Ruby, the other being <a href="https://github.com/seattlerb/minitest">minitest</a>.</p>
113+
It is one of two unit testing libraries bundled with Ruby, the other being <a href="https://github.com/minitest/minitest">minitest</a>.</p>
114114

115115
<p>When deciding which to use, consider:</p>
116116

test-unit/ja/Test.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ <h2>Overview</h2><div class="docstring">
151151
</div>
152152

153153
<div id="footer">
154-
Generated on Wed Jan 25 20:40:19 2023 by
154+
Generated on Mon May 8 18:01:39 2023 by
155155
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
156-
0.9.18 (ruby-2.6.6).
156+
0.9.18 (ruby-3.1.2).
157157
</div>
158158

159159

test-unit/ja/Test/Unit.html

+52-52
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@ <h2 id="test-method--test-fixture">Test Method &amp; Test Fixture</h2>
303303

304304
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>test/unit</span><span class='tstring_end'>&#39;</span></span>
305305

306-
<span class='kw'>class</span> <span class='const'>MyTest</span> <span class='op'>&lt;</span> <span class='const'><span class='object_link'><a href="../Test.html" title="Test (module)">Test</a></span></span><span class='op'>::</span><span class='const'>Unit</span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Unit/TestCase.html" title="Test::Unit::TestCase (class)">TestCase</a></span></span>
307-
<span class='comment'># def setup
306+
<span class='kw'>class</span> <span class='const'>MyTest</span> <span class='op'>&lt;</span> <span class='const'><span class='object_link'><a href="../Test.html" title="Test (module)">Test</a></span></span><span class='op'>::</span><span class='const'>Unit</span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Unit/TestCase.html" title="Test::Unit::TestCase (class)">TestCase</a></span></span> <span class='comment'># def setup
308307
</span> <span class='comment'># end
309308
</span>
309+
310310
<span class='comment'># def teardown
311311
</span> <span class='comment'># end
312312
</span>
@@ -687,42 +687,42 @@ <h3 class="signature first" id="at_exit-class_method">
687687

688688
<span class='kw'>class</span> <span class='const'>TestMyClass1</span> <span class='op'>&lt;</span> <span class='const'><span class='object_link'><a href="../Test.html" title="Test (module)">Test</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="Test::Unit (module)">Unit</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Unit/TestCase.html" title="Test::Unit::TestCase (class)">TestCase</a></span></span>
689689
<span class='kw'>class</span> <span class='op'>&lt;&lt;</span> <span class='kw'>self</span>
690-
<span class='kw'>def</span> <span class='id identifier rubyid_shutdown'>shutdown</span>
691-
<span class='comment'># ...
692-
</span> <span class='kw'>end</span>
690+
<span class='kw'>def</span> <span class='id identifier rubyid_shutdown'>shutdown</span> <span class='comment'># ...
691+
</span>
692+
<span class='kw'>end</span>
693693
<span class='kw'>end</span>
694694

695-
<span class='kw'>def</span> <span class='id identifier rubyid_teardown'>teardown</span>
696-
<span class='comment'># ...
697-
</span> <span class='kw'>end</span>
695+
<span class='kw'>def</span> <span class='id identifier rubyid_teardown'>teardown</span> <span class='comment'># ...
696+
</span>
697+
<span class='kw'>end</span>
698698

699-
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class1'>test_my_class1</span>
700-
<span class='comment'># ...
701-
</span> <span class='kw'>end</span>
699+
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class1'>test_my_class1</span> <span class='comment'># ...
700+
</span>
701+
<span class='kw'>end</span>
702702

703-
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class2'>test_my_class2</span>
704-
<span class='comment'># ...
705-
</span> <span class='kw'>end</span>
703+
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class2'>test_my_class2</span> <span class='comment'># ...
704+
</span>
705+
<span class='kw'>end</span>
706706
<span class='kw'>end</span>
707707

708708
<span class='kw'>class</span> <span class='const'>TestMyClass2</span> <span class='op'>&lt;</span> <span class='const'><span class='object_link'><a href="../Test.html" title="Test (module)">Test</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="Test::Unit (module)">Unit</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Unit/TestCase.html" title="Test::Unit::TestCase (class)">TestCase</a></span></span>
709709
<span class='kw'>class</span> <span class='op'>&lt;&lt;</span> <span class='kw'>self</span>
710-
<span class='kw'>def</span> <span class='id identifier rubyid_shutdown'>shutdown</span>
711-
<span class='comment'># ...
712-
</span> <span class='kw'>end</span>
710+
<span class='kw'>def</span> <span class='id identifier rubyid_shutdown'>shutdown</span> <span class='comment'># ...
711+
</span>
712+
<span class='kw'>end</span>
713713
<span class='kw'>end</span>
714714

715-
<span class='kw'>def</span> <span class='id identifier rubyid_teardown'>teardown</span>
716-
<span class='comment'># ...
717-
</span> <span class='kw'>end</span>
715+
<span class='kw'>def</span> <span class='id identifier rubyid_teardown'>teardown</span> <span class='comment'># ...
716+
</span>
717+
<span class='kw'>end</span>
718718

719-
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class1'>test_my_class1</span>
720-
<span class='comment'># ...
721-
</span> <span class='kw'>end</span>
719+
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class1'>test_my_class1</span> <span class='comment'># ...
720+
</span>
721+
<span class='kw'>end</span>
722722

723-
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class2'>test_my_class2</span>
724-
<span class='comment'># ...
725-
</span> <span class='kw'>end</span>
723+
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class2'>test_my_class2</span> <span class='comment'># ...
724+
</span>
725+
<span class='kw'>end</span>
726726
<span class='kw'>end</span>
727727
</code></pre>
728728

@@ -846,42 +846,42 @@ <h3 class="signature " id="at_start-class_method">
846846

847847
<span class='kw'>class</span> <span class='const'>TestMyClass1</span> <span class='op'>&lt;</span> <span class='const'><span class='object_link'><a href="../Test.html" title="Test (module)">Test</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="Test::Unit (module)">Unit</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Unit/TestCase.html" title="Test::Unit::TestCase (class)">TestCase</a></span></span>
848848
<span class='kw'>class</span> <span class='op'>&lt;&lt;</span> <span class='kw'>self</span>
849-
<span class='kw'>def</span> <span class='id identifier rubyid_startup'>startup</span>
850-
<span class='comment'># ...
851-
</span> <span class='kw'>end</span>
849+
<span class='kw'>def</span> <span class='id identifier rubyid_startup'>startup</span> <span class='comment'># ...
850+
</span>
851+
<span class='kw'>end</span>
852852
<span class='kw'>end</span>
853853

854-
<span class='kw'>def</span> <span class='id identifier rubyid_setup'>setup</span>
855-
<span class='comment'># ...
856-
</span> <span class='kw'>end</span>
854+
<span class='kw'>def</span> <span class='id identifier rubyid_setup'>setup</span> <span class='comment'># ...
855+
</span>
856+
<span class='kw'>end</span>
857857

858-
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class1'>test_my_class1</span>
859-
<span class='comment'># ...
860-
</span> <span class='kw'>end</span>
858+
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class1'>test_my_class1</span> <span class='comment'># ...
859+
</span>
860+
<span class='kw'>end</span>
861861

862-
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class2'>test_my_class2</span>
863-
<span class='comment'># ...
864-
</span> <span class='kw'>end</span>
862+
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class2'>test_my_class2</span> <span class='comment'># ...
863+
</span>
864+
<span class='kw'>end</span>
865865
<span class='kw'>end</span>
866866

867867
<span class='kw'>class</span> <span class='const'>TestMyClass2</span> <span class='op'>&lt;</span> <span class='const'><span class='object_link'><a href="../Test.html" title="Test (module)">Test</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="Test::Unit (module)">Unit</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Unit/TestCase.html" title="Test::Unit::TestCase (class)">TestCase</a></span></span>
868868
<span class='kw'>class</span> <span class='op'>&lt;&lt;</span> <span class='kw'>self</span>
869-
<span class='kw'>def</span> <span class='id identifier rubyid_startup'>startup</span>
870-
<span class='comment'># ...
871-
</span> <span class='kw'>end</span>
869+
<span class='kw'>def</span> <span class='id identifier rubyid_startup'>startup</span> <span class='comment'># ...
870+
</span>
871+
<span class='kw'>end</span>
872872
<span class='kw'>end</span>
873873

874-
<span class='kw'>def</span> <span class='id identifier rubyid_setup'>setup</span>
875-
<span class='comment'># ...
876-
</span> <span class='kw'>end</span>
874+
<span class='kw'>def</span> <span class='id identifier rubyid_setup'>setup</span> <span class='comment'># ...
875+
</span>
876+
<span class='kw'>end</span>
877877

878-
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class1'>test_my_class1</span>
879-
<span class='comment'># ...
880-
</span> <span class='kw'>end</span>
878+
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class1'>test_my_class1</span> <span class='comment'># ...
879+
</span>
880+
<span class='kw'>end</span>
881881

882-
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class2'>test_my_class2</span>
883-
<span class='comment'># ...
884-
</span> <span class='kw'>end</span>
882+
<span class='kw'>def</span> <span class='id identifier rubyid_test_my_class2'>test_my_class2</span> <span class='comment'># ...
883+
</span>
884+
<span class='kw'>end</span>
885885
<span class='kw'>end</span>
886886
</code></pre>
887887

@@ -1181,9 +1181,9 @@ <h3 class="signature " id="run_at_start_hooks-class_method">
11811181
</div>
11821182

11831183
<div id="footer">
1184-
Generated on Wed Jan 25 20:40:19 2023 by
1184+
Generated on Mon May 8 18:01:39 2023 by
11851185
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1186-
0.9.18 (ruby-2.6.6).
1186+
0.9.18 (ruby-3.1.2).
11871187
</div>
11881188

11891189

test-unit/ja/Test/Unit/AssertionFailedError.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -742,9 +742,9 @@ <h3 class="signature " id="debug_on_failure?-class_method">
742742
</div>
743743

744744
<div id="footer">
745-
Generated on Wed Jan 25 20:40:23 2023 by
745+
Generated on Mon May 8 18:01:40 2023 by
746746
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
747-
0.9.18 (ruby-2.6.6).
747+
0.9.18 (ruby-3.1.2).
748748
</div>
749749

750750

test-unit/ja/Test/Unit/Assertions.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -1729,13 +1729,13 @@ <h3 class="signature " id="assert-instance_method">
17291729
<span class='id identifier rubyid_target_coin'>target_coin</span> <span class='op'>=</span> <span class='int'>10</span>
17301730
<span class='id identifier rubyid_assert'>assert</span> <span class='kw'>do</span>
17311731
<span class='id identifier rubyid_coins'>coins</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_target_coin'>target_coin</span><span class='rparen'>)</span>
1732-
<span class='kw'>end</span>
1733-
<span class='comment'># =&gt;
1732+
<span class='kw'>end</span><span class='comment'># =&gt;
17341733
</span><span class='comment'># coins.include?(target_coin)
17351734
</span><span class='comment'># | | |
17361735
</span><span class='comment'># | | 10
17371736
</span><span class='comment'># | false
1738-
</span><span class='comment'># [1, 5, 50]</span></code></pre>
1737+
</span><span class='comment'># [1, 5, 50]</span>
1738+
</code></pre>
17391739

17401740

17411741
<p class="example_title"><div class='inline'><p>Pass patterns</p>
@@ -4673,10 +4673,10 @@ <h3 class="signature " id="assert_nothing_leaked_memory-instance_method">
46734673
</div></p>
46744674

46754675
<pre class="example code"><code><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>objspace</span><span class='tstring_end'>&quot;</span></span>
4676-
<span class='id identifier rubyid_size_per_object'>size_per_object</span> <span class='op'>=</span> <span class='const'>ObjectSpace</span><span class='period'>.</span><span class='id identifier rubyid_memsize_of'>memsize_of</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Hello</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
4677-
<span class='comment'># If memory isn&#39;t leaked, physical memory of almost created objects
4676+
<span class='id identifier rubyid_size_per_object'>size_per_object</span> <span class='op'>=</span> <span class='const'>ObjectSpace</span><span class='period'>.</span><span class='id identifier rubyid_memsize_of'>memsize_of</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Hello</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span><span class='comment'># If memory isn&#39;t leaked, physical memory of almost created objects
46784677
</span><span class='comment'># (1000 - 10 objects) must be freed.
4679-
</span><span class='id identifier rubyid_assert_nothing_leaked_memory'>assert_nothing_leaked_memory</span><span class='lparen'>(</span><span class='id identifier rubyid_size_per_object'>size_per_object</span> <span class='op'>*</span> <span class='int'>10</span><span class='rparen'>)</span> <span class='kw'>do</span>
4678+
</span>
4679+
<span class='id identifier rubyid_assert_nothing_leaked_memory'>assert_nothing_leaked_memory</span><span class='lparen'>(</span><span class='id identifier rubyid_size_per_object'>size_per_object</span> <span class='op'>*</span> <span class='int'>10</span><span class='rparen'>)</span> <span class='kw'>do</span>
46804680
<span class='int'>1_000</span><span class='period'>.</span><span class='id identifier rubyid_times'>times</span> <span class='kw'>do</span>
46814681
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Hello</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_dup'>dup</span>
46824682
<span class='kw'>end</span>
@@ -6379,9 +6379,9 @@ <h3 class="signature " id="refute-instance_method">
63796379
</div>
63806380

63816381
<div id="footer">
6382-
Generated on Wed Jan 25 20:40:20 2023 by
6382+
Generated on Mon May 8 18:01:39 2023 by
63836383
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
6384-
0.9.18 (ruby-2.6.6).
6384+
0.9.18 (ruby-3.1.2).
63856385
</div>
63866386

63876387

test-unit/ja/Test/Unit/Assertions/AssertExceptionHelper.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,9 @@ <h3 class="signature " id="expected_exceptions-instance_method">
402402
</div>
403403

404404
<div id="footer">
405-
Generated on Wed Jan 25 20:40:22 2023 by
405+
Generated on Mon May 8 18:01:40 2023 by
406406
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
407-
0.9.18 (ruby-2.6.6).
407+
0.9.18 (ruby-3.1.2).
408408
</div>
409409

410410

test-unit/ja/Test/Unit/Assertions/AssertExceptionHelper/WrappedException.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ <h3 class="signature first" id="inspect-instance_method">
431431
</div>
432432

433433
<div id="footer">
434-
Generated on Wed Jan 25 20:40:22 2023 by
434+
Generated on Mon May 8 18:01:40 2023 by
435435
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
436-
0.9.18 (ruby-2.6.6).
436+
0.9.18 (ruby-3.1.2).
437437
</div>
438438

439439

test-unit/ja/Test/Unit/Assertions/AssertionMessage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1298,9 +1298,9 @@ <h3 class="signature " id="user_message-instance_method">
12981298
</div>
12991299

13001300
<div id="footer">
1301-
Generated on Wed Jan 25 20:40:21 2023 by
1301+
Generated on Mon May 8 18:01:40 2023 by
13021302
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1303-
0.9.18 (ruby-2.6.6).
1303+
0.9.18 (ruby-3.1.2).
13041304
</div>
13051305

13061306

test-unit/ja/Test/Unit/Assertions/AssertionMessage/ArrayInspector.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,9 @@ <h3 class="signature " id="pretty_print_cycle-instance_method">
546546
</div>
547547

548548
<div id="footer">
549-
Generated on Wed Jan 25 20:40:22 2023 by
549+
Generated on Mon May 8 18:01:40 2023 by
550550
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
551-
0.9.18 (ruby-2.6.6).
551+
0.9.18 (ruby-3.1.2).
552552
</div>
553553

554554

test-unit/ja/Test/Unit/Assertions/AssertionMessage/DelayedLiteral.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ <h3 class="signature first" id="inspect-instance_method">
282282
</div>
283283

284284
<div id="footer">
285-
Generated on Wed Jan 25 20:40:22 2023 by
285+
Generated on Mon May 8 18:01:40 2023 by
286286
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
287-
0.9.18 (ruby-2.6.6).
287+
0.9.18 (ruby-3.1.2).
288288
</div>
289289

290290

test-unit/ja/Test/Unit/Assertions/AssertionMessage/HashInspector.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,9 @@ <h3 class="signature " id="pretty_print_cycle-instance_method">
580580
</div>
581581

582582
<div id="footer">
583-
Generated on Wed Jan 25 20:40:22 2023 by
583+
Generated on Mon May 8 18:01:40 2023 by
584584
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
585-
0.9.18 (ruby-2.6.6).
585+
0.9.18 (ruby-3.1.2).
586586
</div>
587587

588588

test-unit/ja/Test/Unit/Assertions/AssertionMessage/Inspector.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -839,9 +839,9 @@ <h3 class="signature " id="pretty_print_cycle-instance_method">
839839
</div>
840840

841841
<div id="footer">
842-
Generated on Wed Jan 25 20:40:21 2023 by
842+
Generated on Mon May 8 18:01:40 2023 by
843843
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
844-
0.9.18 (ruby-2.6.6).
844+
0.9.18 (ruby-3.1.2).
845845
</div>
846846

847847

0 commit comments

Comments
 (0)