doing 2.0.25 → 2.1.0pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +18 -15
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +28 -0
  6. data/Gemfile.lock +8 -1
  7. data/README.md +1 -1
  8. data/Rakefile +23 -4
  9. data/bin/doing +205 -127
  10. data/doc/Array.html +354 -1
  11. data/doc/Doing/Color.html +104 -92
  12. data/doc/Doing/Completion.html +216 -0
  13. data/doc/Doing/Configuration.html +340 -5
  14. data/doc/Doing/Content.html +229 -0
  15. data/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  16. data/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  17. data/doc/Doing/Errors/DoingStandardError.html +1 -1
  18. data/doc/Doing/Errors/EmptyInput.html +1 -1
  19. data/doc/Doing/Errors/NoResults.html +1 -1
  20. data/doc/Doing/Errors/PluginException.html +1 -1
  21. data/doc/Doing/Errors/UserCancelled.html +1 -1
  22. data/doc/Doing/Errors/WrongCommand.html +1 -1
  23. data/doc/Doing/Errors.html +1 -1
  24. data/doc/Doing/Hooks.html +1 -1
  25. data/doc/Doing/Item.html +337 -49
  26. data/doc/Doing/Items.html +444 -35
  27. data/doc/Doing/LogAdapter.html +139 -51
  28. data/doc/Doing/Note.html +253 -22
  29. data/doc/Doing/Pager.html +74 -36
  30. data/doc/Doing/Plugins.html +1 -1
  31. data/doc/Doing/Prompt.html +674 -0
  32. data/doc/Doing/Section.html +354 -0
  33. data/doc/Doing/Util.html +57 -1
  34. data/doc/Doing/WWID.html +477 -670
  35. data/doc/Doing/WWIDFile.html +398 -0
  36. data/doc/Doing.html +5 -5
  37. data/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  38. data/doc/GLI/Commands.html +1 -1
  39. data/doc/GLI.html +1 -1
  40. data/doc/Hash.html +97 -1
  41. data/doc/Status.html +37 -3
  42. data/doc/String.html +599 -23
  43. data/doc/Symbol.html +3 -3
  44. data/doc/Time.html +1 -1
  45. data/doc/_index.html +22 -1
  46. data/doc/class_list.html +1 -1
  47. data/doc/file.README.html +8 -2
  48. data/doc/index.html +8 -2
  49. data/doc/method_list.html +453 -173
  50. data/doc/top-level-namespace.html +1 -1
  51. data/doing.gemspec +3 -0
  52. data/doing.rdoc +40 -12
  53. data/example_plugin.rb +3 -3
  54. data/lib/completion/_doing.zsh +1 -1
  55. data/lib/completion/doing.bash +8 -8
  56. data/lib/completion/doing.fish +1 -1
  57. data/lib/doing/array.rb +36 -0
  58. data/lib/doing/colors.rb +70 -66
  59. data/lib/doing/completion.rb +6 -0
  60. data/lib/doing/configuration.rb +69 -28
  61. data/lib/doing/hash.rb +37 -0
  62. data/lib/doing/item.rb +77 -12
  63. data/lib/doing/items.rb +125 -0
  64. data/lib/doing/log_adapter.rb +55 -3
  65. data/lib/doing/note.rb +53 -1
  66. data/lib/doing/pager.rb +49 -38
  67. data/lib/doing/plugins/export/markdown_export.rb +4 -4
  68. data/lib/doing/plugins/export/template_export.rb +2 -2
  69. data/lib/doing/plugins/import/calendar_import.rb +4 -4
  70. data/lib/doing/plugins/import/doing_import.rb +5 -7
  71. data/lib/doing/plugins/import/timing_import.rb +3 -3
  72. data/lib/doing/prompt.rb +206 -0
  73. data/lib/doing/section.rb +30 -0
  74. data/lib/doing/string.rb +103 -27
  75. data/lib/doing/util.rb +14 -6
  76. data/lib/doing/version.rb +1 -1
  77. data/lib/doing/wwid.rb +306 -621
  78. data/lib/doing.rb +6 -2
  79. data/lib/examples/plugins/capture_thing_import.rb +162 -0
  80. metadata +73 -5
  81. data/lib/doing/wwidfile.rb +0 -117
@@ -0,0 +1,398 @@
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::WWIDFile
8
+
9
+ &mdash; Documentation by YARD 0.9.26
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::WWIDFile";
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 (W)</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">WWIDFile</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::WWIDFile
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="../Array.html" title="Array (class)">Array</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next"><span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></li>
78
+
79
+ <li class="next">Doing::WWIDFile</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/doing/wwidfile.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+ <h2>
113
+ Instance Method Summary
114
+ <small><a href="#" class="summary_toggle">collapse</a></small>
115
+ </h2>
116
+
117
+ <ul class="summary">
118
+
119
+ <li class="public ">
120
+ <span class="summary_signature">
121
+
122
+ <a href="#add_section-instance_method" title="#add_section (instance method)">#<strong>add_section</strong>(title) &#x21d2; Object </a>
123
+
124
+
125
+
126
+ </span>
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+ <span class="summary_desc"><div class='inline'><p>Adds a section.</p>
137
+ </div></span>
138
+
139
+ </li>
140
+
141
+
142
+ <li class="public ">
143
+ <span class="summary_signature">
144
+
145
+ <a href="#from-instance_method" title="#from (instance method)">#<strong>from</strong>(path) &#x21d2; Object </a>
146
+
147
+
148
+
149
+ </span>
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+ <span class="summary_desc"><div class='inline'></div></span>
160
+
161
+ </li>
162
+
163
+
164
+ <li class="public ">
165
+ <span class="summary_signature">
166
+
167
+ <a href="#guess_section-instance_method" title="#guess_section (instance method)">#<strong>guess_section</strong>(frag, guessed: false, suggest: false) &#x21d2; Object </a>
168
+
169
+
170
+
171
+ </span>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+ <span class="summary_desc"><div class='inline'><p>Attempt to match a string with an existing section.</p>
182
+ </div></span>
183
+
184
+ </li>
185
+
186
+
187
+ <li class="public ">
188
+ <span class="summary_signature">
189
+
190
+ <a href="#section_items-instance_method" title="#section_items (instance method)">#<strong>section_items</strong>(section) &#x21d2; Object </a>
191
+
192
+
193
+
194
+ </span>
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+ <span class="summary_desc"><div class='inline'></div></span>
205
+
206
+ </li>
207
+
208
+
209
+ <li class="public ">
210
+ <span class="summary_signature">
211
+
212
+ <a href="#section_titles-instance_method" title="#section_titles (instance method)">#<strong>section_titles</strong> &#x21d2; Object </a>
213
+
214
+
215
+
216
+ </span>
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+ <span class="summary_desc"><div class='inline'></div></span>
227
+
228
+ </li>
229
+
230
+
231
+ </ul>
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></h3>
244
+ <p class="inherited"><span class='object_link'><a href="../Array.html#highlight_tags-instance_method" title="Array#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="../Array.html#log_tags-instance_method" title="Array#log_tags (method)">#log_tags</a></span>, <span class='object_link'><a href="../Array.html#to_tags-instance_method" title="Array#to_tags (method)">#to_tags</a></span></p>
245
+
246
+
247
+ <div id="instance_method_details" class="method_details_list">
248
+ <h2>Instance Method Details</h2>
249
+
250
+
251
+ <div class="method_details first">
252
+ <h3 class="signature first" id="add_section-instance_method">
253
+
254
+ #<strong>add_section</strong>(title) &#x21d2; <tt>Object</tt>
255
+
256
+
257
+
258
+
259
+
260
+ </h3><div class="docstring">
261
+ <div class="discussion">
262
+ <p>Adds a section.</p>
263
+
264
+
265
+ </div>
266
+ </div>
267
+ <div class="tags">
268
+ <p class="tag_title">Parameters:</p>
269
+ <ul class="param">
270
+
271
+ <li>
272
+
273
+ <span class='name'>title</span>
274
+
275
+
276
+ <span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
277
+
278
+
279
+
280
+ &mdash;
281
+ <div class='inline'><p>The new section title</p>
282
+ </div>
283
+
284
+ </li>
285
+
286
+ </ul>
287
+
288
+
289
+ </div>
290
+ </div>
291
+
292
+ <div class="method_details ">
293
+ <h3 class="signature " id="from-instance_method">
294
+
295
+ #<strong>from</strong>(path) &#x21d2; <tt>Object</tt>
296
+
297
+
298
+
299
+
300
+
301
+ </h3>
302
+ </div>
303
+
304
+ <div class="method_details ">
305
+ <h3 class="signature " id="guess_section-instance_method">
306
+
307
+ #<strong>guess_section</strong>(frag, guessed: false, suggest: false) &#x21d2; <tt>Object</tt>
308
+
309
+
310
+
311
+
312
+
313
+ </h3><div class="docstring">
314
+ <div class="discussion">
315
+ <p>Attempt to match a string with an existing section</p>
316
+
317
+
318
+ </div>
319
+ </div>
320
+ <div class="tags">
321
+ <p class="tag_title">Parameters:</p>
322
+ <ul class="param">
323
+
324
+ <li>
325
+
326
+ <span class='name'>frag</span>
327
+
328
+
329
+ <span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
330
+
331
+
332
+
333
+ &mdash;
334
+ <div class='inline'><p>The user-provided string</p>
335
+ </div>
336
+
337
+ </li>
338
+
339
+ <li>
340
+
341
+ <span class='name'>guessed</span>
342
+
343
+
344
+ <span class='type'>(<tt>Boolean</tt>)</span>
345
+
346
+
347
+ <em class="default">(defaults to: <tt>false</tt>)</em>
348
+
349
+
350
+ &mdash;
351
+ <div class='inline'><p>already guessed and failed</p>
352
+ </div>
353
+
354
+ </li>
355
+
356
+ </ul>
357
+
358
+
359
+ </div>
360
+ </div>
361
+
362
+ <div class="method_details ">
363
+ <h3 class="signature " id="section_items-instance_method">
364
+
365
+ #<strong>section_items</strong>(section) &#x21d2; <tt>Object</tt>
366
+
367
+
368
+
369
+
370
+
371
+ </h3>
372
+ </div>
373
+
374
+ <div class="method_details ">
375
+ <h3 class="signature " id="section_titles-instance_method">
376
+
377
+ #<strong>section_titles</strong> &#x21d2; <tt>Object</tt>
378
+
379
+
380
+
381
+
382
+
383
+ </h3>
384
+ </div>
385
+
386
+ </div>
387
+
388
+ </div>
389
+
390
+ <div id="footer">
391
+ Generated on Thu Nov 25 08:42:27 2021 by
392
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
393
+ 0.9.26 (ruby-3.0.1).
394
+ </div>
395
+
396
+ </div>
397
+ </body>
398
+ </html>
data/doc/Doing.html CHANGED
@@ -79,7 +79,7 @@
79
79
  <dl>
80
80
  <dt>Defined in:</dt>
81
81
  <dd>lib/doing/colors.rb<span class="defines">,<br />
82
- lib/doing/hash.rb,<br /> lib/doing/item.rb,<br /> lib/doing/note.rb,<br /> lib/doing/time.rb,<br /> lib/doing/util.rb,<br /> lib/doing/wwid.rb,<br /> lib/doing/array.rb,<br /> lib/doing/hooks.rb,<br /> lib/doing/pager.rb,<br /> lib/doing/errors.rb,<br /> lib/doing/string.rb,<br /> lib/doing/symbol.rb,<br /> lib/doing/version.rb,<br /> lib/doing/wwidfile.rb,<br /> lib/doing/log_adapter.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/plugin_manager.rb</span>
82
+ lib/doing/hash.rb,<br /> lib/doing/item.rb,<br /> lib/doing/note.rb,<br /> lib/doing/time.rb,<br /> lib/doing/util.rb,<br /> lib/doing/wwid.rb,<br /> lib/doing/array.rb,<br /> lib/doing/hooks.rb,<br /> lib/doing/items.rb,<br /> lib/doing/pager.rb,<br /> lib/doing/errors.rb,<br /> lib/doing/prompt.rb,<br /> lib/doing/string.rb,<br /> lib/doing/symbol.rb,<br /> lib/doing/section.rb,<br /> lib/doing/version.rb,<br /> lib/doing/completion.rb,<br /> lib/doing/log_adapter.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/plugin_manager.rb</span>
83
83
  </dd>
84
84
  </dl>
85
85
 
@@ -99,11 +99,11 @@
99
99
  <p class="children">
100
100
 
101
101
 
102
- <strong class="modules">Modules:</strong> <span class='object_link'><a href="Doing/Color.html" title="Doing::Color (module)">Color</a></span>, <span class='object_link'><a href="Doing/Errors.html" title="Doing::Errors (module)">Errors</a></span>, <span class='object_link'><a href="Doing/Hooks.html" title="Doing::Hooks (module)">Hooks</a></span>, <span class='object_link'><a href="Doing/Pager.html" title="Doing::Pager (module)">Pager</a></span>, <span class='object_link'><a href="Doing/Plugins.html" title="Doing::Plugins (module)">Plugins</a></span>, <span class='object_link'><a href="Doing/Util.html" title="Doing::Util (module)">Util</a></span>
102
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="Doing/Color.html" title="Doing::Color (module)">Color</a></span>, <span class='object_link'><a href="Doing/Completion.html" title="Doing::Completion (module)">Completion</a></span>, <span class='object_link'><a href="Doing/Errors.html" title="Doing::Errors (module)">Errors</a></span>, <span class='object_link'><a href="Doing/Hooks.html" title="Doing::Hooks (module)">Hooks</a></span>, <span class='object_link'><a href="Doing/Pager.html" title="Doing::Pager (module)">Pager</a></span>, <span class='object_link'><a href="Doing/Plugins.html" title="Doing::Plugins (module)">Plugins</a></span>, <span class='object_link'><a href="Doing/Prompt.html" title="Doing::Prompt (module)">Prompt</a></span>, <span class='object_link'><a href="Doing/Util.html" title="Doing::Util (module)">Util</a></span>
103
103
 
104
104
 
105
105
 
106
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Doing/Configuration.html" title="Doing::Configuration (class)">Configuration</a></span>, <span class='object_link'><a href="Doing/Item.html" title="Doing::Item (class)">Item</a></span>, <span class='object_link'><a href="Doing/Items.html" title="Doing::Items (class)">Items</a></span>, <span class='object_link'><a href="Doing/LogAdapter.html" title="Doing::LogAdapter (class)">LogAdapter</a></span>, <span class='object_link'><a href="Doing/Note.html" title="Doing::Note (class)">Note</a></span>, <span class='object_link'><a href="Doing/WWID.html" title="Doing::WWID (class)">WWID</a></span>
106
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Doing/Configuration.html" title="Doing::Configuration (class)">Configuration</a></span>, <span class='object_link'><a href="Doing/Item.html" title="Doing::Item (class)">Item</a></span>, <span class='object_link'><a href="Doing/Items.html" title="Doing::Items (class)">Items</a></span>, <span class='object_link'><a href="Doing/LogAdapter.html" title="Doing::LogAdapter (class)">LogAdapter</a></span>, <span class='object_link'><a href="Doing/Note.html" title="Doing::Note (class)">Note</a></span>, <span class='object_link'><a href="Doing/Section.html" title="Doing::Section (class)">Section</a></span>, <span class='object_link'><a href="Doing/WWID.html" title="Doing::WWID (class)">WWID</a></span>
107
107
 
108
108
 
109
109
  </p>
@@ -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.0.9.pre</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.0pre</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 Thu Nov 18 16:39:11 2021 by
138
+ Generated on Sat Nov 27 10:06:03 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 Thu Nov 18 16:39:12 2021 by
756
+ Generated on Sat Nov 27 10:06:03 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 Thu Nov 18 16:39:11 2021 by
108
+ Generated on Sat Nov 27 10:06:03 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/doc/GLI.html CHANGED
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Thu Nov 18 16:39:11 2021 by
108
+ Generated on Sat Nov 27 10:06:03 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/doc/Hash.html CHANGED
@@ -166,6 +166,29 @@
166
166
 
167
167
  <span class="summary_desc"><div class='inline'></div></span>
168
168
 
169
+ </li>
170
+
171
+
172
+ <li class="public ">
173
+ <span class="summary_signature">
174
+
175
+ <a href="#deep_set-instance_method" title="#deep_set (instance method)">#<strong>deep_set</strong>(path, value) &#x21d2; Object </a>
176
+
177
+
178
+
179
+ </span>
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+ <span class="summary_desc"><div class='inline'><p>Set a nested hash value using an array.</p>
190
+ </div></span>
191
+
169
192
  </li>
170
193
 
171
194
 
@@ -269,6 +292,79 @@
269
292
 
270
293
 
271
294
  </h3>
295
+ </div>
296
+
297
+ <div class="method_details ">
298
+ <h3 class="signature " id="deep_set-instance_method">
299
+
300
+ #<strong>deep_set</strong>(path, value) &#x21d2; <tt>Object</tt>
301
+
302
+
303
+
304
+
305
+
306
+ </h3><div class="docstring">
307
+ <div class="discussion">
308
+ <p>Set a nested hash value using an array</p>
309
+
310
+
311
+ </div>
312
+ </div>
313
+ <div class="tags">
314
+
315
+ <div class="examples">
316
+ <p class="tag_title">Examples:</p>
317
+
318
+
319
+ <p class="example_title"><div class='inline'><p><code>{}.deep_set([&#39;one&#39;, &#39;two&#39;], &#39;value&#39;)</code></p>
320
+ </div></p>
321
+
322
+ <pre class="example code"><code></code></pre>
323
+
324
+
325
+ <p class="example_title"><div class='inline'><p>`=&gt; { &#39;one&#39; =&gt; { &#39;two&#39; =&gt; &#39;value&#39; } }</p>
326
+ </div></p>
327
+
328
+ <pre class="example code"><code></code></pre>
329
+
330
+ </div>
331
+ <p class="tag_title">Parameters:</p>
332
+ <ul class="param">
333
+
334
+ <li>
335
+
336
+ <span class='name'>path</span>
337
+
338
+
339
+ <span class='type'>(<tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span></tt>)</span>
340
+
341
+
342
+
343
+ &mdash;
344
+ <div class='inline'><p>key path</p>
345
+ </div>
346
+
347
+ </li>
348
+
349
+ <li>
350
+
351
+ <span class='name'>value</span>
352
+
353
+
354
+ <span class='type'></span>
355
+
356
+
357
+
358
+ &mdash;
359
+ <div class='inline'><p>The value</p>
360
+ </div>
361
+
362
+ </li>
363
+
364
+ </ul>
365
+
366
+
367
+ </div>
272
368
  </div>
273
369
 
274
370
  <div class="method_details ">
@@ -322,7 +418,7 @@
322
418
  </div>
323
419
 
324
420
  <div id="footer">
325
- Generated on Thu Nov 18 16:39:11 2021 by
421
+ Generated on Sat Nov 27 10:06:03 2021 by
326
422
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
327
423
  0.9.26 (ruby-3.0.1).
328
424
  </div>
data/doc/Status.html CHANGED
@@ -159,6 +159,28 @@
159
159
 
160
160
 
161
161
 
162
+ <span class="summary_desc"><div class='inline'></div></span>
163
+
164
+ </li>
165
+
166
+
167
+ <li class="public ">
168
+ <span class="summary_signature">
169
+
170
+ <a href="#msg-instance_method" title="#msg (instance method)">#<strong>msg</strong>(msg, reset: true, color: &#39;green&#39;, end_char: &quot;\n&quot;) &#x21d2; Object </a>
171
+
172
+
173
+
174
+ </span>
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
162
184
  <span class="summary_desc"><div class='inline'></div></span>
163
185
 
164
186
  </li>
@@ -189,7 +211,7 @@
189
211
  <li class="public ">
190
212
  <span class="summary_signature">
191
213
 
192
- <a href="#status-instance_method" title="#status (instance method)">#<strong>status</strong>(msg, reset: true) &#x21d2; Object </a>
214
+ <a href="#status-instance_method" title="#status (instance method)">#<strong>status</strong>(msg, reset: true, end_char: &quot;\n&quot;) &#x21d2; Object </a>
193
215
 
194
216
 
195
217
 
@@ -250,6 +272,18 @@
250
272
 
251
273
 
252
274
 
275
+ </h3>
276
+ </div>
277
+
278
+ <div class="method_details ">
279
+ <h3 class="signature " id="msg-instance_method">
280
+
281
+ #<strong>msg</strong>(msg, reset: true, color: &#39;green&#39;, end_char: &quot;\n&quot;) &#x21d2; <tt>Object</tt>
282
+
283
+
284
+
285
+
286
+
253
287
  </h3>
254
288
  </div>
255
289
 
@@ -268,7 +302,7 @@
268
302
  <div class="method_details ">
269
303
  <h3 class="signature " id="status-instance_method">
270
304
 
271
- #<strong>status</strong>(msg, reset: true) &#x21d2; <tt>Object</tt>
305
+ #<strong>status</strong>(msg, reset: true, end_char: &quot;\n&quot;) &#x21d2; <tt>Object</tt>
272
306
 
273
307
 
274
308
 
@@ -282,7 +316,7 @@
282
316
  </div>
283
317
 
284
318
  <div id="footer">
285
- Generated on Thu Nov 18 16:39:11 2021 by
319
+ Generated on Sat Nov 27 10:06:03 2021 by
286
320
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
287
321
  0.9.26 (ruby-3.0.1).
288
322
  </div>