doing 2.1.8 → 2.1.9
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 +6 -6
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +12 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/bin/doing +17 -0
- data/docs/doc/Array.html +1 -1
- data/docs/doc/BooleanTermParser/Clause.html +1 -1
- data/docs/doc/BooleanTermParser/Operator.html +1 -1
- data/docs/doc/BooleanTermParser/Query.html +1 -1
- data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
- data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/Color.html +1 -1
- data/docs/doc/Doing/Completion.html +1 -1
- data/docs/doc/Doing/Configuration.html +2 -2
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
- data/docs/doc/Doing/Errors/NoResults.html +1 -1
- data/docs/doc/Doing/Errors/PluginException.html +1 -1
- data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
- data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/Hooks.html +1 -1
- data/docs/doc/Doing/Item.html +1 -1
- data/docs/doc/Doing/Items.html +1 -1
- data/docs/doc/Doing/LogAdapter.html +1 -1
- data/docs/doc/Doing/Note.html +1 -1
- data/docs/doc/Doing/Pager.html +1 -1
- data/docs/doc/Doing/Plugins.html +1 -1
- data/docs/doc/Doing/Prompt.html +132 -18
- data/docs/doc/Doing/Section.html +1 -1
- data/docs/doc/Doing/TemplateString.html +1 -1
- data/docs/doc/Doing/Util/Backup.html +79 -2
- data/docs/doc/Doing/Util.html +1 -1
- data/docs/doc/Doing/WWID.html +36 -66
- data/docs/doc/Doing.html +2 -2
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/docs/doc/GLI/Commands.html +1 -1
- data/docs/doc/GLI.html +1 -1
- data/docs/doc/Hash.html +1 -1
- data/docs/doc/PhraseParser/Operator.html +1 -1
- data/docs/doc/PhraseParser/PhraseClause.html +1 -1
- data/docs/doc/PhraseParser/Query.html +1 -1
- data/docs/doc/PhraseParser/QueryParser.html +1 -1
- data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
- data/docs/doc/PhraseParser/TermClause.html +1 -1
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +1 -1
- data/docs/doc/String.html +1 -1
- data/docs/doc/Symbol.html +1 -1
- data/docs/doc/Time.html +1 -1
- data/docs/doc/_index.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +345 -305
- data/docs/doc/top-level-namespace.html +1 -1
- data/docs/index.md +1 -1
- data/doing.rdoc +1 -1
- data/lib/doing/configuration.rb +1 -1
- data/lib/doing/log_adapter.rb +1 -0
- data/lib/doing/prompt.rb +47 -8
- data/lib/doing/util_backup.rb +22 -3
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +48 -25
- metadata +2 -3
- data/lib/helpers/fuzzyfilefinder +0 -0
|
@@ -126,6 +126,29 @@
|
|
|
126
126
|
<li class="public ">
|
|
127
127
|
<span class="summary_signature">
|
|
128
128
|
|
|
129
|
+
<a href="#clear_redo-instance_method" title="#clear_redo (instance method)">#<strong>clear_redo</strong>(filename) ⇒ Object </a>
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
</span>
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
<span class="summary_desc"><div class='inline'><p>Delete all redo files.</p>
|
|
144
|
+
</div></span>
|
|
145
|
+
|
|
146
|
+
</li>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
<li class="public ">
|
|
150
|
+
<span class="summary_signature">
|
|
151
|
+
|
|
129
152
|
<a href="#clear_undone-instance_method" title="#clear_undone (instance method)">#<strong>clear_undone</strong>(filename = nil) ⇒ Object </a>
|
|
130
153
|
|
|
131
154
|
|
|
@@ -326,7 +349,48 @@
|
|
|
326
349
|
|
|
327
350
|
|
|
328
351
|
<div class="method_details first">
|
|
329
|
-
<h3 class="signature first" id="
|
|
352
|
+
<h3 class="signature first" id="clear_redo-instance_method">
|
|
353
|
+
|
|
354
|
+
#<strong>clear_redo</strong>(filename) ⇒ <tt>Object</tt>
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
</h3><div class="docstring">
|
|
361
|
+
<div class="discussion">
|
|
362
|
+
<p>Delete all redo files</p>
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
</div>
|
|
366
|
+
</div>
|
|
367
|
+
<div class="tags">
|
|
368
|
+
<p class="tag_title">Parameters:</p>
|
|
369
|
+
<ul class="param">
|
|
370
|
+
|
|
371
|
+
<li>
|
|
372
|
+
|
|
373
|
+
<span class='name'>limit</span>
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
<span class='type'></span>
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
—
|
|
381
|
+
<div class='inline'><p>Maximum number of backups to retain</p>
|
|
382
|
+
</div>
|
|
383
|
+
|
|
384
|
+
</li>
|
|
385
|
+
|
|
386
|
+
</ul>
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
</div>
|
|
390
|
+
</div>
|
|
391
|
+
|
|
392
|
+
<div class="method_details ">
|
|
393
|
+
<h3 class="signature " id="clear_undone-instance_method">
|
|
330
394
|
|
|
331
395
|
#<strong>clear_undone</strong>(filename = nil) ⇒ <tt>Object</tt>
|
|
332
396
|
|
|
@@ -534,6 +598,19 @@ provided, only backups of that filename will be used.</p>
|
|
|
534
598
|
|
|
535
599
|
</ul>
|
|
536
600
|
|
|
601
|
+
<p class="tag_title">Raises:</p>
|
|
602
|
+
<ul class="raise">
|
|
603
|
+
|
|
604
|
+
<li>
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
<span class='type'>(<tt>DoingRuntimeError</tt>)</span>
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
</li>
|
|
612
|
+
|
|
613
|
+
</ul>
|
|
537
614
|
|
|
538
615
|
</div>
|
|
539
616
|
</div>
|
|
@@ -676,7 +753,7 @@ in a hidden directory</p>
|
|
|
676
753
|
</div>
|
|
677
754
|
|
|
678
755
|
<div id="footer">
|
|
679
|
-
Generated on
|
|
756
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
680
757
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
681
758
|
0.9.26 (ruby-3.0.1).
|
|
682
759
|
</div>
|
data/docs/doc/Doing/Util.html
CHANGED
|
@@ -928,7 +928,7 @@ other_hash - the other hash whose values will be persisted after the merge</p>
|
|
|
928
928
|
</div>
|
|
929
929
|
|
|
930
930
|
<div id="footer">
|
|
931
|
-
Generated on
|
|
931
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
932
932
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
933
933
|
0.9.26 (ruby-3.0.1).
|
|
934
934
|
</div>
|
data/docs/doc/Doing/WWID.html
CHANGED
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
<li class="public ">
|
|
360
360
|
<span class="summary_signature">
|
|
361
361
|
|
|
362
|
-
<a href="#act_on-instance_method" title="#act_on (instance method)">#<strong>act_on</strong>(items, opt
|
|
362
|
+
<a href="#act_on-instance_method" title="#act_on (instance method)">#<strong>act_on</strong>(items, opt) ⇒ Object </a>
|
|
363
363
|
|
|
364
364
|
|
|
365
365
|
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
<li class="public ">
|
|
383
383
|
<span class="summary_signature">
|
|
384
384
|
|
|
385
|
-
<a href="#add_item-instance_method" title="#add_item (instance method)">#<strong>add_item</strong>(title, section = nil, opt
|
|
385
|
+
<a href="#add_item-instance_method" title="#add_item (instance method)">#<strong>add_item</strong>(title, section = nil, opt) ⇒ Object </a>
|
|
386
386
|
|
|
387
387
|
|
|
388
388
|
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
<li class="public ">
|
|
428
428
|
<span class="summary_signature">
|
|
429
429
|
|
|
430
|
-
<a href="#archive-instance_method" title="#archive (instance method)">#<strong>archive</strong>(section = @config['current_section'], options
|
|
430
|
+
<a href="#archive-instance_method" title="#archive (instance method)">#<strong>archive</strong>(section = @config['current_section'], options) ⇒ Object </a>
|
|
431
431
|
|
|
432
432
|
|
|
433
433
|
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
<li class="public ">
|
|
451
451
|
<span class="summary_signature">
|
|
452
452
|
|
|
453
|
-
<a href="#autotag-instance_method" title="#autotag (instance method)">#<strong>autotag</strong>(
|
|
453
|
+
<a href="#autotag-instance_method" title="#autotag (instance method)">#<strong>autotag</strong>(string) ⇒ Object </a>
|
|
454
454
|
|
|
455
455
|
|
|
456
456
|
|
|
@@ -840,7 +840,7 @@
|
|
|
840
840
|
<li class="public ">
|
|
841
841
|
<span class="summary_signature">
|
|
842
842
|
|
|
843
|
-
<a href="#import-instance_method" title="#import (instance method)">#<strong>import</strong>(paths, opt
|
|
843
|
+
<a href="#import-instance_method" title="#import (instance method)">#<strong>import</strong>(paths, opt) ⇒ Object </a>
|
|
844
844
|
|
|
845
845
|
|
|
846
846
|
|
|
@@ -911,7 +911,7 @@
|
|
|
911
911
|
<li class="public ">
|
|
912
912
|
<span class="summary_signature">
|
|
913
913
|
|
|
914
|
-
<a href="#interactive-instance_method" title="#interactive (instance method)">#<strong>interactive</strong>(opt
|
|
914
|
+
<a href="#interactive-instance_method" title="#interactive (instance method)">#<strong>interactive</strong>(opt) ⇒ Object </a>
|
|
915
915
|
|
|
916
916
|
|
|
917
917
|
|
|
@@ -957,7 +957,7 @@
|
|
|
957
957
|
<li class="public ">
|
|
958
958
|
<span class="summary_signature">
|
|
959
959
|
|
|
960
|
-
<a href="#last_entry-instance_method" title="#last_entry (instance method)">#<strong>last_entry</strong>(opt
|
|
960
|
+
<a href="#last_entry-instance_method" title="#last_entry (instance method)">#<strong>last_entry</strong>(opt) ⇒ Object </a>
|
|
961
961
|
|
|
962
962
|
|
|
963
963
|
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
<li class="public ">
|
|
1004
1004
|
<span class="summary_signature">
|
|
1005
1005
|
|
|
1006
|
-
<a href="#list_date-instance_method" title="#list_date (instance method)">#<strong>list_date</strong>(dates, section, times = nil, output = nil, opt
|
|
1006
|
+
<a href="#list_date-instance_method" title="#list_date (instance method)">#<strong>list_date</strong>(dates, section, times = nil, output = nil, opt) ⇒ Object </a>
|
|
1007
1007
|
|
|
1008
1008
|
|
|
1009
1009
|
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
<li class="public ">
|
|
1073
1073
|
<span class="summary_signature">
|
|
1074
1074
|
|
|
1075
|
-
<a href="#next_item-instance_method" title="#next_item (instance method)">#<strong>next_item</strong>(item, options
|
|
1075
|
+
<a href="#next_item-instance_method" title="#next_item (instance method)">#<strong>next_item</strong>(item, options) ⇒ Item </a>
|
|
1076
1076
|
|
|
1077
1077
|
|
|
1078
1078
|
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
<li class="public ">
|
|
1096
1096
|
<span class="summary_signature">
|
|
1097
1097
|
|
|
1098
|
-
<a href="#recent-instance_method" title="#recent (instance method)">#<strong>recent</strong>(count = 10, section = nil, opt
|
|
1098
|
+
<a href="#recent-instance_method" title="#recent (instance method)">#<strong>recent</strong>(count = 10, section = nil, opt) ⇒ Object </a>
|
|
1099
1099
|
|
|
1100
1100
|
|
|
1101
1101
|
|
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
<li class="public ">
|
|
1119
1119
|
<span class="summary_signature">
|
|
1120
1120
|
|
|
1121
|
-
<a href="#repeat_item-instance_method" title="#repeat_item (instance method)">#<strong>repeat_item</strong>(item, opt
|
|
1121
|
+
<a href="#repeat_item-instance_method" title="#repeat_item (instance method)">#<strong>repeat_item</strong>(item, opt) ⇒ Object </a>
|
|
1122
1122
|
|
|
1123
1123
|
|
|
1124
1124
|
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
<li class="public ">
|
|
1142
1142
|
<span class="summary_signature">
|
|
1143
1143
|
|
|
1144
|
-
<a href="#repeat_last-instance_method" title="#repeat_last (instance method)">#<strong>repeat_last</strong>(opt
|
|
1144
|
+
<a href="#repeat_last-instance_method" title="#repeat_last (instance method)">#<strong>repeat_last</strong>(opt) ⇒ Object </a>
|
|
1145
1145
|
|
|
1146
1146
|
|
|
1147
1147
|
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
<li class="public ">
|
|
1188
1188
|
<span class="summary_signature">
|
|
1189
1189
|
|
|
1190
|
-
<a href="#rotate-instance_method" title="#rotate (instance method)">#<strong>rotate</strong>(opt
|
|
1190
|
+
<a href="#rotate-instance_method" title="#rotate (instance method)">#<strong>rotate</strong>(opt) ⇒ Object </a>
|
|
1191
1191
|
|
|
1192
1192
|
|
|
1193
1193
|
|
|
@@ -1233,7 +1233,7 @@
|
|
|
1233
1233
|
<li class="public ">
|
|
1234
1234
|
<span class="summary_signature">
|
|
1235
1235
|
|
|
1236
|
-
<a href="#stop_start-instance_method" title="#stop_start (instance method)">#<strong>stop_start</strong>(target_tag, opt
|
|
1236
|
+
<a href="#stop_start-instance_method" title="#stop_start (instance method)">#<strong>stop_start</strong>(target_tag, opt) ⇒ Object </a>
|
|
1237
1237
|
|
|
1238
1238
|
|
|
1239
1239
|
|
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
<li class="public ">
|
|
1279
1279
|
<span class="summary_signature">
|
|
1280
1280
|
|
|
1281
|
-
<a href="#tag_last-instance_method" title="#tag_last (instance method)">#<strong>tag_last</strong>(opt
|
|
1281
|
+
<a href="#tag_last-instance_method" title="#tag_last (instance method)">#<strong>tag_last</strong>(opt) ⇒ Object </a>
|
|
1282
1282
|
|
|
1283
1283
|
|
|
1284
1284
|
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
<li class="public ">
|
|
1325
1325
|
<span class="summary_signature">
|
|
1326
1326
|
|
|
1327
|
-
<a href="#today-instance_method" title="#today (instance method)">#<strong>today</strong>(times = true, output = nil, opt
|
|
1327
|
+
<a href="#today-instance_method" title="#today (instance method)">#<strong>today</strong>(times = true, output = nil, opt) ⇒ Object </a>
|
|
1328
1328
|
|
|
1329
1329
|
|
|
1330
1330
|
|
|
@@ -1393,7 +1393,7 @@
|
|
|
1393
1393
|
<li class="public ">
|
|
1394
1394
|
<span class="summary_signature">
|
|
1395
1395
|
|
|
1396
|
-
<a href="#yesterday-instance_method" title="#yesterday (instance method)">#<strong>yesterday</strong>(section, times = nil, output = nil, opt
|
|
1396
|
+
<a href="#yesterday-instance_method" title="#yesterday (instance method)">#<strong>yesterday</strong>(section, times = nil, output = nil, opt) ⇒ Object </a>
|
|
1397
1397
|
|
|
1398
1398
|
|
|
1399
1399
|
|
|
@@ -1659,7 +1659,7 @@
|
|
|
1659
1659
|
<div class="method_details first">
|
|
1660
1660
|
<h3 class="signature first" id="act_on-instance_method">
|
|
1661
1661
|
|
|
1662
|
-
#<strong>act_on</strong>(items, opt
|
|
1662
|
+
#<strong>act_on</strong>(items, opt) ⇒ <tt>Object</tt>
|
|
1663
1663
|
|
|
1664
1664
|
|
|
1665
1665
|
|
|
@@ -1702,8 +1702,6 @@
|
|
|
1702
1702
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
1703
1703
|
|
|
1704
1704
|
|
|
1705
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
1706
|
-
|
|
1707
1705
|
|
|
1708
1706
|
—
|
|
1709
1707
|
<div class='inline'><p>Options and actions to perform</p>
|
|
@@ -1830,7 +1828,7 @@
|
|
|
1830
1828
|
<div class="method_details ">
|
|
1831
1829
|
<h3 class="signature " id="add_item-instance_method">
|
|
1832
1830
|
|
|
1833
|
-
#<strong>add_item</strong>(title, section = nil, opt
|
|
1831
|
+
#<strong>add_item</strong>(title, section = nil, opt) ⇒ <tt>Object</tt>
|
|
1834
1832
|
|
|
1835
1833
|
|
|
1836
1834
|
|
|
@@ -1887,8 +1885,6 @@
|
|
|
1887
1885
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
1888
1886
|
|
|
1889
1887
|
|
|
1890
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
1891
|
-
|
|
1892
1888
|
|
|
1893
1889
|
—
|
|
1894
1890
|
<div class='inline'><p>Additional Options</p>
|
|
@@ -1978,7 +1974,7 @@
|
|
|
1978
1974
|
<div class="method_details ">
|
|
1979
1975
|
<h3 class="signature " id="archive-instance_method">
|
|
1980
1976
|
|
|
1981
|
-
#<strong>archive</strong>(section = @config['current_section'], options
|
|
1977
|
+
#<strong>archive</strong>(section = @config['current_section'], options) ⇒ <tt>Object</tt>
|
|
1982
1978
|
|
|
1983
1979
|
|
|
1984
1980
|
|
|
@@ -2021,8 +2017,6 @@
|
|
|
2021
2017
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
2022
2018
|
|
|
2023
2019
|
|
|
2024
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
2025
|
-
|
|
2026
2020
|
|
|
2027
2021
|
—
|
|
2028
2022
|
<div class='inline'><p>Options</p>
|
|
@@ -2039,7 +2033,7 @@
|
|
|
2039
2033
|
<div class="method_details ">
|
|
2040
2034
|
<h3 class="signature " id="autotag-instance_method">
|
|
2041
2035
|
|
|
2042
|
-
#<strong>autotag</strong>(
|
|
2036
|
+
#<strong>autotag</strong>(string) ⇒ <tt>Object</tt>
|
|
2043
2037
|
|
|
2044
2038
|
|
|
2045
2039
|
|
|
@@ -2060,7 +2054,7 @@ untagged keyword</p>
|
|
|
2060
2054
|
|
|
2061
2055
|
<li>
|
|
2062
2056
|
|
|
2063
|
-
<span class='name'>
|
|
2057
|
+
<span class='name'>string</span>
|
|
2064
2058
|
|
|
2065
2059
|
|
|
2066
2060
|
<span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
|
|
@@ -3007,7 +3001,7 @@ interval is 0</p>
|
|
|
3007
3001
|
<div class="method_details ">
|
|
3008
3002
|
<h3 class="signature " id="import-instance_method">
|
|
3009
3003
|
|
|
3010
|
-
#<strong>import</strong>(paths, opt
|
|
3004
|
+
#<strong>import</strong>(paths, opt) ⇒ <tt>Object</tt>
|
|
3011
3005
|
|
|
3012
3006
|
|
|
3013
3007
|
|
|
@@ -3047,8 +3041,6 @@ interval is 0</p>
|
|
|
3047
3041
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
3048
3042
|
|
|
3049
3043
|
|
|
3050
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
3051
|
-
|
|
3052
3044
|
|
|
3053
3045
|
—
|
|
3054
3046
|
<div class='inline'><p>Additional Options</p>
|
|
@@ -3108,7 +3100,7 @@ interval is 0</p>
|
|
|
3108
3100
|
<div class="method_details ">
|
|
3109
3101
|
<h3 class="signature " id="interactive-instance_method">
|
|
3110
3102
|
|
|
3111
|
-
#<strong>interactive</strong>(opt
|
|
3103
|
+
#<strong>interactive</strong>(opt) ⇒ <tt>Object</tt>
|
|
3112
3104
|
|
|
3113
3105
|
|
|
3114
3106
|
|
|
@@ -3135,8 +3127,6 @@ interval is 0</p>
|
|
|
3135
3127
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
3136
3128
|
|
|
3137
3129
|
|
|
3138
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
3139
|
-
|
|
3140
3130
|
|
|
3141
3131
|
—
|
|
3142
3132
|
<div class='inline'><p>Additional options</p>
|
|
@@ -3226,7 +3216,7 @@ interval is 0</p>
|
|
|
3226
3216
|
<div class="method_details ">
|
|
3227
3217
|
<h3 class="signature " id="last_entry-instance_method">
|
|
3228
3218
|
|
|
3229
|
-
#<strong>last_entry</strong>(opt
|
|
3219
|
+
#<strong>last_entry</strong>(opt) ⇒ <tt>Object</tt>
|
|
3230
3220
|
|
|
3231
3221
|
|
|
3232
3222
|
|
|
@@ -3251,8 +3241,6 @@ interval is 0</p>
|
|
|
3251
3241
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
3252
3242
|
|
|
3253
3243
|
|
|
3254
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
3255
|
-
|
|
3256
3244
|
|
|
3257
3245
|
—
|
|
3258
3246
|
<div class='inline'><p>Additional Options</p>
|
|
@@ -3326,7 +3314,7 @@ All</p>
|
|
|
3326
3314
|
<div class="method_details ">
|
|
3327
3315
|
<h3 class="signature " id="list_date-instance_method">
|
|
3328
3316
|
|
|
3329
|
-
#<strong>list_date</strong>(dates, section, times = nil, output = nil, opt
|
|
3317
|
+
#<strong>list_date</strong>(dates, section, times = nil, output = nil, opt) ⇒ <tt>Object</tt>
|
|
3330
3318
|
|
|
3331
3319
|
|
|
3332
3320
|
|
|
@@ -3415,8 +3403,6 @@ All</p>
|
|
|
3415
3403
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
3416
3404
|
|
|
3417
3405
|
|
|
3418
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
3419
|
-
|
|
3420
3406
|
|
|
3421
3407
|
—
|
|
3422
3408
|
<div class='inline'><p>Additional Options</p>
|
|
@@ -3502,7 +3488,7 @@ All</p>
|
|
|
3502
3488
|
<div class="method_details ">
|
|
3503
3489
|
<h3 class="signature " id="next_item-instance_method">
|
|
3504
3490
|
|
|
3505
|
-
#<strong>next_item</strong>(item, options
|
|
3491
|
+
#<strong>next_item</strong>(item, options) ⇒ <tt><span class='object_link'><a href="Item.html" title="Doing::Item (class)">Item</a></span></tt>
|
|
3506
3492
|
|
|
3507
3493
|
|
|
3508
3494
|
|
|
@@ -3542,8 +3528,6 @@ All</p>
|
|
|
3542
3528
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
3543
3529
|
|
|
3544
3530
|
|
|
3545
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
3546
|
-
|
|
3547
3531
|
|
|
3548
3532
|
—
|
|
3549
3533
|
<div class='inline'><p>additional options</p>
|
|
@@ -3584,7 +3568,7 @@ All</p>
|
|
|
3584
3568
|
<div class="method_details ">
|
|
3585
3569
|
<h3 class="signature " id="recent-instance_method">
|
|
3586
3570
|
|
|
3587
|
-
#<strong>recent</strong>(count = 10, section = nil, opt
|
|
3571
|
+
#<strong>recent</strong>(count = 10, section = nil, opt) ⇒ <tt>Object</tt>
|
|
3588
3572
|
|
|
3589
3573
|
|
|
3590
3574
|
|
|
@@ -3643,8 +3627,6 @@ All</p>
|
|
|
3643
3627
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
3644
3628
|
|
|
3645
3629
|
|
|
3646
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
3647
|
-
|
|
3648
3630
|
|
|
3649
3631
|
—
|
|
3650
3632
|
<div class='inline'><p>Additional Options</p>
|
|
@@ -3661,7 +3643,7 @@ All</p>
|
|
|
3661
3643
|
<div class="method_details ">
|
|
3662
3644
|
<h3 class="signature " id="repeat_item-instance_method">
|
|
3663
3645
|
|
|
3664
|
-
#<strong>repeat_item</strong>(item, opt
|
|
3646
|
+
#<strong>repeat_item</strong>(item, opt) ⇒ <tt>Object</tt>
|
|
3665
3647
|
|
|
3666
3648
|
|
|
3667
3649
|
|
|
@@ -3701,8 +3683,6 @@ All</p>
|
|
|
3701
3683
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
3702
3684
|
|
|
3703
3685
|
|
|
3704
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
3705
|
-
|
|
3706
3686
|
|
|
3707
3687
|
—
|
|
3708
3688
|
<div class='inline'><p>additional options</p>
|
|
@@ -3795,7 +3775,7 @@ All</p>
|
|
|
3795
3775
|
<div class="method_details ">
|
|
3796
3776
|
<h3 class="signature " id="repeat_last-instance_method">
|
|
3797
3777
|
|
|
3798
|
-
#<strong>repeat_last</strong>(opt
|
|
3778
|
+
#<strong>repeat_last</strong>(opt) ⇒ <tt>Object</tt>
|
|
3799
3779
|
|
|
3800
3780
|
|
|
3801
3781
|
|
|
@@ -3820,8 +3800,6 @@ All</p>
|
|
|
3820
3800
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
3821
3801
|
|
|
3822
3802
|
|
|
3823
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
3824
|
-
|
|
3825
3803
|
|
|
3826
3804
|
—
|
|
3827
3805
|
<div class='inline'><p>Additional Options</p>
|
|
@@ -3897,7 +3875,7 @@ done tag (resume)</p>
|
|
|
3897
3875
|
<div class="method_details ">
|
|
3898
3876
|
<h3 class="signature " id="rotate-instance_method">
|
|
3899
3877
|
|
|
3900
|
-
#<strong>rotate</strong>(opt
|
|
3878
|
+
#<strong>rotate</strong>(opt) ⇒ <tt>Object</tt>
|
|
3901
3879
|
|
|
3902
3880
|
|
|
3903
3881
|
|
|
@@ -3958,7 +3936,7 @@ done tag (resume)</p>
|
|
|
3958
3936
|
<div class="method_details ">
|
|
3959
3937
|
<h3 class="signature " id="stop_start-instance_method">
|
|
3960
3938
|
|
|
3961
|
-
#<strong>stop_start</strong>(target_tag, opt
|
|
3939
|
+
#<strong>stop_start</strong>(target_tag, opt) ⇒ <tt>Object</tt>
|
|
3962
3940
|
|
|
3963
3941
|
|
|
3964
3942
|
|
|
@@ -4002,8 +3980,6 @@ instance of a given tag should exist (@meanwhile)</p>
|
|
|
4002
3980
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
4003
3981
|
|
|
4004
3982
|
|
|
4005
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
4006
|
-
|
|
4007
3983
|
|
|
4008
3984
|
—
|
|
4009
3985
|
<div class='inline'><p>Additional Options</p>
|
|
@@ -4103,7 +4079,7 @@ instance of a given tag should exist (@meanwhile)</p>
|
|
|
4103
4079
|
<div class="method_details ">
|
|
4104
4080
|
<h3 class="signature " id="tag_last-instance_method">
|
|
4105
4081
|
|
|
4106
|
-
#<strong>tag_last</strong>(opt
|
|
4082
|
+
#<strong>tag_last</strong>(opt) ⇒ <tt>Object</tt>
|
|
4107
4083
|
|
|
4108
4084
|
|
|
4109
4085
|
|
|
@@ -4128,8 +4104,6 @@ instance of a given tag should exist (@meanwhile)</p>
|
|
|
4128
4104
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
4129
4105
|
|
|
4130
4106
|
|
|
4131
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
4132
|
-
|
|
4133
4107
|
|
|
4134
4108
|
—
|
|
4135
4109
|
<div class='inline'><p>Additional Options (see</p>
|
|
@@ -4249,7 +4223,7 @@ json, or text)</p>
|
|
|
4249
4223
|
<div class="method_details ">
|
|
4250
4224
|
<h3 class="signature " id="today-instance_method">
|
|
4251
4225
|
|
|
4252
|
-
#<strong>today</strong>(times = true, output = nil, opt
|
|
4226
|
+
#<strong>today</strong>(times = true, output = nil, opt) ⇒ <tt>Object</tt>
|
|
4253
4227
|
|
|
4254
4228
|
|
|
4255
4229
|
|
|
@@ -4308,8 +4282,6 @@ json, or text)</p>
|
|
|
4308
4282
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
4309
4283
|
|
|
4310
4284
|
|
|
4311
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
4312
|
-
|
|
4313
4285
|
|
|
4314
4286
|
—
|
|
4315
4287
|
<div class='inline'><p>Options</p>
|
|
@@ -4408,7 +4380,7 @@ json, or text)</p>
|
|
|
4408
4380
|
<div class="method_details ">
|
|
4409
4381
|
<h3 class="signature " id="yesterday-instance_method">
|
|
4410
4382
|
|
|
4411
|
-
#<strong>yesterday</strong>(section, times = nil, output = nil, opt
|
|
4383
|
+
#<strong>yesterday</strong>(section, times = nil, output = nil, opt) ⇒ <tt>Object</tt>
|
|
4412
4384
|
|
|
4413
4385
|
|
|
4414
4386
|
|
|
@@ -4482,8 +4454,6 @@ json, or text)</p>
|
|
|
4482
4454
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
4483
4455
|
|
|
4484
4456
|
|
|
4485
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
|
4486
|
-
|
|
4487
4457
|
|
|
4488
4458
|
—
|
|
4489
4459
|
<div class='inline'><p>Additional Options</p>
|
|
@@ -4502,7 +4472,7 @@ json, or text)</p>
|
|
|
4502
4472
|
</div>
|
|
4503
4473
|
|
|
4504
4474
|
<div id="footer">
|
|
4505
|
-
Generated on
|
|
4475
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
4506
4476
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
4507
4477
|
0.9.26 (ruby-3.0.1).
|
|
4508
4478
|
</div>
|
data/docs/doc/Doing.html
CHANGED
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
<dt id="VERSION-constant" class="">VERSION =
|
|
120
120
|
|
|
121
121
|
</dt>
|
|
122
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>2.1.
|
|
122
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>2.1.9</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
123
123
|
|
|
124
124
|
</dl>
|
|
125
125
|
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
</div>
|
|
136
136
|
|
|
137
137
|
<div id="footer">
|
|
138
|
-
Generated on
|
|
138
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
139
139
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
140
140
|
0.9.26 (ruby-3.0.1).
|
|
141
141
|
</div>
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
</div>
|
|
754
754
|
|
|
755
755
|
<div id="footer">
|
|
756
|
-
Generated on
|
|
756
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
757
757
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
758
758
|
0.9.26 (ruby-3.0.1).
|
|
759
759
|
</div>
|
data/docs/doc/GLI/Commands.html
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
108
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.26 (ruby-3.0.1).
|
|
111
111
|
</div>
|
data/docs/doc/GLI.html
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
108
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.26 (ruby-3.0.1).
|
|
111
111
|
</div>
|
data/docs/doc/Hash.html
CHANGED
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
</div>
|
|
419
419
|
|
|
420
420
|
<div id="footer">
|
|
421
|
-
Generated on
|
|
421
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
422
422
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
423
423
|
0.9.26 (ruby-3.0.1).
|
|
424
424
|
</div>
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
</div>
|
|
163
163
|
|
|
164
164
|
<div id="footer">
|
|
165
|
-
Generated on
|
|
165
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
166
166
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
167
167
|
0.9.26 (ruby-3.0.1).
|
|
168
168
|
</div>
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
</div>
|
|
294
294
|
|
|
295
295
|
<div id="footer">
|
|
296
|
-
Generated on
|
|
296
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
298
298
|
0.9.26 (ruby-3.0.1).
|
|
299
299
|
</div>
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
</div>
|
|
486
486
|
|
|
487
487
|
<div id="footer">
|
|
488
|
-
Generated on
|
|
488
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
489
489
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
490
490
|
0.9.26 (ruby-3.0.1).
|
|
491
491
|
</div>
|
|
@@ -126,7 +126,7 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
|
|
|
126
126
|
</div>
|
|
127
127
|
|
|
128
128
|
<div id="footer">
|
|
129
|
-
Generated on
|
|
129
|
+
Generated on Tue Dec 21 12:36:35 2021 by
|
|
130
130
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
131
131
|
0.9.26 (ruby-3.0.1).
|
|
132
132
|
</div>
|