doing 2.1.43 → 2.1.46

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 (138) hide show
  1. checksums.yaml +4 -4
  2. data/.irbrc +3 -0
  3. data/CHANGELOG.md +40 -0
  4. data/Gemfile.lock +4 -4
  5. data/README.md +1 -1
  6. data/bin/commands/grep.rb +10 -2
  7. data/bin/commands/on.rb +6 -1
  8. data/bin/commands/recent.rb +1 -0
  9. data/bin/commands/reset.rb +6 -4
  10. data/bin/commands/show.rb +6 -1
  11. data/bin/commands/since.rb +5 -2
  12. data/bin/commands/today.rb +1 -0
  13. data/bin/commands/views.rb +81 -20
  14. data/bin/doing +24 -1
  15. data/docs/doc/Array.html +12 -2
  16. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  17. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  18. data/docs/doc/BooleanTermParser/Query.html +1 -1
  19. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  20. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  21. data/docs/doc/BooleanTermParser.html +1 -1
  22. data/docs/doc/Doing/ArrayCleanup.html +1 -1
  23. data/docs/doc/Doing/ArrayNestedHash.html +1 -1
  24. data/docs/doc/Doing/ArrayTags.html +1 -1
  25. data/docs/doc/Doing/CSVExport.html +1 -1
  26. data/docs/doc/Doing/CalendarImport.html +1 -1
  27. data/docs/doc/Doing/Change.html +1 -1
  28. data/docs/doc/Doing/Changes.html +1 -1
  29. data/docs/doc/Doing/ChronifyArray.html +1 -1
  30. data/docs/doc/Doing/ChronifyNumeric.html +1 -1
  31. data/docs/doc/Doing/ChronifyString.html +1 -1
  32. data/docs/doc/Doing/Color.html +1 -1
  33. data/docs/doc/Doing/Completion/BashCompletions.html +1 -1
  34. data/docs/doc/Doing/Completion/FishCompletions.html +1 -1
  35. data/docs/doc/Doing/Completion/StringUtils.html +1 -1
  36. data/docs/doc/Doing/Completion/ZshCompletions.html +1 -1
  37. data/docs/doc/Doing/Completion.html +1 -1
  38. data/docs/doc/Doing/Configuration.html +1 -1
  39. data/docs/doc/Doing/DayOneRenderer.html +1 -1
  40. data/docs/doc/Doing/DayoneExport.html +1 -1
  41. data/docs/doc/Doing/DoingImport.html +1 -1
  42. data/docs/doc/Doing/Entry.html +1 -1
  43. data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  44. data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  45. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  46. data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
  47. data/docs/doc/Doing/Errors/HistoryLimitError.html +1 -1
  48. data/docs/doc/Doing/Errors/InvalidPlugin.html +1 -1
  49. data/docs/doc/Doing/Errors/MissingBackupFile.html +1 -1
  50. data/docs/doc/Doing/Errors/NoResults.html +1 -1
  51. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  52. data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
  53. data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
  54. data/docs/doc/Doing/Errors.html +1 -1
  55. data/docs/doc/Doing/HTMLExport.html +1 -1
  56. data/docs/doc/Doing/Hooks.html +1 -1
  57. data/docs/doc/Doing/Item.html +75 -36
  58. data/docs/doc/Doing/ItemDates.html +1 -1
  59. data/docs/doc/Doing/ItemQuery.html +1 -1
  60. data/docs/doc/Doing/ItemState.html +1 -1
  61. data/docs/doc/Doing/ItemTags.html +1 -1
  62. data/docs/doc/Doing/Items.html +129 -1
  63. data/docs/doc/Doing/JSONExport.html +1 -1
  64. data/docs/doc/Doing/Logger.html +1 -1
  65. data/docs/doc/Doing/MarkdownExport.html +1 -1
  66. data/docs/doc/Doing/Note.html +1 -1
  67. data/docs/doc/Doing/Pager.html +1 -1
  68. data/docs/doc/Doing/Plugins.html +1 -1
  69. data/docs/doc/Doing/Prompt.html +1 -1
  70. data/docs/doc/Doing/PromptChoose.html +1 -1
  71. data/docs/doc/Doing/PromptFZF.html +1 -1
  72. data/docs/doc/Doing/PromptInput.html +1 -1
  73. data/docs/doc/Doing/PromptSTD.html +1 -1
  74. data/docs/doc/Doing/PromptYN.html +1 -1
  75. data/docs/doc/Doing/Section.html +1 -1
  76. data/docs/doc/Doing/StringHighlight.html +1 -1
  77. data/docs/doc/Doing/StringNormalize.html +1 -1
  78. data/docs/doc/Doing/StringQuery.html +1 -1
  79. data/docs/doc/Doing/StringTags.html +1 -1
  80. data/docs/doc/Doing/StringTransform.html +1 -1
  81. data/docs/doc/Doing/StringTruncate.html +1 -1
  82. data/docs/doc/Doing/StringURL.html +1 -1
  83. data/docs/doc/Doing/SymbolNormalize.html +1 -1
  84. data/docs/doc/Doing/TaskPaperExport.html +1 -1
  85. data/docs/doc/Doing/TemplateExport.html +1 -1
  86. data/docs/doc/Doing/TemplateString.html +2 -2
  87. data/docs/doc/Doing/TimingImport.html +1 -1
  88. data/docs/doc/Doing/Types.html +23 -18
  89. data/docs/doc/Doing/Util/Backup.html +1 -1
  90. data/docs/doc/Doing/Util.html +2 -2
  91. data/docs/doc/Doing/Version.html +1 -1
  92. data/docs/doc/Doing/WWID.html +1 -1
  93. data/docs/doc/Doing.html +4 -4
  94. data/docs/doc/FalseClass.html +11 -1
  95. data/docs/doc/GLI/Commands/Help.html +1 -1
  96. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  97. data/docs/doc/GLI/Commands.html +1 -1
  98. data/docs/doc/GLI.html +1 -1
  99. data/docs/doc/Hash.html +1 -1
  100. data/docs/doc/Numeric.html +1 -1
  101. data/docs/doc/Object.html +1 -1
  102. data/docs/doc/PhraseParser/Operator.html +1 -1
  103. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  104. data/docs/doc/PhraseParser/Query.html +1 -1
  105. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  106. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  107. data/docs/doc/PhraseParser/TermClause.html +1 -1
  108. data/docs/doc/PhraseParser.html +1 -1
  109. data/docs/doc/Status.html +1 -1
  110. data/docs/doc/String.html +65 -3
  111. data/docs/doc/Symbol.html +1 -1
  112. data/docs/doc/Time.html +68 -3
  113. data/docs/doc/TrueClass.html +11 -1
  114. data/docs/doc/_index.html +8 -1
  115. data/docs/doc/class_list.html +1 -1
  116. data/docs/doc/file.README.html +2 -2
  117. data/docs/doc/index.html +2 -2
  118. data/docs/doc/method_list.html +496 -440
  119. data/docs/doc/top-level-namespace.html +1 -1
  120. data/doing.rdoc +66 -5
  121. data/lib/completion/_doing.zsh +10 -10
  122. data/lib/completion/doing.bash +18 -18
  123. data/lib/completion/doing.fish +9 -0
  124. data/lib/doing/add_options.rb +6 -2
  125. data/lib/doing/configuration.rb +4 -0
  126. data/lib/doing/good.rb +18 -1
  127. data/lib/doing/item/item.rb +7 -8
  128. data/lib/doing/items/items.rb +24 -0
  129. data/lib/doing/plugins/export/json_export.rb +16 -2
  130. data/lib/doing/plugins/import/json_import.rb +93 -0
  131. data/lib/doing/string/string.rb +9 -0
  132. data/lib/doing/types.rb +9 -8
  133. data/lib/doing/version.rb +1 -1
  134. data/lib/doing/wwid/display.rb +4 -1
  135. data/lib/doing/wwid/filetools.rb +3 -2
  136. data/lib/doing/wwid/filter.rb +6 -3
  137. data/lib/doing.rb +10 -0
  138. metadata +3 -2
@@ -435,7 +435,7 @@
435
435
  </div>
436
436
 
437
437
  <div id="footer">
438
- Generated on Sun Mar 20 12:48:30 2022 by
438
+ Generated on Wed Mar 23 08:25:52 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>
@@ -540,7 +540,7 @@ stdout</p>
540
540
  </div>
541
541
 
542
542
  <div id="footer">
543
- Generated on Sun Mar 20 12:48:29 2022 by
543
+ Generated on Wed Mar 23 08:25:51 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 Sun Mar 20 12:48:30 2022 by
1222
+ Generated on Wed Mar 23 08:25:52 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 Sun Mar 20 12:48:30 2022 by
376
+ Generated on Wed Mar 23 08:25:52 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 Sun Mar 20 12:48:30 2022 by
283
+ Generated on Wed Mar 23 08:25:52 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>
@@ -381,7 +381,7 @@
381
381
  </div>
382
382
 
383
383
  <div id="footer">
384
- Generated on Sun Mar 20 12:48:30 2022 by
384
+ Generated on Wed Mar 23 08:25:52 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>
@@ -476,7 +476,7 @@
476
476
  </div>
477
477
 
478
478
  <div id="footer">
479
- Generated on Sun Mar 20 12:48:30 2022 by
479
+ Generated on Wed Mar 23 08:25:52 2022 by
480
480
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
481
481
  0.9.27 (ruby-3.0.1).
482
482
  </div>
@@ -180,7 +180,7 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Sun Mar 20 12:48:29 2022 by
183
+ Generated on Wed Mar 23 08:25:51 2022 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.9.27 (ruby-3.0.1).
186
186
  </div>
@@ -180,7 +180,7 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Sun Mar 20 12:48:29 2022 by
183
+ Generated on Wed Mar 23 08:25:51 2022 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.9.27 (ruby-3.0.1).
186
186
  </div>
@@ -176,7 +176,7 @@
176
176
  </div>
177
177
 
178
178
  <div id="footer">
179
- Generated on Sun Mar 20 12:48:29 2022 by
179
+ Generated on Wed Mar 23 08:25:51 2022 by
180
180
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
181
181
  0.9.27 (ruby-3.0.1).
182
182
  </div>
@@ -184,7 +184,7 @@
184
184
  </div>
185
185
 
186
186
  <div id="footer">
187
- Generated on Sun Mar 20 12:48:29 2022 by
187
+ Generated on Wed Mar 23 08:25:51 2022 by
188
188
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
189
189
  0.9.27 (ruby-3.0.1).
190
190
  </div>
@@ -184,7 +184,7 @@
184
184
  </div>
185
185
 
186
186
  <div id="footer">
187
- Generated on Sun Mar 20 12:48:29 2022 by
187
+ Generated on Wed Mar 23 08:25:51 2022 by
188
188
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
189
189
  0.9.27 (ruby-3.0.1).
190
190
  </div>
@@ -184,7 +184,7 @@
184
184
  </div>
185
185
 
186
186
  <div id="footer">
187
- Generated on Sun Mar 20 12:48:29 2022 by
187
+ Generated on Wed Mar 23 08:25:51 2022 by
188
188
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
189
189
  0.9.27 (ruby-3.0.1).
190
190
  </div>
@@ -184,7 +184,7 @@
184
184
  </div>
185
185
 
186
186
  <div id="footer">
187
- Generated on Sun Mar 20 12:48:29 2022 by
187
+ Generated on Wed Mar 23 08:25:51 2022 by
188
188
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
189
189
  0.9.27 (ruby-3.0.1).
190
190
  </div>
@@ -184,7 +184,7 @@
184
184
  </div>
185
185
 
186
186
  <div id="footer">
187
- Generated on Sun Mar 20 12:48:29 2022 by
187
+ Generated on Wed Mar 23 08:25:51 2022 by
188
188
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
189
189
  0.9.27 (ruby-3.0.1).
190
190
  </div>
@@ -238,7 +238,7 @@
238
238
  </div>
239
239
 
240
240
  <div id="footer">
241
- Generated on Sun Mar 20 12:48:29 2022 by
241
+ Generated on Wed Mar 23 08:25:51 2022 by
242
242
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
243
243
  0.9.27 (ruby-3.0.1).
244
244
  </div>
@@ -184,7 +184,7 @@
184
184
  </div>
185
185
 
186
186
  <div id="footer">
187
- Generated on Sun Mar 20 12:48:29 2022 by
187
+ Generated on Wed Mar 23 08:25:51 2022 by
188
188
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
189
189
  0.9.27 (ruby-3.0.1).
190
190
  </div>
@@ -184,7 +184,7 @@
184
184
  </div>
185
185
 
186
186
  <div id="footer">
187
- Generated on Sun Mar 20 12:48:29 2022 by
187
+ Generated on Wed Mar 23 08:25:51 2022 by
188
188
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
189
189
  0.9.27 (ruby-3.0.1).
190
190
  </div>
@@ -181,7 +181,7 @@
181
181
  </div>
182
182
 
183
183
  <div id="footer">
184
- Generated on Sun Mar 20 12:48:29 2022 by
184
+ Generated on Wed Mar 23 08:25:50 2022 by
185
185
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
186
186
  0.9.27 (ruby-3.0.1).
187
187
  </div>
@@ -246,7 +246,7 @@
246
246
  </div>
247
247
 
248
248
  <div id="footer">
249
- Generated on Sun Mar 20 12:48:30 2022 by
249
+ Generated on Wed Mar 23 08:25:52 2022 by
250
250
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
251
251
  0.9.27 (ruby-3.0.1).
252
252
  </div>
@@ -354,7 +354,7 @@
354
354
  </div>
355
355
 
356
356
  <div id="footer">
357
- Generated on Sun Mar 20 12:48:29 2022 by
357
+ Generated on Wed Mar 23 08:25:50 2022 by
358
358
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
359
359
  0.9.27 (ruby-3.0.1).
360
360
  </div>
@@ -150,6 +150,32 @@
150
150
  <span class="summary_desc"><div class='inline'><p>Returns the value of attribute date.</p>
151
151
  </div></span>
152
152
 
153
+ </li>
154
+
155
+
156
+ <li class="public ">
157
+ <span class="summary_signature">
158
+
159
+ <a href="#id-instance_method" title="#id (instance method)">#<strong>id</strong> &#x21d2; Object </a>
160
+
161
+
162
+
163
+ </span>
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+ <span class="summary_desc"><div class='inline'><p>Returns the value of attribute id.</p>
177
+ </div></span>
178
+
153
179
  </li>
154
180
 
155
181
 
@@ -292,7 +318,7 @@
292
318
  <li class="public ">
293
319
  <span class="summary_signature">
294
320
 
295
- <a href="#id-instance_method" title="#id (instance method)">#<strong>id</strong> &#x21d2; String </a>
321
+ <a href="#gen_id-instance_method" title="#gen_id (instance method)">#<strong>gen_id</strong> &#x21d2; Object </a>
296
322
 
297
323
 
298
324
 
@@ -306,8 +332,7 @@
306
332
 
307
333
 
308
334
 
309
- <span class="summary_desc"><div class='inline'><p>Generate a hash that represents the entry.</p>
310
- </div></span>
335
+ <span class="summary_desc"><div class='inline'></div></span>
311
336
 
312
337
  </li>
313
338
 
@@ -315,7 +340,7 @@
315
340
  <li class="public ">
316
341
  <span class="summary_signature">
317
342
 
318
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(date, title, section, note = nil) &#x21d2; Item </a>
343
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(date, title, section, note = nil, id = nil) &#x21d2; Item </a>
319
344
 
320
345
 
321
346
 
@@ -470,7 +495,7 @@
470
495
  <div class="method_details first">
471
496
  <h3 class="signature first" id="initialize-instance_method">
472
497
 
473
- #<strong>initialize</strong>(date, title, section, note = nil) &#x21d2; <tt><span class='object_link'><a href="" title="Doing::Item (class)">Item</a></span></tt>
498
+ #<strong>initialize</strong>(date, title, section, note = nil, id = nil) &#x21d2; <tt><span class='object_link'><a href="" title="Doing::Item (class)">Item</a></span></tt>
474
499
 
475
500
 
476
501
 
@@ -552,6 +577,23 @@ the item belongs</p>
552
577
 
553
578
  </li>
554
579
 
580
+ <li>
581
+
582
+ <span class='name'>id</span>
583
+
584
+
585
+ <span class='type'></span>
586
+
587
+
588
+ <em class="default">(defaults to: <tt>nil</tt>)</em>
589
+
590
+
591
+ &mdash;
592
+ <div class='inline'><p>MD5 identifier</p>
593
+ </div>
594
+
595
+ </li>
596
+
555
597
  </ul>
556
598
 
557
599
 
@@ -584,6 +626,30 @@ the item belongs</p>
584
626
  <div class="tags">
585
627
 
586
628
 
629
+ </div>
630
+ </div>
631
+
632
+
633
+ <span id="id=-instance_method"></span>
634
+ <div class="method_details ">
635
+ <h3 class="signature " id="id-instance_method">
636
+
637
+ #<strong>id</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
638
+
639
+
640
+
641
+
642
+
643
+ </h3><div class="docstring">
644
+ <div class="discussion">
645
+ <p>Returns the value of attribute id.</p>
646
+
647
+
648
+ </div>
649
+ </div>
650
+ <div class="tags">
651
+
652
+
587
653
  </div>
588
654
  </div>
589
655
 
@@ -754,42 +820,15 @@ the item belongs</p>
754
820
  </div>
755
821
 
756
822
  <div class="method_details ">
757
- <h3 class="signature " id="id-instance_method">
823
+ <h3 class="signature " id="gen_id-instance_method">
758
824
 
759
- #<strong>id</strong> &#x21d2; <tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>
825
+ #<strong>gen_id</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
760
826
 
761
827
 
762
828
 
763
829
 
764
830
 
765
- </h3><div class="docstring">
766
- <div class="discussion">
767
- <p>Generate a hash that represents the entry</p>
768
-
769
-
770
- </div>
771
- </div>
772
- <div class="tags">
773
-
774
- <p class="tag_title">Returns:</p>
775
- <ul class="return">
776
-
777
- <li>
778
-
779
-
780
- <span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
781
-
782
-
783
-
784
- &mdash;
785
- <div class='inline'><p>entry hash</p>
786
- </div>
787
-
788
- </li>
789
-
790
- </ul>
791
-
792
- </div>
831
+ </h3>
793
832
  </div>
794
833
 
795
834
  <div class="method_details ">
@@ -952,7 +991,7 @@ section) tag</p>
952
991
  </div>
953
992
 
954
993
  <div id="footer">
955
- Generated on Sun Mar 20 12:48:30 2022 by
994
+ Generated on Wed Mar 23 08:25:51 2022 by
956
995
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
957
996
  0.9.27 (ruby-3.0.1).
958
997
  </div>
@@ -554,7 +554,7 @@ value overlaps with another item&#39;s</p>
554
554
  </div>
555
555
 
556
556
  <div id="footer">
557
- Generated on Sun Mar 20 12:48:29 2022 by
557
+ Generated on Wed Mar 23 08:25:51 2022 by
558
558
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
559
559
  0.9.27 (ruby-3.0.1).
560
560
  </div>
@@ -604,7 +604,7 @@ type (:sensitive,
604
604
  </div>
605
605
 
606
606
  <div id="footer">
607
- Generated on Sun Mar 20 12:48:29 2022 by
607
+ Generated on Wed Mar 23 08:25:51 2022 by
608
608
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
609
609
  0.9.27 (ruby-3.0.1).
610
610
  </div>
@@ -377,7 +377,7 @@ thus should not receive a date on the @done tag</p>
377
377
  </div>
378
378
 
379
379
  <div id="footer">
380
- Generated on Sun Mar 20 12:48:29 2022 by
380
+ Generated on Wed Mar 23 08:25:51 2022 by
381
381
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
382
382
  0.9.27 (ruby-3.0.1).
383
383
  </div>
@@ -488,7 +488,7 @@
488
488
  </div>
489
489
 
490
490
  <div id="footer">
491
- Generated on Sun Mar 20 12:48:29 2022 by
491
+ Generated on Wed Mar 23 08:25:50 2022 by
492
492
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
493
493
  0.9.27 (ruby-3.0.1).
494
494
  </div>
@@ -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 Sun Mar 20 12:48:30 2022 by
1795
+ Generated on Wed Mar 23 08:25:52 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 Sun Mar 20 12:48:30 2022 by
215
+ Generated on Wed Mar 23 08:25:52 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>
@@ -1797,7 +1797,7 @@ message (optional)</p>
1797
1797
  </div>
1798
1798
 
1799
1799
  <div id="footer">
1800
- Generated on Sun Mar 20 12:48:30 2022 by
1800
+ Generated on Wed Mar 23 08:25:51 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 Sun Mar 20 12:48:30 2022 by
259
+ Generated on Wed Mar 23 08:25:52 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 Sun Mar 20 12:48:29 2022 by
750
+ Generated on Wed Mar 23 08:25:51 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 Sun Mar 20 12:48:29 2022 by
299
+ Generated on Wed Mar 23 08:25:50 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 Sun Mar 20 12:48:29 2022 by
1343
+ Generated on Wed Mar 23 08:25:51 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>