doing 2.1.46 → 2.1.49

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 (134) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +1 -1
  5. data/bin/commands/completion.rb +1 -1
  6. data/bin/commands/config.rb +1 -1
  7. data/bin/commands/last.rb +1 -1
  8. data/bin/commands/now.rb +2 -1
  9. data/bin/commands/recent.rb +1 -1
  10. data/docs/doc/Array.html +1 -1
  11. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  12. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  13. data/docs/doc/BooleanTermParser/Query.html +1 -1
  14. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  15. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  16. data/docs/doc/BooleanTermParser.html +1 -1
  17. data/docs/doc/Doing/ArrayCleanup.html +1 -1
  18. data/docs/doc/Doing/ArrayNestedHash.html +1 -1
  19. data/docs/doc/Doing/ArrayTags.html +1 -1
  20. data/docs/doc/Doing/CSVExport.html +1 -1
  21. data/docs/doc/Doing/CalendarImport.html +1 -1
  22. data/docs/doc/Doing/Change.html +1 -1
  23. data/docs/doc/Doing/Changes.html +1 -1
  24. data/docs/doc/Doing/ChronifyArray.html +1 -1
  25. data/docs/doc/Doing/ChronifyNumeric.html +1 -1
  26. data/docs/doc/Doing/ChronifyString.html +1 -1
  27. data/docs/doc/Doing/Color.html +1 -1
  28. data/docs/doc/Doing/Completion/BashCompletions.html +1 -1
  29. data/docs/doc/Doing/Completion/FigCompletions.html +445 -0
  30. data/docs/doc/Doing/Completion/FishCompletions.html +1 -1
  31. data/docs/doc/Doing/Completion/StringUtils.html +1 -1
  32. data/docs/doc/Doing/Completion/ZshCompletions.html +1 -1
  33. data/docs/doc/Doing/Completion.html +5 -5
  34. data/docs/doc/Doing/Configuration.html +1 -1
  35. data/docs/doc/Doing/DayOneRenderer.html +1 -1
  36. data/docs/doc/Doing/DayoneExport.html +1 -1
  37. data/docs/doc/Doing/DoingExport.html +206 -0
  38. data/docs/doc/Doing/DoingImport.html +1 -1
  39. data/docs/doc/Doing/Entry.html +1 -1
  40. data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  41. data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  42. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  43. data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
  44. data/docs/doc/Doing/Errors/HistoryLimitError.html +1 -1
  45. data/docs/doc/Doing/Errors/InvalidPlugin.html +1 -1
  46. data/docs/doc/Doing/Errors/MissingBackupFile.html +1 -1
  47. data/docs/doc/Doing/Errors/NoResults.html +1 -1
  48. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  49. data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
  50. data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
  51. data/docs/doc/Doing/Errors.html +1 -1
  52. data/docs/doc/Doing/HTMLExport.html +1 -1
  53. data/docs/doc/Doing/Hooks.html +1 -1
  54. data/docs/doc/Doing/Item.html +1 -1
  55. data/docs/doc/Doing/ItemDates.html +1 -1
  56. data/docs/doc/Doing/ItemQuery.html +1 -1
  57. data/docs/doc/Doing/ItemState.html +1 -1
  58. data/docs/doc/Doing/ItemTags.html +1 -1
  59. data/docs/doc/Doing/Items.html +1 -1
  60. data/docs/doc/Doing/JSONExport.html +1 -1
  61. data/docs/doc/Doing/JSONImport.html +295 -0
  62. data/docs/doc/Doing/Logger.html +1 -1
  63. data/docs/doc/Doing/MarkdownExport.html +1 -1
  64. data/docs/doc/Doing/Note.html +1 -1
  65. data/docs/doc/Doing/Pager.html +1 -1
  66. data/docs/doc/Doing/Plugins.html +1 -1
  67. data/docs/doc/Doing/Prompt.html +1 -1
  68. data/docs/doc/Doing/PromptChoose.html +1 -1
  69. data/docs/doc/Doing/PromptFZF.html +1 -1
  70. data/docs/doc/Doing/PromptInput.html +1 -1
  71. data/docs/doc/Doing/PromptSTD.html +1 -1
  72. data/docs/doc/Doing/PromptYN.html +1 -1
  73. data/docs/doc/Doing/Section.html +1 -1
  74. data/docs/doc/Doing/StringHighlight.html +1 -1
  75. data/docs/doc/Doing/StringNormalize.html +1 -1
  76. data/docs/doc/Doing/StringQuery.html +1 -1
  77. data/docs/doc/Doing/StringTags.html +1 -1
  78. data/docs/doc/Doing/StringTransform.html +1 -1
  79. data/docs/doc/Doing/StringTruncate.html +1 -1
  80. data/docs/doc/Doing/StringURL.html +1 -1
  81. data/docs/doc/Doing/SymbolNormalize.html +1 -1
  82. data/docs/doc/Doing/TaskPaperExport.html +1 -1
  83. data/docs/doc/Doing/TemplateExport.html +1 -1
  84. data/docs/doc/Doing/TemplateString.html +1 -1
  85. data/docs/doc/Doing/TimingImport.html +1 -1
  86. data/docs/doc/Doing/Types.html +1 -1
  87. data/docs/doc/Doing/Util/Backup.html +1 -1
  88. data/docs/doc/Doing/Util.html +1 -1
  89. data/docs/doc/Doing/Version.html +1 -1
  90. data/docs/doc/Doing/WWID.html +1 -1
  91. data/docs/doc/Doing.html +4 -4
  92. data/docs/doc/FalseClass.html +1 -1
  93. data/docs/doc/GLI/Commands/Help.html +1 -1
  94. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  95. data/docs/doc/GLI/Commands.html +1 -1
  96. data/docs/doc/GLI.html +1 -1
  97. data/docs/doc/Hash.html +1 -1
  98. data/docs/doc/Numeric.html +1 -1
  99. data/docs/doc/Object.html +1 -1
  100. data/docs/doc/PhraseParser/Operator.html +1 -1
  101. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  102. data/docs/doc/PhraseParser/Query.html +1 -1
  103. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  104. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  105. data/docs/doc/PhraseParser/TermClause.html +1 -1
  106. data/docs/doc/PhraseParser.html +1 -1
  107. data/docs/doc/Status.html +1 -1
  108. data/docs/doc/String.html +2 -2
  109. data/docs/doc/Symbol.html +1 -1
  110. data/docs/doc/Time.html +1 -1
  111. data/docs/doc/TrueClass.html +1 -1
  112. data/docs/doc/_index.html +15 -1
  113. data/docs/doc/class_list.html +1 -1
  114. data/docs/doc/file.README.html +2 -2
  115. data/docs/doc/index.html +2 -2
  116. data/docs/doc/method_list.html +662 -590
  117. data/docs/doc/top-level-namespace.html +1 -1
  118. data/doing.rdoc +18 -18
  119. data/doing.ts +5911 -0
  120. data/export.doing +0 -0
  121. data/lib/completion/_doing.zsh +31 -31
  122. data/lib/completion/doing.ts +4942 -0
  123. data/lib/doing/add_options.rb +1 -1
  124. data/lib/doing/completion/fig_completion.rb +121 -0
  125. data/lib/doing/completion.rb +14 -4
  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/template_export.rb +4 -2
  129. data/lib/doing/plugins/import/doing_import.rb +17 -6
  130. data/lib/doing/plugins/import/json_import.rb +1 -0
  131. data/lib/doing/version.rb +1 -1
  132. data/lib/doing/wwid/interactive.rb +2 -1
  133. data/lib/doing/wwid/modify.rb +7 -10
  134. metadata +10 -2
@@ -0,0 +1,445 @@
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::Completion::FigCompletions
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::Completion::FigCompletions";
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 (F)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../Doing.html" title="Doing (module)">Doing</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Completion.html" title="Doing::Completion (module)">Completion</a></span></span>
41
+ &raquo;
42
+ <span class="title">FigCompletions</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::Completion::FigCompletions
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::Completion::FigCompletions</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/doing/completion/fig_completion.rb</dd>
98
+ </dl>
99
+
100
+ </div>
101
+
102
+ <h2>Overview</h2><div class="docstring">
103
+ <div class="discussion">
104
+ <p>Generate completions for zsh</p>
105
+
106
+
107
+ </div>
108
+ </div>
109
+ <div class="tags">
110
+
111
+
112
+ </div>
113
+
114
+
115
+
116
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
117
+ <ul class="summary">
118
+
119
+ <li class="public ">
120
+ <span class="summary_signature">
121
+
122
+ <a href="#commands-instance_method" title="#commands (instance method)">#<strong>commands</strong> &#x21d2; Object </a>
123
+
124
+
125
+
126
+ </span>
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+ <span class="summary_desc"><div class='inline'><p>Returns the value of attribute commands.</p>
140
+ </div></span>
141
+
142
+ </li>
143
+
144
+
145
+ <li class="public ">
146
+ <span class="summary_signature">
147
+
148
+ <a href="#global_options-instance_method" title="#global_options (instance method)">#<strong>global_options</strong> &#x21d2; Object </a>
149
+
150
+
151
+
152
+ </span>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+ <span class="summary_desc"><div class='inline'><p>Returns the value of attribute global_options.</p>
166
+ </div></span>
167
+
168
+ </li>
169
+
170
+
171
+ </ul>
172
+
173
+
174
+
175
+
176
+
177
+ <h2>
178
+ Instance Method Summary
179
+ <small><a href="#" class="summary_toggle">collapse</a></small>
180
+ </h2>
181
+
182
+ <ul class="summary">
183
+
184
+ <li class="public ">
185
+ <span class="summary_signature">
186
+
187
+ <a href="#generate_completions-instance_method" title="#generate_completions (instance method)">#<strong>generate_completions</strong> &#x21d2; Object </a>
188
+
189
+
190
+
191
+ </span>
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+ <span class="summary_desc"><div class='inline'></div></span>
202
+
203
+ </li>
204
+
205
+
206
+ <li class="public ">
207
+ <span class="summary_signature">
208
+
209
+ <a href="#generate_helpers-instance_method" title="#generate_helpers (instance method)">#<strong>generate_helpers</strong> &#x21d2; Object </a>
210
+
211
+
212
+
213
+ </span>
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+ <span class="summary_desc"><div class='inline'></div></span>
224
+
225
+ </li>
226
+
227
+
228
+ <li class="public ">
229
+ <span class="summary_signature">
230
+
231
+ <a href="#generate_subcommand_completions-instance_method" title="#generate_subcommand_completions (instance method)">#<strong>generate_subcommand_completions</strong> &#x21d2; Object </a>
232
+
233
+
234
+
235
+ </span>
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+ <span class="summary_desc"><div class='inline'></div></span>
246
+
247
+ </li>
248
+
249
+
250
+ <li class="public ">
251
+ <span class="summary_signature">
252
+
253
+ <a href="#generate_subcommand_option_completions-instance_method" title="#generate_subcommand_option_completions (instance method)">#<strong>generate_subcommand_option_completions</strong>(cmd, indent: &#39; &#39;) &#x21d2; Object </a>
254
+
255
+
256
+
257
+ </span>
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+ <span class="summary_desc"><div class='inline'></div></span>
268
+
269
+ </li>
270
+
271
+
272
+ <li class="public ">
273
+ <span class="summary_signature">
274
+
275
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> &#x21d2; FigCompletions </a>
276
+
277
+
278
+
279
+ </span>
280
+
281
+
282
+ <span class="note title constructor">constructor</span>
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+ <span class="summary_desc"><div class='inline'><p>A new instance of FigCompletions.</p>
292
+ </div></span>
293
+
294
+ </li>
295
+
296
+
297
+ </ul>
298
+
299
+
300
+ <div id="constructor_details" class="method_details_list">
301
+ <h2>Constructor Details</h2>
302
+
303
+ <div class="method_details first">
304
+ <h3 class="signature first" id="initialize-instance_method">
305
+
306
+ #<strong>initialize</strong> &#x21d2; <tt><span class='object_link'><a href="" title="Doing::Completion::FigCompletions (class)">FigCompletions</a></span></tt>
307
+
308
+
309
+
310
+
311
+
312
+ </h3><div class="docstring">
313
+ <div class="discussion">
314
+ <p>Returns a new instance of FigCompletions.</p>
315
+
316
+
317
+ </div>
318
+ </div>
319
+ <div class="tags">
320
+
321
+
322
+ </div>
323
+ </div>
324
+
325
+ </div>
326
+
327
+ <div id="instance_attr_details" class="attr_details">
328
+ <h2>Instance Attribute Details</h2>
329
+
330
+
331
+ <span id="commands=-instance_method"></span>
332
+ <div class="method_details first">
333
+ <h3 class="signature first" id="commands-instance_method">
334
+
335
+ #<strong>commands</strong> &#x21d2; <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
336
+
337
+
338
+
339
+
340
+
341
+ </h3><div class="docstring">
342
+ <div class="discussion">
343
+ <p>Returns the value of attribute commands.</p>
344
+
345
+
346
+ </div>
347
+ </div>
348
+ <div class="tags">
349
+
350
+
351
+ </div>
352
+ </div>
353
+
354
+
355
+ <span id="global_options=-instance_method"></span>
356
+ <div class="method_details ">
357
+ <h3 class="signature " id="global_options-instance_method">
358
+
359
+ #<strong>global_options</strong> &#x21d2; <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
360
+
361
+
362
+
363
+
364
+
365
+ </h3><div class="docstring">
366
+ <div class="discussion">
367
+ <p>Returns the value of attribute global_options.</p>
368
+
369
+
370
+ </div>
371
+ </div>
372
+ <div class="tags">
373
+
374
+
375
+ </div>
376
+ </div>
377
+
378
+ </div>
379
+
380
+
381
+ <div id="instance_method_details" class="method_details_list">
382
+ <h2>Instance Method Details</h2>
383
+
384
+
385
+ <div class="method_details first">
386
+ <h3 class="signature first" id="generate_completions-instance_method">
387
+
388
+ #<strong>generate_completions</strong> &#x21d2; <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
389
+
390
+
391
+
392
+
393
+
394
+ </h3>
395
+ </div>
396
+
397
+ <div class="method_details ">
398
+ <h3 class="signature " id="generate_helpers-instance_method">
399
+
400
+ #<strong>generate_helpers</strong> &#x21d2; <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
401
+
402
+
403
+
404
+
405
+
406
+ </h3>
407
+ </div>
408
+
409
+ <div class="method_details ">
410
+ <h3 class="signature " id="generate_subcommand_completions-instance_method">
411
+
412
+ #<strong>generate_subcommand_completions</strong> &#x21d2; <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
413
+
414
+
415
+
416
+
417
+
418
+ </h3>
419
+ </div>
420
+
421
+ <div class="method_details ">
422
+ <h3 class="signature " id="generate_subcommand_option_completions-instance_method">
423
+
424
+ #<strong>generate_subcommand_option_completions</strong>(cmd, indent: &#39; &#39;) &#x21d2; <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
425
+
426
+
427
+
428
+
429
+
430
+ </h3>
431
+ </div>
432
+
433
+ </div>
434
+
435
+ </div>
436
+
437
+ <div id="footer">
438
+ Generated on Thu May 12 08:56:17 2022 by
439
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
+ 0.9.27 (ruby-3.0.1).
441
+ </div>
442
+
443
+ </div>
444
+ </body>
445
+ </html>
@@ -435,7 +435,7 @@
435
435
  </div>
436
436
 
437
437
  <div id="footer">
438
- Generated on Wed Mar 23 08:25:52 2022 by
438
+ Generated on Thu May 12 08:56:17 2022 by
439
439
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
440
  0.9.27 (ruby-3.0.1).
441
441
  </div>
@@ -219,7 +219,7 @@
219
219
  </div>
220
220
 
221
221
  <div id="footer">
222
- Generated on Wed Mar 23 08:25:51 2022 by
222
+ Generated on Thu May 12 08:56:16 2022 by
223
223
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
224
224
  0.9.27 (ruby-3.0.1).
225
225
  </div>
@@ -435,7 +435,7 @@
435
435
  </div>
436
436
 
437
437
  <div id="footer">
438
- Generated on Wed Mar 23 08:25:52 2022 by
438
+ Generated on Thu May 12 08:56:17 2022 by
439
439
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
440
440
  0.9.27 (ruby-3.0.1).
441
441
  </div>
@@ -79,7 +79,7 @@
79
79
  <dl>
80
80
  <dt>Defined in:</dt>
81
81
  <dd>lib/doing/completion.rb<span class="defines">,<br />
82
- lib/doing/completion/zsh_completion.rb,<br /> lib/doing/completion/bash_completion.rb,<br /> lib/doing/completion/fish_completion.rb,<br /> lib/doing/completion/completion_string.rb</span>
82
+ lib/doing/completion/fig_completion.rb,<br /> lib/doing/completion/zsh_completion.rb,<br /> lib/doing/completion/bash_completion.rb,<br /> lib/doing/completion/fish_completion.rb,<br /> lib/doing/completion/completion_string.rb</span>
83
83
  </dd>
84
84
  </dl>
85
85
 
@@ -103,7 +103,7 @@
103
103
 
104
104
 
105
105
 
106
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Completion/BashCompletions.html" title="Doing::Completion::BashCompletions (class)">BashCompletions</a></span>, <span class='object_link'><a href="Completion/FishCompletions.html" title="Doing::Completion::FishCompletions (class)">FishCompletions</a></span>, <span class='object_link'><a href="Completion/ZshCompletions.html" title="Doing::Completion::ZshCompletions (class)">ZshCompletions</a></span>
106
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Completion/BashCompletions.html" title="Doing::Completion::BashCompletions (class)">BashCompletions</a></span>, <span class='object_link'><a href="Completion/FigCompletions.html" title="Doing::Completion::FigCompletions (class)">FigCompletions</a></span>, <span class='object_link'><a href="Completion/FishCompletions.html" title="Doing::Completion::FishCompletions (class)">FishCompletions</a></span>, <span class='object_link'><a href="Completion/ZshCompletions.html" title="Doing::Completion::ZshCompletions (class)">ZshCompletions</a></span>
107
107
 
108
108
 
109
109
  </p>
@@ -174,7 +174,7 @@
174
174
  <li class="public ">
175
175
  <span class="summary_signature">
176
176
 
177
- <a href="#get_help_sections-class_method" title="get_help_sections (class method)">.<strong>get_help_sections</strong>(command = &#39;&#39;) &#x21d2; Object </a>
177
+ <a href="#get_help_sections-class_method" title="get_help_sections (class method)">.<strong>get_help_sections</strong>(command = &quot;&quot;) &#x21d2; Object </a>
178
178
 
179
179
 
180
180
 
@@ -420,7 +420,7 @@ stdout</p>
420
420
  <div class="method_details ">
421
421
  <h3 class="signature " id="get_help_sections-class_method">
422
422
 
423
- .<strong>get_help_sections</strong>(command = &#39;&#39;) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
423
+ .<strong>get_help_sections</strong>(command = &quot;&quot;) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
424
424
 
425
425
 
426
426
 
@@ -540,7 +540,7 @@ stdout</p>
540
540
  </div>
541
541
 
542
542
  <div id="footer">
543
- Generated on Wed Mar 23 08:25:51 2022 by
543
+ Generated on Thu May 12 08:56:16 2022 by
544
544
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
545
545
  0.9.27 (ruby-3.0.1).
546
546
  </div>
@@ -1219,7 +1219,7 @@ matched, first match wins)</p>
1219
1219
  </div>
1220
1220
 
1221
1221
  <div id="footer">
1222
- Generated on Wed Mar 23 08:25:52 2022 by
1222
+ Generated on Thu May 12 08:56:16 2022 by
1223
1223
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1224
1224
  0.9.27 (ruby-3.0.1).
1225
1225
  </div>
@@ -373,7 +373,7 @@
373
373
  </div>
374
374
 
375
375
  <div id="footer">
376
- Generated on Wed Mar 23 08:25:52 2022 by
376
+ Generated on Thu May 12 08:56:17 2022 by
377
377
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
378
378
  0.9.27 (ruby-3.0.1).
379
379
  </div>
@@ -280,7 +280,7 @@
280
280
  </div>
281
281
 
282
282
  <div id="footer">
283
- Generated on Wed Mar 23 08:25:52 2022 by
283
+ Generated on Thu May 12 08:56:17 2022 by
284
284
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
285
285
  0.9.27 (ruby-3.0.1).
286
286
  </div>