doing 2.1.24 → 2.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardoc/checksums +11 -10
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +17 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/Rakefile +2 -1
- data/bin/doing +81 -37
- data/docs/doc/Array.html +70 -7
- data/docs/doc/BooleanTermParser/Clause.html +5 -5
- data/docs/doc/BooleanTermParser/Operator.html +4 -4
- data/docs/doc/BooleanTermParser/Query.html +8 -8
- data/docs/doc/BooleanTermParser/QueryParser.html +2 -2
- data/docs/doc/BooleanTermParser/QueryTransformer.html +2 -2
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/Color.html +4 -4
- data/docs/doc/Doing/Completion.html +2 -2
- data/docs/doc/Doing/Configuration.html +14 -16
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +2 -2
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +2 -2
- data/docs/doc/Doing/Errors/DoingStandardError.html +2 -2
- data/docs/doc/Doing/Errors/EmptyInput.html +2 -2
- data/docs/doc/Doing/Errors/NoResults.html +2 -2
- data/docs/doc/Doing/Errors/PluginException.html +3 -3
- data/docs/doc/Doing/Errors/UserCancelled.html +2 -2
- data/docs/doc/Doing/Errors/WrongCommand.html +2 -2
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/Hooks.html +6 -6
- data/docs/doc/Doing/Item.html +50 -16
- data/docs/doc/Doing/Items.html +10 -10
- data/docs/doc/Doing/LogAdapter.html +24 -24
- data/docs/doc/Doing/Note.html +7 -7
- data/docs/doc/Doing/Pager.html +4 -4
- data/docs/doc/Doing/Plugins.html +7 -7
- data/docs/doc/Doing/Prompt.html +14 -14
- data/docs/doc/Doing/Section.html +6 -6
- data/docs/doc/Doing/TemplateString.html +8 -8
- data/docs/doc/Doing/Types.html +6 -1
- data/docs/doc/Doing/Util/Backup.html +10 -10
- data/docs/doc/Doing/Util.html +15 -15
- data/docs/doc/Doing/WWID.html +65 -53
- data/docs/doc/Doing.html +3 -3
- data/docs/doc/GLI/Commands/Help.html +3 -3
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +17 -17
- data/docs/doc/GLI/Commands.html +1 -1
- data/docs/doc/GLI.html +1 -1
- data/docs/doc/Hash.html +45 -11
- data/docs/doc/Numeric.html +5 -5
- data/docs/doc/PhraseParser/Operator.html +4 -4
- data/docs/doc/PhraseParser/PhraseClause.html +5 -5
- data/docs/doc/PhraseParser/Query.html +10 -10
- data/docs/doc/PhraseParser/QueryParser.html +2 -2
- data/docs/doc/PhraseParser/QueryTransformer.html +2 -2
- data/docs/doc/PhraseParser/TermClause.html +5 -5
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +7 -7
- data/docs/doc/String.html +107 -44
- data/docs/doc/Symbol.html +8 -8
- data/docs/doc/Time.html +6 -6
- data/docs/doc/_index.html +41 -18
- data/docs/doc/class_list.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +369 -313
- data/docs/doc/top-level-namespace.html +2 -2
- data/doing.rdoc +19 -11
- data/example_plugin.rb +2 -2
- data/lib/completion/_doing.zsh +12 -12
- data/lib/completion/doing.bash +2 -2
- data/lib/completion/doing.fish +9 -8
- data/lib/doing/changelog/changes.rb +1 -1
- data/lib/doing/configuration.rb +4 -6
- data/lib/doing/good.rb +64 -0
- data/lib/doing/hash.rb +4 -0
- data/lib/doing/hooks.rb +3 -3
- data/lib/doing/item.rb +14 -10
- data/lib/doing/plugins/import/calendar_import.rb +1 -1
- data/lib/doing/plugins/import/doing_import.rb +1 -1
- data/lib/doing/plugins/import/timing_import.rb +1 -1
- data/lib/doing/string.rb +1 -1
- data/lib/doing/template_string.rb +2 -2
- data/lib/doing/types.rb +1 -0
- data/lib/doing/util.rb +10 -10
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +40 -18
- data/lib/doing.rb +1 -0
- data/lib/helpers/threaded_tests.rb +35 -64
- data/lib/helpers/threaded_tests_string.rb +50 -0
- metadata +4 -2
data/docs/doc/Doing/Item.html
CHANGED
@@ -69,10 +69,10 @@
|
|
69
69
|
<dl>
|
70
70
|
<dt>Inherits:</dt>
|
71
71
|
<dd>
|
72
|
-
<span class="inheritName">Object</span>
|
72
|
+
<span class="inheritName"><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></span>
|
73
73
|
|
74
74
|
<ul class="fullTree">
|
75
|
-
<li>Object</li>
|
75
|
+
<li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
|
76
76
|
|
77
77
|
<li class="next">Doing::Item</li>
|
78
78
|
|
@@ -261,6 +261,28 @@
|
|
261
261
|
|
262
262
|
|
263
263
|
|
264
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
265
|
+
|
266
|
+
</li>
|
267
|
+
|
268
|
+
|
269
|
+
<li class="public ">
|
270
|
+
<span class="summary_signature">
|
271
|
+
|
272
|
+
<a href="#clone-instance_method" title="#clone (instance method)">#<strong>clone</strong> ⇒ Object </a>
|
273
|
+
|
274
|
+
|
275
|
+
|
276
|
+
</span>
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
264
286
|
<span class="summary_desc"><div class='inline'></div></span>
|
265
287
|
|
266
288
|
</li>
|
@@ -891,7 +913,7 @@ the item belongs</p>
|
|
891
913
|
<div class="method_details first">
|
892
914
|
<h3 class="signature first" id="date-instance_method">
|
893
915
|
|
894
|
-
#<strong>date</strong> ⇒ <tt>Object</tt>
|
916
|
+
#<strong>date</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
895
917
|
|
896
918
|
|
897
919
|
|
@@ -915,7 +937,7 @@ the item belongs</p>
|
|
915
937
|
<div class="method_details ">
|
916
938
|
<h3 class="signature " id="note-instance_method">
|
917
939
|
|
918
|
-
#<strong>note</strong> ⇒ <tt>Object</tt>
|
940
|
+
#<strong>note</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
919
941
|
|
920
942
|
|
921
943
|
|
@@ -939,7 +961,7 @@ the item belongs</p>
|
|
939
961
|
<div class="method_details ">
|
940
962
|
<h3 class="signature " id="section-instance_method">
|
941
963
|
|
942
|
-
#<strong>section</strong> ⇒ <tt>Object</tt>
|
964
|
+
#<strong>section</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
943
965
|
|
944
966
|
|
945
967
|
|
@@ -963,7 +985,7 @@ the item belongs</p>
|
|
963
985
|
<div class="method_details ">
|
964
986
|
<h3 class="signature " id="title-instance_method">
|
965
987
|
|
966
|
-
#<strong>title</strong> ⇒ <tt>Object</tt>
|
988
|
+
#<strong>title</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
967
989
|
|
968
990
|
|
969
991
|
|
@@ -992,7 +1014,19 @@ the item belongs</p>
|
|
992
1014
|
<div class="method_details first">
|
993
1015
|
<h3 class="signature first" id="calculate_end_date-instance_method">
|
994
1016
|
|
995
|
-
#<strong>calculate_end_date</strong>(opt) ⇒ <tt>Object</tt>
|
1017
|
+
#<strong>calculate_end_date</strong>(opt) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1018
|
+
|
1019
|
+
|
1020
|
+
|
1021
|
+
|
1022
|
+
|
1023
|
+
</h3>
|
1024
|
+
</div>
|
1025
|
+
|
1026
|
+
<div class="method_details ">
|
1027
|
+
<h3 class="signature " id="clone-instance_method">
|
1028
|
+
|
1029
|
+
#<strong>clone</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
996
1030
|
|
997
1031
|
|
998
1032
|
|
@@ -1004,7 +1038,7 @@ the item belongs</p>
|
|
1004
1038
|
<div class="method_details ">
|
1005
1039
|
<h3 class="signature " id="duration-instance_method">
|
1006
1040
|
|
1007
|
-
#<strong>duration</strong> ⇒ <tt>Object</tt>
|
1041
|
+
#<strong>duration</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1008
1042
|
|
1009
1043
|
|
1010
1044
|
|
@@ -1123,7 +1157,7 @@ the item belongs</p>
|
|
1123
1157
|
<div class="method_details ">
|
1124
1158
|
<h3 class="signature " id="expand_date_tags-instance_method">
|
1125
1159
|
|
1126
|
-
#<strong>expand_date_tags</strong>(additional_tags = nil) ⇒ <tt>Object</tt>
|
1160
|
+
#<strong>expand_date_tags</strong>(additional_tags = nil) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1127
1161
|
|
1128
1162
|
|
1129
1163
|
|
@@ -1170,7 +1204,7 @@ dates</p>
|
|
1170
1204
|
<div class="method_details ">
|
1171
1205
|
<h3 class="signature " id="highlight_search-instance_method">
|
1172
1206
|
|
1173
|
-
#<strong>highlight_search</strong>(search, distance: nil, negate: false, case_type: nil) ⇒ <tt>Object</tt>
|
1207
|
+
#<strong>highlight_search</strong>(search, distance: nil, negate: false, case_type: nil) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1174
1208
|
|
1175
1209
|
|
1176
1210
|
|
@@ -1294,7 +1328,7 @@ dates</p>
|
|
1294
1328
|
<div class="method_details ">
|
1295
1329
|
<h3 class="signature " id="interval-instance_method">
|
1296
1330
|
|
1297
|
-
#<strong>interval</strong> ⇒ <tt>Object</tt>
|
1331
|
+
#<strong>interval</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1298
1332
|
|
1299
1333
|
|
1300
1334
|
|
@@ -1334,7 +1368,7 @@ the value of its @done tag (if present)</p>
|
|
1334
1368
|
<div class="method_details ">
|
1335
1369
|
<h3 class="signature " id="move_to-instance_method">
|
1336
1370
|
|
1337
|
-
#<strong>move_to</strong>(new_section, label: true, log: true) ⇒ <tt>Object</tt>
|
1371
|
+
#<strong>move_to</strong>(new_section, label: true, log: true) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1338
1372
|
|
1339
1373
|
|
1340
1374
|
|
@@ -1719,7 +1753,7 @@ thus should not receive a date on the @done tag</p>
|
|
1719
1753
|
<div class="method_details ">
|
1720
1754
|
<h3 class="signature " id="tag-instance_method">
|
1721
1755
|
|
1722
|
-
#<strong>tag</strong>(tags, **options) ⇒ <tt>Object</tt>
|
1756
|
+
#<strong>tag</strong>(tags, **options) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1723
1757
|
|
1724
1758
|
|
1725
1759
|
|
@@ -2132,7 +2166,7 @@ thus should not receive a date on the @done tag</p>
|
|
2132
2166
|
<div class="method_details ">
|
2133
2167
|
<h3 class="signature " id="to_pretty-instance_method">
|
2134
2168
|
|
2135
|
-
#<strong>to_pretty</strong>(elements: %i[date title section]) ⇒ <tt>Object</tt>
|
2169
|
+
#<strong>to_pretty</strong>(elements: %i[date title section]) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
2136
2170
|
|
2137
2171
|
|
2138
2172
|
|
@@ -2171,7 +2205,7 @@ thus should not receive a date on the @done tag</p>
|
|
2171
2205
|
<div class="method_details ">
|
2172
2206
|
<h3 class="signature " id="to_s-instance_method">
|
2173
2207
|
|
2174
|
-
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
2208
|
+
#<strong>to_s</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
2175
2209
|
|
2176
2210
|
|
2177
2211
|
|
@@ -2195,7 +2229,7 @@ thus should not receive a date on the @done tag</p>
|
|
2195
2229
|
</div>
|
2196
2230
|
|
2197
2231
|
<div id="footer">
|
2198
|
-
Generated on
|
2232
|
+
Generated on Sun Jan 23 09:24:05 2022 by
|
2199
2233
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2200
2234
|
0.9.27 (ruby-3.0.1).
|
2201
2235
|
</div>
|
data/docs/doc/Doing/Items.html
CHANGED
@@ -72,7 +72,7 @@
|
|
72
72
|
<span class="inheritName"><span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></span>
|
73
73
|
|
74
74
|
<ul class="fullTree">
|
75
|
-
<li>Object</li>
|
75
|
+
<li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
|
76
76
|
|
77
77
|
<li class="next"><span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></li>
|
78
78
|
|
@@ -401,7 +401,7 @@
|
|
401
401
|
|
402
402
|
|
403
403
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></h3>
|
404
|
-
<p class="inherited"><span class='object_link'><a href="../Array.html#highlight_tags-instance_method" title="Array#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="../Array.html#log_tags-instance_method" title="Array#log_tags (method)">#log_tags</a></span>, <span class='object_link'><a href="../Array.html#nested_hash-instance_method" title="Array#nested_hash (method)">#nested_hash</a></span>, <span class='object_link'><a href="../Array.html#tags_to_array-instance_method" title="Array#tags_to_array (method)">#tags_to_array</a></span>, <span class='object_link'><a href="../Array.html#time_string-instance_method" title="Array#time_string (method)">#time_string</a></span>, <span class='object_link'><a href="../Array.html#to_tags-instance_method" title="Array#to_tags (method)">#to_tags</a></span>, <span class='object_link'><a href="../Array.html#to_tags!-instance_method" title="Array#to_tags! (method)">#to_tags!</a></span></p>
|
404
|
+
<p class="inherited"><span class='object_link'><a href="../Array.html#good%3F-instance_method" title="Array#good? (method)">#good?</a></span>, <span class='object_link'><a href="../Array.html#highlight_tags-instance_method" title="Array#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="../Array.html#log_tags-instance_method" title="Array#log_tags (method)">#log_tags</a></span>, <span class='object_link'><a href="../Array.html#nested_hash-instance_method" title="Array#nested_hash (method)">#nested_hash</a></span>, <span class='object_link'><a href="../Array.html#tags_to_array-instance_method" title="Array#tags_to_array (method)">#tags_to_array</a></span>, <span class='object_link'><a href="../Array.html#time_string-instance_method" title="Array#time_string (method)">#time_string</a></span>, <span class='object_link'><a href="../Array.html#to_tags-instance_method" title="Array#to_tags (method)">#to_tags</a></span>, <span class='object_link'><a href="../Array.html#to_tags!-instance_method" title="Array#to_tags! (method)">#to_tags!</a></span></p>
|
405
405
|
<div id="constructor_details" class="method_details_list">
|
406
406
|
<h2>Constructor Details</h2>
|
407
407
|
|
@@ -437,7 +437,7 @@
|
|
437
437
|
<div class="method_details first">
|
438
438
|
<h3 class="signature first" id="sections-instance_method">
|
439
439
|
|
440
|
-
#<strong>sections</strong> ⇒ <tt>Object</tt>
|
440
|
+
#<strong>sections</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
441
441
|
|
442
442
|
|
443
443
|
|
@@ -466,7 +466,7 @@
|
|
466
466
|
<div class="method_details first">
|
467
467
|
<h3 class="signature first" id="add_section-instance_method">
|
468
468
|
|
469
|
-
#<strong>add_section</strong>(section, log: false) ⇒ <tt>Object</tt>
|
469
|
+
#<strong>add_section</strong>(section, log: false) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
470
470
|
|
471
471
|
|
472
472
|
|
@@ -547,7 +547,7 @@ creation of the section.</p>
|
|
547
547
|
<div class="method_details ">
|
548
548
|
<h3 class="signature " id="all_tags-instance_method">
|
549
549
|
|
550
|
-
#<strong>all_tags</strong> ⇒ <tt>Object</tt>
|
550
|
+
#<strong>all_tags</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
551
551
|
|
552
552
|
|
553
553
|
|
@@ -559,7 +559,7 @@ creation of the section.</p>
|
|
559
559
|
<div class="method_details ">
|
560
560
|
<h3 class="signature " id="delete_item-instance_method">
|
561
561
|
|
562
|
-
#<strong>delete_item</strong>(item, single: false) ⇒ <tt>Object</tt>
|
562
|
+
#<strong>delete_item</strong>(item, single: false) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
563
563
|
|
564
564
|
|
565
565
|
|
@@ -600,7 +600,7 @@ creation of the section.</p>
|
|
600
600
|
<div class="method_details ">
|
601
601
|
<h3 class="signature " id="diff-instance_method">
|
602
602
|
|
603
|
-
#<strong>diff</strong>(items) ⇒ <tt>Object</tt>
|
603
|
+
#<strong>diff</strong>(items) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
604
604
|
|
605
605
|
|
606
606
|
|
@@ -797,7 +797,7 @@ specified section</p>
|
|
797
797
|
<div class="method_details ">
|
798
798
|
<h3 class="signature " id="to_s-instance_method">
|
799
799
|
|
800
|
-
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
800
|
+
#<strong>to_s</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
801
801
|
|
802
802
|
|
803
803
|
|
@@ -819,7 +819,7 @@ specified section</p>
|
|
819
819
|
<div class="method_details ">
|
820
820
|
<h3 class="signature " id="update_item-instance_method">
|
821
821
|
|
822
|
-
#<strong>update_item</strong>(old_item, new_item) ⇒ <tt>Object</tt>
|
822
|
+
#<strong>update_item</strong>(old_item, new_item) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
823
823
|
|
824
824
|
|
825
825
|
|
@@ -890,7 +890,7 @@ specified section</p>
|
|
890
890
|
</div>
|
891
891
|
|
892
892
|
<div id="footer">
|
893
|
-
Generated on
|
893
|
+
Generated on Sun Jan 23 09:24:05 2022 by
|
894
894
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
895
895
|
0.9.27 (ruby-3.0.1).
|
896
896
|
</div>
|
@@ -69,10 +69,10 @@
|
|
69
69
|
<dl>
|
70
70
|
<dt>Inherits:</dt>
|
71
71
|
<dd>
|
72
|
-
<span class="inheritName">Object</span>
|
72
|
+
<span class="inheritName"><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></span>
|
73
73
|
|
74
74
|
<ul class="fullTree">
|
75
|
-
<li>Object</li>
|
75
|
+
<li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
|
76
76
|
|
77
77
|
<li class="next">Doing::LogAdapter</li>
|
78
78
|
|
@@ -784,7 +784,7 @@
|
|
784
784
|
<div class="method_details first">
|
785
785
|
<h3 class="signature first" id="level-instance_method">
|
786
786
|
|
787
|
-
#<strong>level</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
787
|
+
#<strong>level</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(readonly)</span>
|
788
788
|
|
789
789
|
|
790
790
|
|
@@ -808,7 +808,7 @@
|
|
808
808
|
<div class="method_details ">
|
809
809
|
<h3 class="signature " id="logdev=-instance_method">
|
810
810
|
|
811
|
-
#<strong>logdev=</strong>(value) ⇒ <tt>Object</tt> <span class="extras">(writeonly)</span>
|
811
|
+
#<strong>logdev=</strong>(value) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(writeonly)</span>
|
812
812
|
|
813
813
|
|
814
814
|
|
@@ -832,7 +832,7 @@
|
|
832
832
|
<div class="method_details ">
|
833
833
|
<h3 class="signature " id="max_length=-instance_method">
|
834
834
|
|
835
|
-
#<strong>max_length=</strong>(value) ⇒ <tt>Object</tt> <span class="extras">(writeonly)</span>
|
835
|
+
#<strong>max_length=</strong>(value) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(writeonly)</span>
|
836
836
|
|
837
837
|
|
838
838
|
|
@@ -856,7 +856,7 @@
|
|
856
856
|
<div class="method_details ">
|
857
857
|
<h3 class="signature " id="messages-instance_method">
|
858
858
|
|
859
|
-
#<strong>messages</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
859
|
+
#<strong>messages</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(readonly)</span>
|
860
860
|
|
861
861
|
|
862
862
|
|
@@ -880,7 +880,7 @@
|
|
880
880
|
<div class="method_details ">
|
881
881
|
<h3 class="signature " id="results-instance_method">
|
882
882
|
|
883
|
-
#<strong>results</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
883
|
+
#<strong>results</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(readonly)</span>
|
884
884
|
|
885
885
|
|
886
886
|
|
@@ -909,7 +909,7 @@
|
|
909
909
|
<div class="method_details first">
|
910
910
|
<h3 class="signature first" id="abort_with-instance_method">
|
911
911
|
|
912
|
-
#<strong>abort_with</strong>(topic, message = nil, &block) ⇒ <tt>Object</tt>
|
912
|
+
#<strong>abort_with</strong>(topic, message = nil, &block) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
913
913
|
|
914
914
|
|
915
915
|
|
@@ -988,7 +988,7 @@ omitted)</p>
|
|
988
988
|
<div class="method_details ">
|
989
989
|
<h3 class="signature " id="adjust_verbosity-instance_method">
|
990
990
|
|
991
|
-
#<strong>adjust_verbosity</strong>(options = {}) ⇒ <tt>Object</tt>
|
991
|
+
#<strong>adjust_verbosity</strong>(options = {}) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
992
992
|
|
993
993
|
|
994
994
|
|
@@ -1000,7 +1000,7 @@ omitted)</p>
|
|
1000
1000
|
<div class="method_details ">
|
1001
1001
|
<h3 class="signature " id="benchmark-instance_method">
|
1002
1002
|
|
1003
|
-
#<strong>benchmark</strong>(key, state) ⇒ <tt>Object</tt>
|
1003
|
+
#<strong>benchmark</strong>(key, state) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1004
1004
|
|
1005
1005
|
|
1006
1006
|
|
@@ -1012,7 +1012,7 @@ omitted)</p>
|
|
1012
1012
|
<div class="method_details ">
|
1013
1013
|
<h3 class="signature " id="count-instance_method">
|
1014
1014
|
|
1015
|
-
#<strong>count</strong>(key, level: :info, count: 1, tag: nil, message: nil) ⇒ <tt>Object</tt>
|
1015
|
+
#<strong>count</strong>(key, level: :info, count: 1, tag: nil, message: nil) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1016
1016
|
|
1017
1017
|
|
1018
1018
|
|
@@ -1046,7 +1046,7 @@ omitted)</p>
|
|
1046
1046
|
<div class="method_details ">
|
1047
1047
|
<h3 class="signature " id="debug-instance_method">
|
1048
1048
|
|
1049
|
-
#<strong>debug</strong>(topic, message = nil, &block) ⇒ <tt>Object</tt>
|
1049
|
+
#<strong>debug</strong>(topic, message = nil, &block) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1050
1050
|
|
1051
1051
|
|
1052
1052
|
|
@@ -1121,7 +1121,7 @@ omitted)</p>
|
|
1121
1121
|
<div class="method_details ">
|
1122
1122
|
<h3 class="signature " id="error-instance_method">
|
1123
1123
|
|
1124
|
-
#<strong>error</strong>(topic, message = nil, &block) ⇒ <tt>Object</tt>
|
1124
|
+
#<strong>error</strong>(topic, message = nil, &block) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1125
1125
|
|
1126
1126
|
|
1127
1127
|
|
@@ -1198,7 +1198,7 @@ omitted)</p>
|
|
1198
1198
|
<div class="method_details ">
|
1199
1199
|
<h3 class="signature " id="formatted_topic-instance_method">
|
1200
1200
|
|
1201
|
-
#<strong>formatted_topic</strong>(topic, colon: false) ⇒ <tt>Object</tt>
|
1201
|
+
#<strong>formatted_topic</strong>(topic, colon: false) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1202
1202
|
|
1203
1203
|
|
1204
1204
|
|
@@ -1275,7 +1275,7 @@ omitted)</p>
|
|
1275
1275
|
<div class="method_details ">
|
1276
1276
|
<h3 class="signature " id="info-instance_method">
|
1277
1277
|
|
1278
|
-
#<strong>info</strong>(topic, message = nil, &block) ⇒ <tt>Object</tt>
|
1278
|
+
#<strong>info</strong>(topic, message = nil, &block) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1279
1279
|
|
1280
1280
|
|
1281
1281
|
|
@@ -1352,7 +1352,7 @@ omitted)</p>
|
|
1352
1352
|
<div class="method_details ">
|
1353
1353
|
<h3 class="signature " id="log_benchmarks-instance_method">
|
1354
1354
|
|
1355
|
-
#<strong>log_benchmarks</strong> ⇒ <tt>Object</tt>
|
1355
|
+
#<strong>log_benchmarks</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1356
1356
|
|
1357
1357
|
|
1358
1358
|
|
@@ -1364,7 +1364,7 @@ omitted)</p>
|
|
1364
1364
|
<div class="method_details ">
|
1365
1365
|
<h3 class="signature " id="log_change-instance_method">
|
1366
1366
|
|
1367
|
-
#<strong>log_change</strong>(tags_added: [], tags_removed: [], count: 1, item: nil, single: false) ⇒ <tt>Object</tt>
|
1367
|
+
#<strong>log_change</strong>(tags_added: [], tags_removed: [], count: 1, item: nil, single: false) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1368
1368
|
|
1369
1369
|
|
1370
1370
|
|
@@ -1376,7 +1376,7 @@ omitted)</p>
|
|
1376
1376
|
<div class="method_details ">
|
1377
1377
|
<h3 class="signature " id="log_level=-instance_method">
|
1378
1378
|
|
1379
|
-
#<strong>log_level=</strong>(level = 'info') ⇒ <tt>Object</tt>
|
1379
|
+
#<strong>log_level=</strong>(level = 'info') ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1380
1380
|
|
1381
1381
|
|
1382
1382
|
|
@@ -1436,7 +1436,7 @@ omitted)</p>
|
|
1436
1436
|
<div class="method_details ">
|
1437
1437
|
<h3 class="signature " id="log_now-instance_method">
|
1438
1438
|
|
1439
|
-
#<strong>log_now</strong>(level, topic, message = nil, &block) ⇒ <tt>Object</tt>
|
1439
|
+
#<strong>log_now</strong>(level, topic, message = nil, &block) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1440
1440
|
|
1441
1441
|
|
1442
1442
|
|
@@ -1524,7 +1524,7 @@ omitted)</p>
|
|
1524
1524
|
<div class="method_details ">
|
1525
1525
|
<h3 class="signature " id="output_results-instance_method">
|
1526
1526
|
|
1527
|
-
#<strong>output_results</strong> ⇒ <tt>Object</tt>
|
1527
|
+
#<strong>output_results</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1528
1528
|
|
1529
1529
|
|
1530
1530
|
|
@@ -1563,7 +1563,7 @@ omitted)</p>
|
|
1563
1563
|
<div class="method_details ">
|
1564
1564
|
<h3 class="signature " id="restore_level-instance_method">
|
1565
1565
|
|
1566
|
-
#<strong>restore_level</strong> ⇒ <tt>Object</tt>
|
1566
|
+
#<strong>restore_level</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1567
1567
|
|
1568
1568
|
|
1569
1569
|
|
@@ -1585,7 +1585,7 @@ omitted)</p>
|
|
1585
1585
|
<div class="method_details ">
|
1586
1586
|
<h3 class="signature " id="temp_level-instance_method">
|
1587
1587
|
|
1588
|
-
#<strong>temp_level</strong>(level) ⇒ <tt>Object</tt>
|
1588
|
+
#<strong>temp_level</strong>(level) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1589
1589
|
|
1590
1590
|
|
1591
1591
|
|
@@ -1607,7 +1607,7 @@ omitted)</p>
|
|
1607
1607
|
<div class="method_details ">
|
1608
1608
|
<h3 class="signature " id="warn-instance_method">
|
1609
1609
|
|
1610
|
-
#<strong>warn</strong>(topic, message = nil, &block) ⇒ <tt>Object</tt>
|
1610
|
+
#<strong>warn</strong>(topic, message = nil, &block) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1611
1611
|
|
1612
1612
|
|
1613
1613
|
|
@@ -1797,7 +1797,7 @@ message (optional)</p>
|
|
1797
1797
|
</div>
|
1798
1798
|
|
1799
1799
|
<div id="footer">
|
1800
|
-
Generated on
|
1800
|
+
Generated on Sun Jan 23 09:24:05 2022 by
|
1801
1801
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1802
1802
|
0.9.27 (ruby-3.0.1).
|
1803
1803
|
</div>
|
data/docs/doc/Doing/Note.html
CHANGED
@@ -72,7 +72,7 @@
|
|
72
72
|
<span class="inheritName"><span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></span>
|
73
73
|
|
74
74
|
<ul class="fullTree">
|
75
|
-
<li>Object</li>
|
75
|
+
<li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
|
76
76
|
|
77
77
|
<li class="next"><span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></li>
|
78
78
|
|
@@ -323,7 +323,7 @@
|
|
323
323
|
|
324
324
|
|
325
325
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></h3>
|
326
|
-
<p class="inherited"><span class='object_link'><a href="../Array.html#highlight_tags-instance_method" title="Array#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="../Array.html#log_tags-instance_method" title="Array#log_tags (method)">#log_tags</a></span>, <span class='object_link'><a href="../Array.html#nested_hash-instance_method" title="Array#nested_hash (method)">#nested_hash</a></span>, <span class='object_link'><a href="../Array.html#tags_to_array-instance_method" title="Array#tags_to_array (method)">#tags_to_array</a></span>, <span class='object_link'><a href="../Array.html#time_string-instance_method" title="Array#time_string (method)">#time_string</a></span>, <span class='object_link'><a href="../Array.html#to_tags-instance_method" title="Array#to_tags (method)">#to_tags</a></span>, <span class='object_link'><a href="../Array.html#to_tags!-instance_method" title="Array#to_tags! (method)">#to_tags!</a></span></p>
|
326
|
+
<p class="inherited"><span class='object_link'><a href="../Array.html#good%3F-instance_method" title="Array#good? (method)">#good?</a></span>, <span class='object_link'><a href="../Array.html#highlight_tags-instance_method" title="Array#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="../Array.html#log_tags-instance_method" title="Array#log_tags (method)">#log_tags</a></span>, <span class='object_link'><a href="../Array.html#nested_hash-instance_method" title="Array#nested_hash (method)">#nested_hash</a></span>, <span class='object_link'><a href="../Array.html#tags_to_array-instance_method" title="Array#tags_to_array (method)">#tags_to_array</a></span>, <span class='object_link'><a href="../Array.html#time_string-instance_method" title="Array#time_string (method)">#time_string</a></span>, <span class='object_link'><a href="../Array.html#to_tags-instance_method" title="Array#to_tags (method)">#to_tags</a></span>, <span class='object_link'><a href="../Array.html#to_tags!-instance_method" title="Array#to_tags! (method)">#to_tags!</a></span></p>
|
327
327
|
<div id="constructor_details" class="method_details_list">
|
328
328
|
<h2>Constructor Details</h2>
|
329
329
|
|
@@ -381,7 +381,7 @@ or array</p>
|
|
381
381
|
<div class="method_details first">
|
382
382
|
<h3 class="signature first" id="add-instance_method">
|
383
383
|
|
384
|
-
#<strong>add</strong>(note, replace: false) ⇒ <tt>Object</tt>
|
384
|
+
#<strong>add</strong>(note, replace: false) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
385
385
|
|
386
386
|
|
387
387
|
|
@@ -480,7 +480,7 @@ content</p>
|
|
480
480
|
<div class="method_details ">
|
481
481
|
<h3 class="signature " id="compress!-instance_method">
|
482
482
|
|
483
|
-
#<strong>compress!</strong> ⇒ <tt>Object</tt>
|
483
|
+
#<strong>compress!</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
484
484
|
|
485
485
|
|
486
486
|
|
@@ -591,7 +591,7 @@ content</p>
|
|
591
591
|
<div class="method_details ">
|
592
592
|
<h3 class="signature " id="strip_lines!-instance_method">
|
593
593
|
|
594
|
-
#<strong>strip_lines!</strong> ⇒ <tt>Object</tt>
|
594
|
+
#<strong>strip_lines!</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
595
595
|
|
596
596
|
|
597
597
|
|
@@ -603,7 +603,7 @@ content</p>
|
|
603
603
|
<div class="method_details ">
|
604
604
|
<h3 class="signature " id="to_s-instance_method">
|
605
605
|
|
606
|
-
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
606
|
+
#<strong>to_s</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
607
607
|
|
608
608
|
|
609
609
|
|
@@ -627,7 +627,7 @@ content</p>
|
|
627
627
|
</div>
|
628
628
|
|
629
629
|
<div id="footer">
|
630
|
-
Generated on
|
630
|
+
Generated on Sun Jan 23 09:24:05 2022 by
|
631
631
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
632
632
|
0.9.27 (ruby-3.0.1).
|
633
633
|
</div>
|
data/docs/doc/Doing/Pager.html
CHANGED
@@ -189,7 +189,7 @@
|
|
189
189
|
<div class="method_details first">
|
190
190
|
<h3 class="signature first" id="page-class_method">
|
191
191
|
|
192
|
-
.<strong>page</strong>(text) ⇒ <tt>Object</tt>
|
192
|
+
.<strong>page</strong>(text) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
193
193
|
|
194
194
|
|
195
195
|
|
@@ -231,7 +231,7 @@ STDOUT</p>
|
|
231
231
|
<div class="method_details ">
|
232
232
|
<h3 class="signature " id="paginate-class_method">
|
233
233
|
|
234
|
-
.<strong>paginate</strong> ⇒ <tt>Object</tt>
|
234
|
+
.<strong>paginate</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
235
235
|
|
236
236
|
|
237
237
|
|
@@ -253,7 +253,7 @@ STDOUT</p>
|
|
253
253
|
<div class="method_details ">
|
254
254
|
<h3 class="signature " id="paginate=-class_method">
|
255
255
|
|
256
|
-
.<strong>paginate=</strong>(should_paginate) ⇒ <tt>Object</tt>
|
256
|
+
.<strong>paginate=</strong>(should_paginate) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
257
257
|
|
258
258
|
|
259
259
|
|
@@ -296,7 +296,7 @@ STDOUT</p>
|
|
296
296
|
</div>
|
297
297
|
|
298
298
|
<div id="footer">
|
299
|
-
Generated on
|
299
|
+
Generated on Sun Jan 23 09:24:05 2022 by
|
300
300
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
301
301
|
0.9.27 (ruby-3.0.1).
|
302
302
|
</div>
|
data/docs/doc/Doing/Plugins.html
CHANGED
@@ -521,7 +521,7 @@
|
|
521
521
|
<div class="method_details ">
|
522
522
|
<h3 class="signature " id="list_plugins-class_method">
|
523
523
|
|
524
|
-
.<strong>list_plugins</strong>(options = {}) ⇒ <tt>Object</tt>
|
524
|
+
.<strong>list_plugins</strong>(options = {}) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
525
525
|
|
526
526
|
|
527
527
|
|
@@ -560,7 +560,7 @@
|
|
560
560
|
<div class="method_details ">
|
561
561
|
<h3 class="signature " id="load_plugins-class_method">
|
562
562
|
|
563
|
-
.<strong>load_plugins</strong>(add_dir = nil) ⇒ <tt>Object</tt>
|
563
|
+
.<strong>load_plugins</strong>(add_dir = nil) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
564
564
|
|
565
565
|
|
566
566
|
|
@@ -782,7 +782,7 @@ for type</p>
|
|
782
782
|
<div class="method_details ">
|
783
783
|
<h3 class="signature " id="plugins-class_method">
|
784
784
|
|
785
|
-
.<strong>plugins</strong> ⇒ <tt>Object</tt>
|
785
|
+
.<strong>plugins</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
786
786
|
|
787
787
|
|
788
788
|
|
@@ -946,7 +946,7 @@ plugin (can be an array of names)</p>
|
|
946
946
|
<div class="method_details ">
|
947
947
|
<h3 class="signature " id="save_template-class_method">
|
948
948
|
|
949
|
-
.<strong>save_template</strong>(tpl, dir, filename) ⇒ <tt>Object</tt>
|
949
|
+
.<strong>save_template</strong>(tpl, dir, filename) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
950
950
|
|
951
951
|
|
952
952
|
|
@@ -1133,7 +1133,7 @@ triggers for type</p>
|
|
1133
1133
|
<div class="method_details ">
|
1134
1134
|
<h3 class="signature " id="user_home-class_method">
|
1135
1135
|
|
1136
|
-
.<strong>user_home</strong> ⇒ <tt>Object</tt>
|
1136
|
+
.<strong>user_home</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1137
1137
|
|
1138
1138
|
|
1139
1139
|
|
@@ -1221,7 +1221,7 @@ e.g. :imp => :import</p>
|
|
1221
1221
|
<div class="method_details ">
|
1222
1222
|
<h3 class="signature " id="validate_plugin-class_method">
|
1223
1223
|
|
1224
|
-
.<strong>validate_plugin</strong>(title, type, klass) ⇒ <tt>Object</tt>
|
1224
|
+
.<strong>validate_plugin</strong>(title, type, klass) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
1225
1225
|
|
1226
1226
|
|
1227
1227
|
|
@@ -1235,7 +1235,7 @@ e.g. :imp => :import</p>
|
|
1235
1235
|
</div>
|
1236
1236
|
|
1237
1237
|
<div id="footer">
|
1238
|
-
Generated on
|
1238
|
+
Generated on Sun Jan 23 09:24:05 2022 by
|
1239
1239
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1240
1240
|
0.9.27 (ruby-3.0.1).
|
1241
1241
|
</div>
|