doing 2.1.6pre → 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.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +6 -6
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +34 -18
  6. data/Gemfile.lock +1 -1
  7. data/README.md +1 -1
  8. data/bin/doing +17 -0
  9. data/docs/doc/Array.html +1 -1
  10. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  11. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  12. data/docs/doc/BooleanTermParser/Query.html +1 -1
  13. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  14. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  15. data/docs/doc/BooleanTermParser.html +1 -1
  16. data/docs/doc/Doing/Color.html +1 -1
  17. data/docs/doc/Doing/Completion.html +1 -1
  18. data/docs/doc/Doing/Configuration.html +2 -1
  19. data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  20. data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  21. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  22. data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
  23. data/docs/doc/Doing/Errors/NoResults.html +1 -1
  24. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  25. data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
  26. data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
  27. data/docs/doc/Doing/Errors.html +1 -1
  28. data/docs/doc/Doing/Hooks.html +1 -1
  29. data/docs/doc/Doing/Item.html +1 -1
  30. data/docs/doc/Doing/Items.html +1 -1
  31. data/docs/doc/Doing/LogAdapter.html +1 -1
  32. data/docs/doc/Doing/Note.html +1 -1
  33. data/docs/doc/Doing/Pager.html +1 -1
  34. data/docs/doc/Doing/Plugins.html +1 -1
  35. data/docs/doc/Doing/Prompt.html +132 -18
  36. data/docs/doc/Doing/Section.html +1 -1
  37. data/docs/doc/Doing/TemplateString.html +1 -1
  38. data/docs/doc/Doing/Util/Backup.html +79 -2
  39. data/docs/doc/Doing/Util.html +1 -1
  40. data/docs/doc/Doing/WWID.html +38 -70
  41. data/docs/doc/Doing.html +2 -2
  42. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  43. data/docs/doc/GLI/Commands.html +1 -1
  44. data/docs/doc/GLI.html +1 -1
  45. data/docs/doc/Hash.html +1 -1
  46. data/docs/doc/PhraseParser/Operator.html +1 -1
  47. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  48. data/docs/doc/PhraseParser/Query.html +1 -1
  49. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  50. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  51. data/docs/doc/PhraseParser/TermClause.html +1 -1
  52. data/docs/doc/PhraseParser.html +1 -1
  53. data/docs/doc/Status.html +1 -1
  54. data/docs/doc/String.html +1 -1
  55. data/docs/doc/Symbol.html +1 -1
  56. data/docs/doc/Time.html +1 -1
  57. data/docs/doc/_index.html +1 -1
  58. data/docs/doc/file.README.html +2 -2
  59. data/docs/doc/index.html +2 -2
  60. data/docs/doc/method_list.html +345 -305
  61. data/docs/doc/top-level-namespace.html +1 -1
  62. data/docs/index.md +1 -1
  63. data/doing.rdoc +1 -1
  64. data/lib/doing/configuration.rb +1 -0
  65. data/lib/doing/log_adapter.rb +1 -0
  66. data/lib/doing/prompt.rb +47 -8
  67. data/lib/doing/util_backup.rb +23 -4
  68. data/lib/doing/version.rb +1 -1
  69. data/lib/doing/wwid.rb +59 -30
  70. metadata +4 -5
  71. data/lib/helpers/fuzzyfilefinder +0 -0
@@ -344,7 +344,7 @@
344
344
  </div>
345
345
 
346
346
  <div id="footer">
347
- Generated on Mon Dec 20 15:39:46 2021 by
347
+ Generated on Tue Dec 21 12:36:35 2021 by
348
348
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
349
349
  0.9.26 (ruby-3.0.1).
350
350
  </div>
@@ -703,7 +703,7 @@ of colors and string locations</p>
703
703
  </div>
704
704
 
705
705
  <div id="footer">
706
- Generated on Mon Dec 20 15:39:46 2021 by
706
+ Generated on Tue Dec 21 12:36:35 2021 by
707
707
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
708
708
  0.9.26 (ruby-3.0.1).
709
709
  </div>
@@ -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) &#x21d2; 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) &#x21d2; 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="clear_undone-instance_method">
352
+ <h3 class="signature first" id="clear_redo-instance_method">
353
+
354
+ #<strong>clear_redo</strong>(filename) &#x21d2; <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
+ &mdash;
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) &#x21d2; <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 Mon Dec 20 15:39:45 2021 by
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>
@@ -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 Mon Dec 20 15:39:45 2021 by
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>
@@ -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 = {}) &#x21d2; Object </a>
362
+ <a href="#act_on-instance_method" title="#act_on (instance method)">#<strong>act_on</strong>(items, opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
385
+ <a href="#add_item-instance_method" title="#add_item (instance method)">#<strong>add_item</strong>(title, section = nil, opt) &#x21d2; 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[&#39;current_section&#39;], options = {}) &#x21d2; Object </a>
430
+ <a href="#archive-instance_method" title="#archive (instance method)">#<strong>archive</strong>(section = @config[&#39;current_section&#39;], options) &#x21d2; 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>(text) &#x21d2; Object </a>
453
+ <a href="#autotag-instance_method" title="#autotag (instance method)">#<strong>autotag</strong>(string) &#x21d2; 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 = {}) &#x21d2; Object </a>
843
+ <a href="#import-instance_method" title="#import (instance method)">#<strong>import</strong>(paths, opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
914
+ <a href="#interactive-instance_method" title="#interactive (instance method)">#<strong>interactive</strong>(opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
960
+ <a href="#last_entry-instance_method" title="#last_entry (instance method)">#<strong>last_entry</strong>(opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
1006
+ <a href="#list_date-instance_method" title="#list_date (instance method)">#<strong>list_date</strong>(dates, section, times = nil, output = nil, opt) &#x21d2; Object </a>
1007
1007
 
1008
1008
 
1009
1009
 
@@ -1026,7 +1026,7 @@
1026
1026
  <li class="public ">
1027
1027
  <span class="summary_signature">
1028
1028
 
1029
- <a href="#list_section-instance_method" title="#list_section (instance method)">#<strong>list_section</strong>(opt = {}, items: Items.new) &#x21d2; Object </a>
1029
+ <a href="#list_section-instance_method" title="#list_section (instance method)">#<strong>list_section</strong>(opt, items: Items.new) &#x21d2; Object </a>
1030
1030
 
1031
1031
 
1032
1032
 
@@ -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 = {}) &#x21d2; Item </a>
1075
+ <a href="#next_item-instance_method" title="#next_item (instance method)">#<strong>next_item</strong>(item, options) &#x21d2; 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 = {}) &#x21d2; Object </a>
1098
+ <a href="#recent-instance_method" title="#recent (instance method)">#<strong>recent</strong>(count = 10, section = nil, opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
1121
+ <a href="#repeat_item-instance_method" title="#repeat_item (instance method)">#<strong>repeat_item</strong>(item, opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
1144
+ <a href="#repeat_last-instance_method" title="#repeat_last (instance method)">#<strong>repeat_last</strong>(opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
1190
+ <a href="#rotate-instance_method" title="#rotate (instance method)">#<strong>rotate</strong>(opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
1236
+ <a href="#stop_start-instance_method" title="#stop_start (instance method)">#<strong>stop_start</strong>(target_tag, opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
1281
+ <a href="#tag_last-instance_method" title="#tag_last (instance method)">#<strong>tag_last</strong>(opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
1327
+ <a href="#today-instance_method" title="#today (instance method)">#<strong>today</strong>(times = true, output = nil, opt) &#x21d2; 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 = {}) &#x21d2; Object </a>
1396
+ <a href="#yesterday-instance_method" title="#yesterday (instance method)">#<strong>yesterday</strong>(section, times = nil, output = nil, opt) &#x21d2; 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 = {}) &#x21d2; <tt>Object</tt>
1662
+ #<strong>act_on</strong>(items, opt) &#x21d2; <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
  &mdash;
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 = {}) &#x21d2; <tt>Object</tt>
1831
+ #<strong>add_item</strong>(title, section = nil, opt) &#x21d2; <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
  &mdash;
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[&#39;current_section&#39;], options = {}) &#x21d2; <tt>Object</tt>
1977
+ #<strong>archive</strong>(section = @config[&#39;current_section&#39;], options) &#x21d2; <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
  &mdash;
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>(text) &#x21d2; <tt>Object</tt>
2036
+ #<strong>autotag</strong>(string) &#x21d2; <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'>text</span>
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 = {}) &#x21d2; <tt>Object</tt>
3004
+ #<strong>import</strong>(paths, opt) &#x21d2; <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
  &mdash;
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 = {}) &#x21d2; <tt>Object</tt>
3103
+ #<strong>interactive</strong>(opt) &#x21d2; <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
  &mdash;
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 = {}) &#x21d2; <tt>Object</tt>
3219
+ #<strong>last_entry</strong>(opt) &#x21d2; <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
  &mdash;
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 = {}) &#x21d2; <tt>Object</tt>
3317
+ #<strong>list_date</strong>(dates, section, times = nil, output = nil, opt) &#x21d2; <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
  &mdash;
3422
3408
  <div class='inline'><p>Additional Options</p>
@@ -3433,7 +3419,7 @@ All</p>
3433
3419
  <div class="method_details ">
3434
3420
  <h3 class="signature " id="list_section-instance_method">
3435
3421
 
3436
- #<strong>list_section</strong>(opt = {}, items: Items.new) &#x21d2; <tt>Object</tt>
3422
+ #<strong>list_section</strong>(opt, items: Items.new) &#x21d2; <tt>Object</tt>
3437
3423
 
3438
3424
 
3439
3425
 
@@ -3458,8 +3444,6 @@ All</p>
3458
3444
  <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
3459
3445
 
3460
3446
 
3461
- <em class="default">(defaults to: <tt>{}</tt>)</em>
3462
-
3463
3447
 
3464
3448
  &mdash;
3465
3449
  <div class='inline'><p>Additional Options</p>
@@ -3504,7 +3488,7 @@ All</p>
3504
3488
  <div class="method_details ">
3505
3489
  <h3 class="signature " id="next_item-instance_method">
3506
3490
 
3507
- #<strong>next_item</strong>(item, options = {}) &#x21d2; <tt><span class='object_link'><a href="Item.html" title="Doing::Item (class)">Item</a></span></tt>
3491
+ #<strong>next_item</strong>(item, options) &#x21d2; <tt><span class='object_link'><a href="Item.html" title="Doing::Item (class)">Item</a></span></tt>
3508
3492
 
3509
3493
 
3510
3494
 
@@ -3544,8 +3528,6 @@ All</p>
3544
3528
  <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
3545
3529
 
3546
3530
 
3547
- <em class="default">(defaults to: <tt>{}</tt>)</em>
3548
-
3549
3531
 
3550
3532
  &mdash;
3551
3533
  <div class='inline'><p>additional options</p>
@@ -3586,7 +3568,7 @@ All</p>
3586
3568
  <div class="method_details ">
3587
3569
  <h3 class="signature " id="recent-instance_method">
3588
3570
 
3589
- #<strong>recent</strong>(count = 10, section = nil, opt = {}) &#x21d2; <tt>Object</tt>
3571
+ #<strong>recent</strong>(count = 10, section = nil, opt) &#x21d2; <tt>Object</tt>
3590
3572
 
3591
3573
 
3592
3574
 
@@ -3645,8 +3627,6 @@ All</p>
3645
3627
  <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
3646
3628
 
3647
3629
 
3648
- <em class="default">(defaults to: <tt>{}</tt>)</em>
3649
-
3650
3630
 
3651
3631
  &mdash;
3652
3632
  <div class='inline'><p>Additional Options</p>
@@ -3663,7 +3643,7 @@ All</p>
3663
3643
  <div class="method_details ">
3664
3644
  <h3 class="signature " id="repeat_item-instance_method">
3665
3645
 
3666
- #<strong>repeat_item</strong>(item, opt = {}) &#x21d2; <tt>Object</tt>
3646
+ #<strong>repeat_item</strong>(item, opt) &#x21d2; <tt>Object</tt>
3667
3647
 
3668
3648
 
3669
3649
 
@@ -3703,8 +3683,6 @@ All</p>
3703
3683
  <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
3704
3684
 
3705
3685
 
3706
- <em class="default">(defaults to: <tt>{}</tt>)</em>
3707
-
3708
3686
 
3709
3687
  &mdash;
3710
3688
  <div class='inline'><p>additional options</p>
@@ -3797,7 +3775,7 @@ All</p>
3797
3775
  <div class="method_details ">
3798
3776
  <h3 class="signature " id="repeat_last-instance_method">
3799
3777
 
3800
- #<strong>repeat_last</strong>(opt = {}) &#x21d2; <tt>Object</tt>
3778
+ #<strong>repeat_last</strong>(opt) &#x21d2; <tt>Object</tt>
3801
3779
 
3802
3780
 
3803
3781
 
@@ -3822,8 +3800,6 @@ All</p>
3822
3800
  <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
3823
3801
 
3824
3802
 
3825
- <em class="default">(defaults to: <tt>{}</tt>)</em>
3826
-
3827
3803
 
3828
3804
  &mdash;
3829
3805
  <div class='inline'><p>Additional Options</p>
@@ -3899,7 +3875,7 @@ done tag (resume)</p>
3899
3875
  <div class="method_details ">
3900
3876
  <h3 class="signature " id="rotate-instance_method">
3901
3877
 
3902
- #<strong>rotate</strong>(opt = {}) &#x21d2; <tt>Object</tt>
3878
+ #<strong>rotate</strong>(opt) &#x21d2; <tt>Object</tt>
3903
3879
 
3904
3880
 
3905
3881
 
@@ -3960,7 +3936,7 @@ done tag (resume)</p>
3960
3936
  <div class="method_details ">
3961
3937
  <h3 class="signature " id="stop_start-instance_method">
3962
3938
 
3963
- #<strong>stop_start</strong>(target_tag, opt = {}) &#x21d2; <tt>Object</tt>
3939
+ #<strong>stop_start</strong>(target_tag, opt) &#x21d2; <tt>Object</tt>
3964
3940
 
3965
3941
 
3966
3942
 
@@ -4004,8 +3980,6 @@ instance of a given tag should exist (@meanwhile)</p>
4004
3980
  <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
4005
3981
 
4006
3982
 
4007
- <em class="default">(defaults to: <tt>{}</tt>)</em>
4008
-
4009
3983
 
4010
3984
  &mdash;
4011
3985
  <div class='inline'><p>Additional Options</p>
@@ -4105,7 +4079,7 @@ instance of a given tag should exist (@meanwhile)</p>
4105
4079
  <div class="method_details ">
4106
4080
  <h3 class="signature " id="tag_last-instance_method">
4107
4081
 
4108
- #<strong>tag_last</strong>(opt = {}) &#x21d2; <tt>Object</tt>
4082
+ #<strong>tag_last</strong>(opt) &#x21d2; <tt>Object</tt>
4109
4083
 
4110
4084
 
4111
4085
 
@@ -4130,8 +4104,6 @@ instance of a given tag should exist (@meanwhile)</p>
4130
4104
  <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
4131
4105
 
4132
4106
 
4133
- <em class="default">(defaults to: <tt>{}</tt>)</em>
4134
-
4135
4107
 
4136
4108
  &mdash;
4137
4109
  <div class='inline'><p>Additional Options (see</p>
@@ -4251,7 +4223,7 @@ json, or text)</p>
4251
4223
  <div class="method_details ">
4252
4224
  <h3 class="signature " id="today-instance_method">
4253
4225
 
4254
- #<strong>today</strong>(times = true, output = nil, opt = {}) &#x21d2; <tt>Object</tt>
4226
+ #<strong>today</strong>(times = true, output = nil, opt) &#x21d2; <tt>Object</tt>
4255
4227
 
4256
4228
 
4257
4229
 
@@ -4310,8 +4282,6 @@ json, or text)</p>
4310
4282
  <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
4311
4283
 
4312
4284
 
4313
- <em class="default">(defaults to: <tt>{}</tt>)</em>
4314
-
4315
4285
 
4316
4286
  &mdash;
4317
4287
  <div class='inline'><p>Options</p>
@@ -4410,7 +4380,7 @@ json, or text)</p>
4410
4380
  <div class="method_details ">
4411
4381
  <h3 class="signature " id="yesterday-instance_method">
4412
4382
 
4413
- #<strong>yesterday</strong>(section, times = nil, output = nil, opt = {}) &#x21d2; <tt>Object</tt>
4383
+ #<strong>yesterday</strong>(section, times = nil, output = nil, opt) &#x21d2; <tt>Object</tt>
4414
4384
 
4415
4385
 
4416
4386
 
@@ -4484,8 +4454,6 @@ json, or text)</p>
4484
4454
  <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
4485
4455
 
4486
4456
 
4487
- <em class="default">(defaults to: <tt>{}</tt>)</em>
4488
-
4489
4457
 
4490
4458
  &mdash;
4491
4459
  <div class='inline'><p>Additional Options</p>
@@ -4504,7 +4472,7 @@ json, or text)</p>
4504
4472
  </div>
4505
4473
 
4506
4474
  <div id="footer">
4507
- Generated on Mon Dec 20 15:39:46 2021 by
4475
+ Generated on Tue Dec 21 12:36:35 2021 by
4508
4476
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4509
4477
  0.9.26 (ruby-3.0.1).
4510
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'>&#39;</span><span class='tstring_content'>2.1.6pre</span><span class='tstring_end'>&#39;</span></span></pre></dd>
122
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.9</span><span class='tstring_end'>&#39;</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 Mon Dec 20 15:39:45 2021 by
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 Mon Dec 20 15:39:46 2021 by
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>
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Mon Dec 20 15:39:45 2021 by
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 Mon Dec 20 15:39:45 2021 by
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 Mon Dec 20 15:39:45 2021 by
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>