doing 2.1.45 → 2.1.48

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 (139) hide show
  1. checksums.yaml +4 -4
  2. data/.irbrc +3 -0
  3. data/CHANGELOG.md +32 -0
  4. data/Gemfile.lock +1 -1
  5. data/README.md +1 -1
  6. data/bin/commands/completion.rb +1 -1
  7. data/bin/commands/config.rb +1 -1
  8. data/bin/commands/last.rb +1 -1
  9. data/bin/commands/now.rb +2 -1
  10. data/bin/commands/recent.rb +1 -1
  11. data/bin/commands/reset.rb +6 -4
  12. data/docs/doc/Array.html +1 -1
  13. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  14. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  15. data/docs/doc/BooleanTermParser/Query.html +1 -1
  16. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  17. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  18. data/docs/doc/BooleanTermParser.html +1 -1
  19. data/docs/doc/Doing/ArrayCleanup.html +1 -1
  20. data/docs/doc/Doing/ArrayNestedHash.html +1 -1
  21. data/docs/doc/Doing/ArrayTags.html +1 -1
  22. data/docs/doc/Doing/CSVExport.html +1 -1
  23. data/docs/doc/Doing/CalendarImport.html +1 -1
  24. data/docs/doc/Doing/Change.html +1 -1
  25. data/docs/doc/Doing/Changes.html +1 -1
  26. data/docs/doc/Doing/ChronifyArray.html +1 -1
  27. data/docs/doc/Doing/ChronifyNumeric.html +1 -1
  28. data/docs/doc/Doing/ChronifyString.html +1 -1
  29. data/docs/doc/Doing/Color.html +1 -1
  30. data/docs/doc/Doing/Completion/BashCompletions.html +1 -1
  31. data/docs/doc/Doing/Completion/FishCompletions.html +1 -1
  32. data/docs/doc/Doing/Completion/StringUtils.html +1 -1
  33. data/docs/doc/Doing/Completion/ZshCompletions.html +1 -1
  34. data/docs/doc/Doing/Completion.html +5 -5
  35. data/docs/doc/Doing/Configuration.html +1 -1
  36. data/docs/doc/Doing/DayOneRenderer.html +1 -1
  37. data/docs/doc/Doing/DayoneExport.html +1 -1
  38. data/docs/doc/Doing/DoingExport.html +206 -0
  39. data/docs/doc/Doing/DoingImport.html +1 -1
  40. data/docs/doc/Doing/Entry.html +1 -1
  41. data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  42. data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  43. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  44. data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
  45. data/docs/doc/Doing/Errors/HistoryLimitError.html +1 -1
  46. data/docs/doc/Doing/Errors/InvalidPlugin.html +1 -1
  47. data/docs/doc/Doing/Errors/MissingBackupFile.html +1 -1
  48. data/docs/doc/Doing/Errors/NoResults.html +1 -1
  49. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  50. data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
  51. data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
  52. data/docs/doc/Doing/Errors.html +1 -1
  53. data/docs/doc/Doing/HTMLExport.html +1 -1
  54. data/docs/doc/Doing/Hooks.html +1 -1
  55. data/docs/doc/Doing/Item.html +75 -36
  56. data/docs/doc/Doing/ItemDates.html +1 -1
  57. data/docs/doc/Doing/ItemQuery.html +1 -1
  58. data/docs/doc/Doing/ItemState.html +1 -1
  59. data/docs/doc/Doing/ItemTags.html +1 -1
  60. data/docs/doc/Doing/Items.html +129 -1
  61. data/docs/doc/Doing/JSONExport.html +1 -1
  62. data/docs/doc/Doing/JSONImport.html +295 -0
  63. data/docs/doc/Doing/Logger.html +1 -1
  64. data/docs/doc/Doing/MarkdownExport.html +1 -1
  65. data/docs/doc/Doing/Note.html +1 -1
  66. data/docs/doc/Doing/Pager.html +1 -1
  67. data/docs/doc/Doing/Plugins.html +1 -1
  68. data/docs/doc/Doing/Prompt.html +1 -1
  69. data/docs/doc/Doing/PromptChoose.html +1 -1
  70. data/docs/doc/Doing/PromptFZF.html +1 -1
  71. data/docs/doc/Doing/PromptInput.html +1 -1
  72. data/docs/doc/Doing/PromptSTD.html +1 -1
  73. data/docs/doc/Doing/PromptYN.html +1 -1
  74. data/docs/doc/Doing/Section.html +1 -1
  75. data/docs/doc/Doing/StringHighlight.html +1 -1
  76. data/docs/doc/Doing/StringNormalize.html +1 -1
  77. data/docs/doc/Doing/StringQuery.html +1 -1
  78. data/docs/doc/Doing/StringTags.html +1 -1
  79. data/docs/doc/Doing/StringTransform.html +1 -1
  80. data/docs/doc/Doing/StringTruncate.html +1 -1
  81. data/docs/doc/Doing/StringURL.html +1 -1
  82. data/docs/doc/Doing/SymbolNormalize.html +1 -1
  83. data/docs/doc/Doing/TaskPaperExport.html +1 -1
  84. data/docs/doc/Doing/TemplateExport.html +1 -1
  85. data/docs/doc/Doing/TemplateString.html +2 -2
  86. data/docs/doc/Doing/TimingImport.html +1 -1
  87. data/docs/doc/Doing/Types.html +1 -1
  88. data/docs/doc/Doing/Util/Backup.html +1 -1
  89. data/docs/doc/Doing/Util.html +2 -2
  90. data/docs/doc/Doing/Version.html +1 -1
  91. data/docs/doc/Doing/WWID.html +1 -1
  92. data/docs/doc/Doing.html +4 -4
  93. data/docs/doc/FalseClass.html +1 -1
  94. data/docs/doc/GLI/Commands/Help.html +1 -1
  95. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  96. data/docs/doc/GLI/Commands.html +1 -1
  97. data/docs/doc/GLI.html +1 -1
  98. data/docs/doc/Hash.html +1 -1
  99. data/docs/doc/Numeric.html +1 -1
  100. data/docs/doc/Object.html +1 -1
  101. data/docs/doc/PhraseParser/Operator.html +1 -1
  102. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  103. data/docs/doc/PhraseParser/Query.html +1 -1
  104. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  105. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  106. data/docs/doc/PhraseParser/TermClause.html +1 -1
  107. data/docs/doc/PhraseParser.html +1 -1
  108. data/docs/doc/Status.html +1 -1
  109. data/docs/doc/String.html +64 -2
  110. data/docs/doc/Symbol.html +1 -1
  111. data/docs/doc/Time.html +1 -1
  112. data/docs/doc/TrueClass.html +1 -1
  113. data/docs/doc/_index.html +22 -1
  114. data/docs/doc/class_list.html +1 -1
  115. data/docs/doc/file.README.html +2 -2
  116. data/docs/doc/index.html +2 -2
  117. data/docs/doc/method_list.html +576 -456
  118. data/docs/doc/top-level-namespace.html +1 -1
  119. data/doing.rdoc +20 -20
  120. data/lib/completion/_doing.zsh +31 -31
  121. data/lib/doing/add_options.rb +1 -1
  122. data/lib/doing/completion/fig_completion.rb +121 -0
  123. data/lib/doing/completion.rb +14 -4
  124. data/lib/doing/item/item.rb +7 -8
  125. data/lib/doing/items/items.rb +24 -0
  126. data/lib/doing/plugin_manager.rb +1 -1
  127. data/lib/doing/plugins/export/doing_export.rb +37 -0
  128. data/lib/doing/plugins/export/json_export.rb +16 -2
  129. data/lib/doing/plugins/export/template_export.rb +4 -2
  130. data/lib/doing/plugins/import/doing_import.rb +17 -6
  131. data/lib/doing/plugins/import/json_import.rb +94 -0
  132. data/lib/doing/string/string.rb +9 -0
  133. data/lib/doing/version.rb +1 -1
  134. data/lib/doing/wwid/filetools.rb +3 -2
  135. data/lib/doing/wwid/filter.rb +2 -2
  136. data/lib/doing/wwid/interactive.rb +2 -1
  137. data/lib/doing/wwid/modify.rb +6 -9
  138. data/lib/doing.rb +1 -0
  139. metadata +7 -2
@@ -361,6 +361,29 @@
361
361
  <span class="summary_desc"><div class='inline'><p>Return Items containing items that don&#39;t exist in receiver.</p>
362
362
  </div></span>
363
363
 
364
+ </li>
365
+
366
+
367
+ <li class="public ">
368
+ <span class="summary_signature">
369
+
370
+ <a href="#find_id-instance_method" title="#find_id (instance method)">#<strong>find_id</strong>(id) &#x21d2; Object </a>
371
+
372
+
373
+
374
+ </span>
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+ <span class="summary_desc"><div class='inline'><p>Find an item by ID.</p>
385
+ </div></span>
386
+
364
387
  </li>
365
388
 
366
389
 
@@ -430,6 +453,29 @@
430
453
  <span class="summary_desc"><div class='inline'><p>Test if self includes Item.</p>
431
454
  </div></span>
432
455
 
456
+ </li>
457
+
458
+
459
+ <li class="public ">
460
+ <span class="summary_signature">
461
+
462
+ <a href="#index_for_id-instance_method" title="#index_for_id (instance method)">#<strong>index_for_id</strong>(id) &#x21d2; Object </a>
463
+
464
+
465
+
466
+ </span>
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+ <span class="summary_desc"><div class='inline'><p>Return the index for an entry matching ID.</p>
477
+ </div></span>
478
+
433
479
  </li>
434
480
 
435
481
 
@@ -1106,6 +1152,47 @@ receiver</p>
1106
1152
 
1107
1153
  </ul>
1108
1154
 
1155
+ </div>
1156
+ </div>
1157
+
1158
+ <div class="method_details ">
1159
+ <h3 class="signature " id="find_id-instance_method">
1160
+
1161
+ #<strong>find_id</strong>(id) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+ </h3><div class="docstring">
1168
+ <div class="discussion">
1169
+ <p>Find an item by ID</p>
1170
+
1171
+
1172
+ </div>
1173
+ </div>
1174
+ <div class="tags">
1175
+ <p class="tag_title">Parameters:</p>
1176
+ <ul class="param">
1177
+
1178
+ <li>
1179
+
1180
+ <span class='name'>id</span>
1181
+
1182
+
1183
+ <span class='type'></span>
1184
+
1185
+
1186
+
1187
+ &mdash;
1188
+ <div class='inline'><p>The identifier to match</p>
1189
+ </div>
1190
+
1191
+ </li>
1192
+
1193
+ </ul>
1194
+
1195
+
1109
1196
  </div>
1110
1197
  </div>
1111
1198
 
@@ -1315,6 +1402,47 @@ specified section</p>
1315
1402
 
1316
1403
  </ul>
1317
1404
 
1405
+ </div>
1406
+ </div>
1407
+
1408
+ <div class="method_details ">
1409
+ <h3 class="signature " id="index_for_id-instance_method">
1410
+
1411
+ #<strong>index_for_id</strong>(id) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+ </h3><div class="docstring">
1418
+ <div class="discussion">
1419
+ <p>Return the index for an entry matching ID</p>
1420
+
1421
+
1422
+ </div>
1423
+ </div>
1424
+ <div class="tags">
1425
+ <p class="tag_title">Parameters:</p>
1426
+ <ul class="param">
1427
+
1428
+ <li>
1429
+
1430
+ <span class='name'>id</span>
1431
+
1432
+
1433
+ <span class='type'></span>
1434
+
1435
+
1436
+
1437
+ &mdash;
1438
+ <div class='inline'><p>The identifier to match</p>
1439
+ </div>
1440
+
1441
+ </li>
1442
+
1443
+ </ul>
1444
+
1445
+
1318
1446
  </div>
1319
1447
  </div>
1320
1448
 
@@ -1664,7 +1792,7 @@ combine multiple tags</p>
1664
1792
  </div>
1665
1793
 
1666
1794
  <div id="footer">
1667
- Generated on Tue Mar 22 10:06:16 2022 by
1795
+ Generated on Wed May 11 10:25:20 2022 by
1668
1796
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1669
1797
  0.9.27 (ruby-3.0.1).
1670
1798
  </div>
@@ -212,7 +212,7 @@
212
212
  </div>
213
213
 
214
214
  <div id="footer">
215
- Generated on Tue Mar 22 10:06:17 2022 by
215
+ Generated on Wed May 11 10:25:20 2022 by
216
216
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
217
217
  0.9.27 (ruby-3.0.1).
218
218
  </div>
@@ -0,0 +1,295 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: Doing::JSONImport
8
+
9
+ &mdash; Documentation by YARD 0.9.27
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Doing::JSONImport";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../_index.html">Index (J)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../Doing.html" title="Doing (module)">Doing</a></span></span>
41
+ &raquo;
42
+ <span class="title">JSONImport</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: Doing::JSONImport
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName"><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
76
+
77
+ <li class="next">Doing::JSONImport</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+ <dl>
91
+ <dt>Includes:</dt>
92
+ <dd><span class='object_link'><a href="Util.html" title="Doing::Util (module)">Util</a></span></dd>
93
+ </dl>
94
+
95
+
96
+
97
+
98
+
99
+
100
+ <dl>
101
+ <dt>Defined in:</dt>
102
+ <dd>lib/doing/plugins/import/json_import.rb</dd>
103
+ </dl>
104
+
105
+ </div>
106
+
107
+ <h2>Overview</h2><div class="docstring">
108
+ <div class="discussion">
109
+ <p>JSON importer</p>
110
+
111
+
112
+ </div>
113
+ </div>
114
+ <div class="tags">
115
+
116
+
117
+ </div>
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+ <h2>
126
+ Class Method Summary
127
+ <small><a href="#" class="summary_toggle">collapse</a></small>
128
+ </h2>
129
+
130
+ <ul class="summary">
131
+
132
+ <li class="public ">
133
+ <span class="summary_signature">
134
+
135
+ <a href="#import-class_method" title="import (class method)">.<strong>import</strong>(wwid, path, options: {}) &#x21d2; Object </a>
136
+
137
+
138
+
139
+ </span>
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+ <span class="summary_desc"><div class='inline'><p>Imports a Timing report.</p>
150
+ </div></span>
151
+
152
+ </li>
153
+
154
+
155
+ <li class="public ">
156
+ <span class="summary_signature">
157
+
158
+ <a href="#settings-class_method" title="settings (class method)">.<strong>settings</strong> &#x21d2; Object </a>
159
+
160
+
161
+
162
+ </span>
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+ <span class="summary_desc"><div class='inline'></div></span>
173
+
174
+ </li>
175
+
176
+
177
+ </ul>
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="Util.html" title="Doing::Util (module)">Util</a></span></h3>
190
+ <p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-instance_method" title="Doing::Util#args_for_editor (method)">#args_for_editor</a></span>, <span class='object_link'><a href="Util.html#deep_merge_hashes-instance_method" title="Doing::Util#deep_merge_hashes (method)">#deep_merge_hashes</a></span>, <span class='object_link'><a href="Util.html#deep_merge_hashes!-instance_method" title="Doing::Util#deep_merge_hashes! (method)">#deep_merge_hashes!</a></span>, <span class='object_link'><a href="Util.html#default_editor-instance_method" title="Doing::Util#default_editor (method)">#default_editor</a></span>, <span class='object_link'><a href="Util.html#duplicable%3F-instance_method" title="Doing::Util#duplicable? (method)">#duplicable?</a></span>, <span class='object_link'><a href="Util.html#duplicate_frozen_values-instance_method" title="Doing::Util#duplicate_frozen_values (method)">#duplicate_frozen_values</a></span>, <span class='object_link'><a href="Util.html#editor_with_args-instance_method" title="Doing::Util#editor_with_args (method)">#editor_with_args</a></span>, <span class='object_link'><a href="Util.html#exec_available-instance_method" title="Doing::Util#exec_available (method)">#exec_available</a></span>, <span class='object_link'><a href="Util.html#find_default_editor-instance_method" title="Doing::Util#find_default_editor (method)">#find_default_editor</a></span>, <span class='object_link'><a href="Util.html#first_available_exec-instance_method" title="Doing::Util#first_available_exec (method)">#first_available_exec</a></span>, <span class='object_link'><a href="Util.html#mergable%3F-instance_method" title="Doing::Util#mergable? (method)">#mergable?</a></span>, <span class='object_link'><a href="Util.html#merge_default_proc-instance_method" title="Doing::Util#merge_default_proc (method)">#merge_default_proc</a></span>, <span class='object_link'><a href="Util.html#merge_values-instance_method" title="Doing::Util#merge_values (method)">#merge_values</a></span>, <span class='object_link'><a href="Util.html#safe_load_file-instance_method" title="Doing::Util#safe_load_file (method)">#safe_load_file</a></span>, <span class='object_link'><a href="Util.html#user_home-instance_method" title="Doing::Util#user_home (method)">#user_home</a></span>, <span class='object_link'><a href="Util.html#write_to_file-instance_method" title="Doing::Util#write_to_file (method)">#write_to_file</a></span></p>
191
+
192
+
193
+ <div id="class_method_details" class="method_details_list">
194
+ <h2>Class Method Details</h2>
195
+
196
+
197
+ <div class="method_details first">
198
+ <h3 class="signature first" id="import-class_method">
199
+
200
+ .<strong>import</strong>(wwid, path, options: {}) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
201
+
202
+
203
+
204
+
205
+
206
+ </h3><div class="docstring">
207
+ <div class="discussion">
208
+ <p>Imports a Timing report</p>
209
+
210
+
211
+ </div>
212
+ </div>
213
+ <div class="tags">
214
+ <p class="tag_title">Parameters:</p>
215
+ <ul class="param">
216
+
217
+ <li>
218
+
219
+ <span class='name'>wwid</span>
220
+
221
+
222
+ <span class='type'>(<tt><span class='object_link'><a href="WWID.html" title="Doing::WWID (class)">WWID</a></span></tt>)</span>
223
+
224
+
225
+
226
+ &mdash;
227
+ <div class='inline'><p>The wwid object</p>
228
+ </div>
229
+
230
+ </li>
231
+
232
+ <li>
233
+
234
+ <span class='name'>path</span>
235
+
236
+
237
+ <span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
238
+
239
+
240
+
241
+ &mdash;
242
+ <div class='inline'><p>Path to JSON report
243
+ file</p>
244
+ </div>
245
+
246
+ </li>
247
+
248
+ <li>
249
+
250
+ <span class='name'>options</span>
251
+
252
+
253
+ <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
254
+
255
+
256
+ <em class="default">(defaults to: <tt>{}</tt>)</em>
257
+
258
+
259
+ &mdash;
260
+ <div class='inline'><p>Additional Options</p>
261
+ </div>
262
+
263
+ </li>
264
+
265
+ </ul>
266
+
267
+
268
+ </div>
269
+ </div>
270
+
271
+ <div class="method_details ">
272
+ <h3 class="signature " id="settings-class_method">
273
+
274
+ .<strong>settings</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
275
+
276
+
277
+
278
+
279
+
280
+ </h3>
281
+ </div>
282
+
283
+ </div>
284
+
285
+ </div>
286
+
287
+ <div id="footer">
288
+ Generated on Wed May 11 10:25:20 2022 by
289
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
290
+ 0.9.27 (ruby-3.0.1).
291
+ </div>
292
+
293
+ </div>
294
+ </body>
295
+ </html>
@@ -1797,7 +1797,7 @@ message (optional)</p>
1797
1797
  </div>
1798
1798
 
1799
1799
  <div id="footer">
1800
- Generated on Tue Mar 22 10:06:16 2022 by
1800
+ Generated on Wed May 11 10:25:19 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>
@@ -256,7 +256,7 @@
256
256
  </div>
257
257
 
258
258
  <div id="footer">
259
- Generated on Tue Mar 22 10:06:17 2022 by
259
+ Generated on Wed May 11 10:25:20 2022 by
260
260
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
261
261
  0.9.27 (ruby-3.0.1).
262
262
  </div>
@@ -747,7 +747,7 @@ join multiple lines</p>
747
747
  </div>
748
748
 
749
749
  <div id="footer">
750
- Generated on Tue Mar 22 10:06:16 2022 by
750
+ Generated on Wed May 11 10:25:19 2022 by
751
751
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
752
752
  0.9.27 (ruby-3.0.1).
753
753
  </div>
@@ -296,7 +296,7 @@ STDOUT</p>
296
296
  </div>
297
297
 
298
298
  <div id="footer">
299
- Generated on Tue Mar 22 10:06:15 2022 by
299
+ Generated on Wed May 11 10:25:19 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>
@@ -1340,7 +1340,7 @@ raised.</p>
1340
1340
  </div>
1341
1341
 
1342
1342
  <div id="footer">
1343
- Generated on Tue Mar 22 10:06:16 2022 by
1343
+ Generated on Wed May 11 10:25:19 2022 by
1344
1344
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1345
1345
  0.9.27 (ruby-3.0.1).
1346
1346
  </div>
@@ -326,7 +326,7 @@
326
326
  </div>
327
327
 
328
328
  <div id="footer">
329
- Generated on Tue Mar 22 10:06:16 2022 by
329
+ Generated on Wed May 11 10:25:19 2022 by
330
330
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
331
331
  0.9.27 (ruby-3.0.1).
332
332
  </div>
@@ -474,7 +474,7 @@
474
474
  </div>
475
475
 
476
476
  <div id="footer">
477
- Generated on Tue Mar 22 10:06:16 2022 by
477
+ Generated on Wed May 11 10:25:19 2022 by
478
478
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
479
479
  0.9.27 (ruby-3.0.1).
480
480
  </div>
@@ -381,7 +381,7 @@ needed</p>
381
381
  </div>
382
382
 
383
383
  <div id="footer">
384
- Generated on Tue Mar 22 10:06:15 2022 by
384
+ Generated on Wed May 11 10:25:19 2022 by
385
385
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
386
386
  0.9.27 (ruby-3.0.1).
387
387
  </div>
@@ -562,7 +562,7 @@ true</p>
562
562
  </div>
563
563
 
564
564
  <div id="footer">
565
- Generated on Tue Mar 22 10:06:16 2022 by
565
+ Generated on Wed May 11 10:25:19 2022 by
566
566
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
567
567
  0.9.27 (ruby-3.0.1).
568
568
  </div>
@@ -283,7 +283,7 @@
283
283
  </div>
284
284
 
285
285
  <div id="footer">
286
- Generated on Tue Mar 22 10:06:16 2022 by
286
+ Generated on Wed May 11 10:25:19 2022 by
287
287
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
288
  0.9.27 (ruby-3.0.1).
289
289
  </div>
@@ -227,7 +227,7 @@ response if no input</p>
227
227
  </div>
228
228
 
229
229
  <div id="footer">
230
- Generated on Tue Mar 22 10:06:15 2022 by
230
+ Generated on Wed May 11 10:25:19 2022 by
231
231
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
232
232
  0.9.27 (ruby-3.0.1).
233
233
  </div>
@@ -400,7 +400,7 @@
400
400
  </div>
401
401
 
402
402
  <div id="footer">
403
- Generated on Tue Mar 22 10:06:16 2022 by
403
+ Generated on Wed May 11 10:25:19 2022 by
404
404
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
405
405
  0.9.27 (ruby-3.0.1).
406
406
  </div>
@@ -523,7 +523,7 @@ may not render the same style.</p>
523
523
  </div>
524
524
 
525
525
  <div id="footer">
526
- Generated on Tue Mar 22 10:06:16 2022 by
526
+ Generated on Wed May 11 10:25:19 2022 by
527
527
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
528
528
  0.9.27 (ruby-3.0.1).
529
529
  </div>
@@ -953,7 +953,7 @@ to avoid match groups</p>
953
953
  </div>
954
954
 
955
955
  <div id="footer">
956
- Generated on Tue Mar 22 10:06:15 2022 by
956
+ Generated on Wed May 11 10:25:19 2022 by
957
957
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
958
958
  0.9.27 (ruby-3.0.1).
959
959
  </div>
@@ -715,7 +715,7 @@ Uses \S (non-whitespace) instead of . (any character)</p>
715
715
  </div>
716
716
 
717
717
  <div id="footer">
718
- Generated on Tue Mar 22 10:06:16 2022 by
718
+ Generated on Wed May 11 10:25:19 2022 by
719
719
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
720
720
  0.9.27 (ruby-3.0.1).
721
721
  </div>
@@ -874,7 +874,7 @@ can include parenthetical values (with spaces)</p>
874
874
  </div>
875
875
 
876
876
  <div id="footer">
877
- Generated on Tue Mar 22 10:06:16 2022 by
877
+ Generated on Wed May 11 10:25:19 2022 by
878
878
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
879
879
  0.9.27 (ruby-3.0.1).
880
880
  </div>
@@ -589,7 +589,7 @@ object the string represents</p>
589
589
  </div>
590
590
 
591
591
  <div id="footer">
592
- Generated on Tue Mar 22 10:06:16 2022 by
592
+ Generated on Wed May 11 10:25:19 2022 by
593
593
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
594
594
  0.9.27 (ruby-3.0.1).
595
595
  </div>
@@ -438,7 +438,7 @@
438
438
  </div>
439
439
 
440
440
  <div id="footer">
441
- Generated on Tue Mar 22 10:06:16 2022 by
441
+ Generated on Wed May 11 10:25:19 2022 by
442
442
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
443
443
  0.9.27 (ruby-3.0.1).
444
444
  </div>
@@ -399,7 +399,7 @@
399
399
  </div>
400
400
 
401
401
  <div id="footer">
402
- Generated on Tue Mar 22 10:06:16 2022 by
402
+ Generated on Wed May 11 10:25:19 2022 by
403
403
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
404
404
  0.9.27 (ruby-3.0.1).
405
405
  </div>
@@ -331,7 +331,7 @@
331
331
  </div>
332
332
 
333
333
  <div id="footer">
334
- Generated on Tue Mar 22 10:06:15 2022 by
334
+ Generated on Wed May 11 10:25:19 2022 by
335
335
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
336
336
  0.9.27 (ruby-3.0.1).
337
337
  </div>