doing 2.1.54 → 2.1.57

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +29 -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/recent.rb +15 -18
  7. data/bin/commands/tag_dir.rb +1 -1
  8. data/docs/doc/Array.html +1 -1
  9. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  10. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  11. data/docs/doc/BooleanTermParser/Query.html +1 -1
  12. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  13. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  14. data/docs/doc/BooleanTermParser.html +1 -1
  15. data/docs/doc/Doing/ArrayCleanup.html +1 -1
  16. data/docs/doc/Doing/ArrayNestedHash.html +1 -1
  17. data/docs/doc/Doing/ArrayTags.html +1 -1
  18. data/docs/doc/Doing/CSVExport.html +1 -1
  19. data/docs/doc/Doing/CalendarImport.html +1 -1
  20. data/docs/doc/Doing/Change.html +1 -1
  21. data/docs/doc/Doing/Changes.html +1 -1
  22. data/docs/doc/Doing/ChronifyArray.html +1 -1
  23. data/docs/doc/Doing/ChronifyNumeric.html +1 -1
  24. data/docs/doc/Doing/ChronifyString.html +1 -1
  25. data/docs/doc/Doing/Color.html +1 -1
  26. data/docs/doc/Doing/Completion/BashCompletions.html +1 -1
  27. data/docs/doc/Doing/Completion/FigCompletions.html +1 -1
  28. data/docs/doc/Doing/Completion/FishCompletions.html +1 -1
  29. data/docs/doc/Doing/Completion/StringUtils.html +1 -1
  30. data/docs/doc/Doing/Completion/ZshCompletions.html +1 -1
  31. data/docs/doc/Doing/Completion.html +1 -1
  32. data/docs/doc/Doing/Configuration.html +1 -1
  33. data/docs/doc/Doing/DayOneRenderer.html +1 -1
  34. data/docs/doc/Doing/DayoneExport.html +1 -1
  35. data/docs/doc/Doing/DoingExport.html +1 -1
  36. data/docs/doc/Doing/DoingImport.html +1 -1
  37. data/docs/doc/Doing/Entry.html +1 -1
  38. data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  39. data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  40. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  41. data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
  42. data/docs/doc/Doing/Errors/HistoryLimitError.html +1 -1
  43. data/docs/doc/Doing/Errors/InvalidPlugin.html +1 -1
  44. data/docs/doc/Doing/Errors/MissingBackupFile.html +1 -1
  45. data/docs/doc/Doing/Errors/NoResults.html +1 -1
  46. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  47. data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
  48. data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
  49. data/docs/doc/Doing/Errors.html +1 -1
  50. data/docs/doc/Doing/HTMLExport.html +1 -1
  51. data/docs/doc/Doing/Hooks.html +1 -1
  52. data/docs/doc/Doing/Item.html +2 -2
  53. data/docs/doc/Doing/ItemDates.html +1 -1
  54. data/docs/doc/Doing/ItemQuery.html +82 -1
  55. data/docs/doc/Doing/ItemState.html +1 -1
  56. data/docs/doc/Doing/ItemTags.html +1 -1
  57. data/docs/doc/Doing/Items.html +1 -1
  58. data/docs/doc/Doing/JSONExport.html +1 -1
  59. data/docs/doc/Doing/JSONImport.html +1 -1
  60. data/docs/doc/Doing/Logger.html +1 -1
  61. data/docs/doc/Doing/MarkdownExport.html +1 -1
  62. data/docs/doc/Doing/Note.html +1 -1
  63. data/docs/doc/Doing/Pager.html +1 -1
  64. data/docs/doc/Doing/Plugins.html +1 -1
  65. data/docs/doc/Doing/Prompt.html +1 -1
  66. data/docs/doc/Doing/PromptChoose.html +1 -1
  67. data/docs/doc/Doing/PromptFZF.html +1 -1
  68. data/docs/doc/Doing/PromptInput.html +1 -1
  69. data/docs/doc/Doing/PromptSTD.html +1 -1
  70. data/docs/doc/Doing/PromptYN.html +1 -1
  71. data/docs/doc/Doing/Section.html +1 -1
  72. data/docs/doc/Doing/StringHighlight.html +1 -1
  73. data/docs/doc/Doing/StringNormalize.html +1 -1
  74. data/docs/doc/Doing/StringQuery.html +1 -1
  75. data/docs/doc/Doing/StringTags.html +1 -1
  76. data/docs/doc/Doing/StringTransform.html +1 -1
  77. data/docs/doc/Doing/StringTruncate.html +1 -1
  78. data/docs/doc/Doing/StringURL.html +1 -1
  79. data/docs/doc/Doing/SymbolNormalize.html +1 -1
  80. data/docs/doc/Doing/TaskPaperExport.html +1 -1
  81. data/docs/doc/Doing/TemplateExport.html +1 -1
  82. data/docs/doc/Doing/TemplateString.html +1 -1
  83. data/docs/doc/Doing/TimingImport.html +1 -1
  84. data/docs/doc/Doing/Types.html +1 -1
  85. data/docs/doc/Doing/Util/Backup.html +1 -1
  86. data/docs/doc/Doing/Util.html +1 -1
  87. data/docs/doc/Doing/Version.html +1 -1
  88. data/docs/doc/Doing/WWID.html +35 -1
  89. data/docs/doc/Doing.html +2 -2
  90. data/docs/doc/FalseClass.html +1 -1
  91. data/docs/doc/GLI/Commands/Help.html +1 -1
  92. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  93. data/docs/doc/GLI/Commands.html +1 -1
  94. data/docs/doc/GLI.html +1 -1
  95. data/docs/doc/Hash.html +1 -1
  96. data/docs/doc/Numeric.html +1 -1
  97. data/docs/doc/Object.html +1 -1
  98. data/docs/doc/PhraseParser/Operator.html +1 -1
  99. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  100. data/docs/doc/PhraseParser/Query.html +1 -1
  101. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  102. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  103. data/docs/doc/PhraseParser/TermClause.html +1 -1
  104. data/docs/doc/PhraseParser.html +1 -1
  105. data/docs/doc/Status.html +1 -1
  106. data/docs/doc/String.html +1 -1
  107. data/docs/doc/Symbol.html +1 -1
  108. data/docs/doc/Time.html +1 -1
  109. data/docs/doc/TrueClass.html +1 -1
  110. data/docs/doc/_index.html +1 -1
  111. data/docs/doc/file.README.html +2 -2
  112. data/docs/doc/index.html +2 -2
  113. data/docs/doc/method_list.html +325 -309
  114. data/docs/doc/top-level-namespace.html +1 -1
  115. data/doing.rdoc +4 -4
  116. data/lib/doing/item/query.rb +137 -16
  117. data/lib/doing/plugins/export/markdown_export.rb +4 -1
  118. data/lib/doing/plugins/import/calendar_import.rb +0 -0
  119. data/lib/doing/version.rb +1 -1
  120. data/lib/doing/wwid/display.rb +1 -2
  121. data/lib/doing/wwid/filter.rb +14 -133
  122. data/lib/doing/wwid/wwid.rb +0 -0
  123. data/lib/helpers/fzf/test/test_go.rb +0 -0
  124. data/lib/helpers/threaded_tests.rb +0 -0
  125. metadata +2 -2
@@ -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 Wed May 25 16:24:27 2022 by
557
+ Generated on Thu May 26 11:23:25 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>
@@ -155,6 +155,29 @@
155
155
  <span class="summary_desc"><div class='inline'><p>Determine if case should be ignored for searches.</p>
156
156
  </div></span>
157
157
 
158
+ </li>
159
+
160
+
161
+ <li class="public ">
162
+ <span class="summary_signature">
163
+
164
+ <a href="#keep_item%3F-instance_method" title="#keep_item? (instance method)">#<strong>keep_item?</strong>(opt) &#x21d2; Boolean </a>
165
+
166
+
167
+
168
+ </span>
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+ <span class="summary_desc"><div class='inline'><p>Used by filter_items determine whether an item matches a set of criteria.</p>
179
+ </div></span>
180
+
158
181
  </li>
159
182
 
160
183
 
@@ -318,6 +341,64 @@
318
341
 
319
342
  </ul>
320
343
 
344
+ </div>
345
+ </div>
346
+
347
+ <div class="method_details ">
348
+ <h3 class="signature " id="keep_item?-instance_method">
349
+
350
+ #<strong>keep_item?</strong>(opt) &#x21d2; <tt>Boolean</tt>
351
+
352
+
353
+
354
+
355
+
356
+ </h3><div class="docstring">
357
+ <div class="discussion">
358
+ <p>Used by filter_items determine whether an item matches a set of criteria</p>
359
+
360
+
361
+ </div>
362
+ </div>
363
+ <div class="tags">
364
+ <p class="tag_title">Parameters:</p>
365
+ <ul class="param">
366
+
367
+ <li>
368
+
369
+ <span class='name'>opt</span>
370
+
371
+
372
+ <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
373
+
374
+
375
+
376
+ &mdash;
377
+ <div class='inline'><p>filter parameters</p>
378
+ </div>
379
+
380
+ </li>
381
+
382
+ </ul>
383
+
384
+ <p class="tag_title">Returns:</p>
385
+ <ul class="return">
386
+
387
+ <li>
388
+
389
+
390
+ <span class='type'>(<tt>Boolean</tt>)</span>
391
+
392
+
393
+
394
+ &mdash;
395
+ <div class='inline'><p>whether the item matches all filter criteria</p>
396
+ </div>
397
+
398
+ </li>
399
+
400
+ </ul>
401
+
321
402
  </div>
322
403
  </div>
323
404
 
@@ -604,7 +685,7 @@ type (:sensitive,
604
685
  </div>
605
686
 
606
687
  <div id="footer">
607
- Generated on Wed May 25 16:24:27 2022 by
688
+ Generated on Thu May 26 11:23:25 2022 by
608
689
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
609
690
  0.9.27 (ruby-3.0.1).
610
691
  </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 Wed May 25 16:24:27 2022 by
380
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
491
+ Generated on Thu May 26 11:23:25 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>
@@ -1792,7 +1792,7 @@ combine multiple tags</p>
1792
1792
  </div>
1793
1793
 
1794
1794
  <div id="footer">
1795
- Generated on Wed May 25 16:24:27 2022 by
1795
+ Generated on Thu May 26 11:23:25 2022 by
1796
1796
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1797
1797
  0.9.27 (ruby-3.0.1).
1798
1798
  </div>
@@ -212,7 +212,7 @@
212
212
  </div>
213
213
 
214
214
  <div id="footer">
215
- Generated on Wed May 25 16:24:28 2022 by
215
+ Generated on Thu May 26 11:23:26 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>
@@ -285,7 +285,7 @@ file</p>
285
285
  </div>
286
286
 
287
287
  <div id="footer">
288
- Generated on Wed May 25 16:24:28 2022 by
288
+ Generated on Thu May 26 11:23:26 2022 by
289
289
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
290
290
  0.9.27 (ruby-3.0.1).
291
291
  </div>
@@ -1797,7 +1797,7 @@ message (optional)</p>
1797
1797
  </div>
1798
1798
 
1799
1799
  <div id="footer">
1800
- Generated on Wed May 25 16:24:27 2022 by
1800
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:28 2022 by
259
+ Generated on Thu May 26 11:23:26 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 Wed May 25 16:24:27 2022 by
750
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
299
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
1343
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
329
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
477
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
384
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
565
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
286
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
230
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
403
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
526
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
956
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
718
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
877
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
592
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
441
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
402
+ Generated on Thu May 26 11:23:25 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 Wed May 25 16:24:27 2022 by
334
+ Generated on Thu May 26 11:23:25 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>
@@ -212,7 +212,7 @@
212
212
  </div>
213
213
 
214
214
  <div id="footer">
215
- Generated on Wed May 25 16:24:28 2022 by
215
+ Generated on Thu May 26 11:23:26 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>
@@ -239,7 +239,7 @@
239
239
  </div>
240
240
 
241
241
  <div id="footer">
242
- Generated on Wed May 25 16:24:28 2022 by
242
+ Generated on Thu May 26 11:23:26 2022 by
243
243
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
244
244
  0.9.27 (ruby-3.0.1).
245
245
  </div>
@@ -802,7 +802,7 @@ of colors and string locations</p>
802
802
  </div>
803
803
 
804
804
  <div id="footer">
805
- Generated on Wed May 25 16:24:28 2022 by
805
+ Generated on Thu May 26 11:23:26 2022 by
806
806
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
807
807
  0.9.27 (ruby-3.0.1).
808
808
  </div>
@@ -275,7 +275,7 @@ file</p>
275
275
  </div>
276
276
 
277
277
  <div id="footer">
278
- Generated on Wed May 25 16:24:28 2022 by
278
+ Generated on Thu May 26 11:23:26 2022 by
279
279
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
280
280
  0.9.27 (ruby-3.0.1).
281
281
  </div>
@@ -241,7 +241,7 @@
241
241
  </div>
242
242
 
243
243
  <div id="footer">
244
- Generated on Wed May 25 16:24:27 2022 by
244
+ Generated on Thu May 26 11:23:25 2022 by
245
245
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
246
246
  0.9.27 (ruby-3.0.1).
247
247
  </div>
@@ -684,7 +684,7 @@ in a hidden directory</p>
684
684
  </div>
685
685
 
686
686
  <div id="footer">
687
- Generated on Wed May 25 16:24:27 2022 by
687
+ Generated on Thu May 26 11:23:25 2022 by
688
688
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
689
689
  0.9.27 (ruby-3.0.1).
690
690
  </div>
@@ -982,7 +982,7 @@ the merge</p>
982
982
  </div>
983
983
 
984
984
  <div id="footer">
985
- Generated on Wed May 25 16:24:27 2022 by
985
+ Generated on Thu May 26 11:23:25 2022 by
986
986
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
987
987
  0.9.27 (ruby-3.0.1).
988
988
  </div>
@@ -513,7 +513,7 @@
513
513
  </div>
514
514
 
515
515
  <div id="footer">
516
- Generated on Wed May 25 16:24:28 2022 by
516
+ Generated on Thu May 26 11:23:26 2022 by
517
517
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
518
518
  0.9.27 (ruby-3.0.1).
519
519
  </div>
@@ -815,6 +815,28 @@
815
815
  <span class="summary_desc"><div class='inline'><p>Takes a multi-line string and formats it as an entry.</p>
816
816
  </div></span>
817
817
 
818
+ </li>
819
+
820
+
821
+ <li class="public ">
822
+ <span class="summary_signature">
823
+
824
+ <a href="#fuzzy_filter_args-instance_method" title="#fuzzy_filter_args (instance method)">#<strong>fuzzy_filter_args</strong>(query, case_type) &#x21d2; Object </a>
825
+
826
+
827
+
828
+ </span>
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+ <span class="summary_desc"><div class='inline'></div></span>
839
+
818
840
  </li>
819
841
 
820
842
 
@@ -3226,6 +3248,18 @@ overlapping time spans</p>
3226
3248
  </ul>
3227
3249
 
3228
3250
  </div>
3251
+ </div>
3252
+
3253
+ <div class="method_details ">
3254
+ <h3 class="signature " id="fuzzy_filter_args-instance_method">
3255
+
3256
+ #<strong>fuzzy_filter_args</strong>(query, case_type) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3257
+
3258
+
3259
+
3260
+
3261
+
3262
+ </h3>
3229
3263
  </div>
3230
3264
 
3231
3265
  <div class="method_details ">
@@ -5121,7 +5155,7 @@ json, or text)</p>
5121
5155
  </div>
5122
5156
 
5123
5157
  <div id="footer">
5124
- Generated on Wed May 25 16:24:27 2022 by
5158
+ Generated on Thu May 26 11:23:25 2022 by
5125
5159
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
5126
5160
  0.9.27 (ruby-3.0.1).
5127
5161
  </div>
data/docs/doc/Doing.html CHANGED
@@ -122,7 +122,7 @@ url: <a href="https://brettterpstra.com">https://brettterpstra.com</a></p>
122
122
  <dt id="VERSION-constant" class="">VERSION =
123
123
 
124
124
  </dt>
125
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.54</span><span class='tstring_end'>&#39;</span></span></pre></dd>
125
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.57</span><span class='tstring_end'>&#39;</span></span></pre></dd>
126
126
 
127
127
  </dl>
128
128
 
@@ -138,7 +138,7 @@ url: <a href="https://brettterpstra.com">https://brettterpstra.com</a></p>
138
138
  </div>
139
139
 
140
140
  <div id="footer">
141
- Generated on Wed May 25 16:24:27 2022 by
141
+ Generated on Thu May 26 11:23:25 2022 by
142
142
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
143
143
  0.9.27 (ruby-3.0.1).
144
144
  </div>
@@ -235,7 +235,7 @@ has content</p>
235
235
  </div>
236
236
 
237
237
  <div id="footer">
238
- Generated on Wed May 25 16:24:27 2022 by
238
+ Generated on Thu May 26 11:23:25 2022 by
239
239
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
240
240
  0.9.27 (ruby-3.0.1).
241
241
  </div>
@@ -175,7 +175,7 @@
175
175
  </div>
176
176
 
177
177
  <div id="footer">
178
- Generated on Wed May 25 16:24:28 2022 by
178
+ Generated on Thu May 26 11:23:26 2022 by
179
179
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
180
180
  0.9.27 (ruby-3.0.1).
181
181
  </div>
@@ -753,7 +753,7 @@
753
753
  </div>
754
754
 
755
755
  <div id="footer">
756
- Generated on Wed May 25 16:24:28 2022 by
756
+ Generated on Thu May 26 11:23:26 2022 by
757
757
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
758
758
  0.9.27 (ruby-3.0.1).
759
759
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Wed May 25 16:24:27 2022 by
110
+ Generated on Thu May 26 11:23:25 2022 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.27 (ruby-3.0.1).
113
113
  </div>
data/docs/doc/GLI.html CHANGED
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Wed May 25 16:24:27 2022 by
110
+ Generated on Thu May 26 11:23:25 2022 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.27 (ruby-3.0.1).
113
113
  </div>
data/docs/doc/Hash.html CHANGED
@@ -971,7 +971,7 @@ keys are symbols</p>
971
971
  </div>
972
972
 
973
973
  <div id="footer">
974
- Generated on Wed May 25 16:24:27 2022 by
974
+ Generated on Thu May 26 11:23:25 2022 by
975
975
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
976
976
  0.9.27 (ruby-3.0.1).
977
977
  </div>
@@ -214,7 +214,7 @@
214
214
  </div>
215
215
 
216
216
  <div id="footer">
217
- Generated on Wed May 25 16:24:27 2022 by
217
+ Generated on Thu May 26 11:23:25 2022 by
218
218
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
219
219
  0.9.27 (ruby-3.0.1).
220
220
  </div>
data/docs/doc/Object.html CHANGED
@@ -193,7 +193,7 @@ has content</p>
193
193
  </div>
194
194
 
195
195
  <div id="footer">
196
- Generated on Wed May 25 16:24:27 2022 by
196
+ Generated on Thu May 26 11:23:25 2022 by
197
197
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
198
  0.9.27 (ruby-3.0.1).
199
199
  </div>
@@ -162,7 +162,7 @@
162
162
  </div>
163
163
 
164
164
  <div id="footer">
165
- Generated on Wed May 25 16:24:27 2022 by
165
+ Generated on Thu May 26 11:23:25 2022 by
166
166
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
167
167
  0.9.27 (ruby-3.0.1).
168
168
  </div>
@@ -293,7 +293,7 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Wed May 25 16:24:28 2022 by
296
+ Generated on Thu May 26 11:23:26 2022 by
297
297
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
298
  0.9.27 (ruby-3.0.1).
299
299
  </div>