doing 2.1.41 → 2.1.42
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/bin/commands/again.rb +1 -3
- data/bin/commands/changes.rb +50 -34
- data/bin/commands/commands.rb +77 -52
- data/bin/commands/commands_accepting.rb +57 -53
- data/bin/commands/config.rb +2 -2
- data/bin/commands/finish.rb +94 -68
- data/bin/commands/flag.rb +5 -1
- data/bin/commands/now.rb +151 -107
- data/bin/commands/on.rb +7 -4
- data/bin/commands/undo.rb +4 -6
- data/docs/doc/Array.html +3 -2
- data/docs/doc/BooleanTermParser/Clause.html +1 -1
- data/docs/doc/BooleanTermParser/Operator.html +1 -1
- data/docs/doc/BooleanTermParser/Query.html +1 -1
- data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
- data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/ArrayNestedHash.html +1 -1
- data/docs/doc/Doing/ArrayTags.html +1 -1
- data/docs/doc/Doing/CSVExport.html +1 -1
- data/docs/doc/Doing/CalendarImport.html +1 -1
- data/docs/doc/Doing/Change.html +1 -1
- data/docs/doc/Doing/Changes.html +1 -1
- data/docs/doc/Doing/ChronifyArray.html +1 -1
- data/docs/doc/Doing/ChronifyNumeric.html +1 -1
- data/docs/doc/Doing/ChronifyString.html +1 -1
- data/docs/doc/Doing/Color.html +1 -1
- data/docs/doc/Doing/Completion/BashCompletions.html +1 -1
- data/docs/doc/Doing/Completion/FishCompletions.html +1 -1
- data/docs/doc/Doing/Completion/StringUtils.html +1 -1
- data/docs/doc/Doing/Completion/ZshCompletions.html +1 -1
- data/docs/doc/Doing/Completion.html +1 -1
- data/docs/doc/Doing/Configuration.html +3 -2
- data/docs/doc/Doing/DayOneRenderer.html +1 -1
- data/docs/doc/Doing/DayoneExport.html +1 -1
- data/docs/doc/Doing/DoingImport.html +1 -1
- data/docs/doc/Doing/Entry.html +1 -1
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
- data/docs/doc/Doing/Errors/HistoryLimitError.html +1 -1
- data/docs/doc/Doing/Errors/InvalidPlugin.html +1 -1
- data/docs/doc/Doing/Errors/MissingBackupFile.html +1 -1
- data/docs/doc/Doing/Errors/NoResults.html +1 -1
- data/docs/doc/Doing/Errors/PluginException.html +1 -1
- data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
- data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/HTMLExport.html +1 -1
- data/docs/doc/Doing/Hooks.html +1 -1
- data/docs/doc/Doing/Item.html +1 -1
- data/docs/doc/Doing/ItemDates.html +1 -1
- data/docs/doc/Doing/ItemQuery.html +1 -1
- data/docs/doc/Doing/ItemState.html +1 -1
- data/docs/doc/Doing/ItemTags.html +1 -1
- data/docs/doc/Doing/Items.html +2 -1
- data/docs/doc/Doing/JSONExport.html +1 -1
- data/docs/doc/Doing/Logger.html +1 -1
- data/docs/doc/Doing/MarkdownExport.html +1 -1
- data/docs/doc/Doing/Note.html +3 -2
- data/docs/doc/Doing/Pager.html +1 -1
- data/docs/doc/Doing/Plugins.html +181 -76
- data/docs/doc/Doing/Prompt.html +1 -1
- data/docs/doc/Doing/PromptChoose.html +1 -1
- data/docs/doc/Doing/PromptFZF.html +1 -1
- data/docs/doc/Doing/PromptInput.html +1 -1
- data/docs/doc/Doing/PromptSTD.html +1 -1
- data/docs/doc/Doing/PromptYN.html +1 -1
- data/docs/doc/Doing/Section.html +1 -1
- data/docs/doc/Doing/StringHighlight.html +1 -1
- data/docs/doc/Doing/StringNormalize.html +1 -1
- data/docs/doc/Doing/StringQuery.html +1 -1
- data/docs/doc/Doing/StringTags.html +1 -1
- data/docs/doc/Doing/StringTransform.html +35 -1
- data/docs/doc/Doing/StringTruncate.html +1 -1
- data/docs/doc/Doing/StringURL.html +1 -1
- data/docs/doc/Doing/SymbolNormalize.html +1 -1
- data/docs/doc/Doing/TaskPaperExport.html +1 -1
- data/docs/doc/Doing/TemplateExport.html +1 -1
- data/docs/doc/Doing/TemplateString.html +2 -2
- data/docs/doc/Doing/TimingImport.html +1 -1
- data/docs/doc/Doing/Types.html +1 -1
- data/docs/doc/Doing/Util/Backup.html +2 -156
- data/docs/doc/Doing/Util.html +66 -9
- data/docs/doc/Doing/Version.html +1 -1
- data/docs/doc/Doing/WWID.html +14 -1
- data/docs/doc/Doing.html +4 -4
- data/docs/doc/FalseClass.html +1 -1
- data/docs/doc/GLI/Commands/Help.html +1 -1
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/docs/doc/GLI/Commands.html +1 -1
- data/docs/doc/GLI.html +1 -1
- data/docs/doc/Hash.html +1 -1
- data/docs/doc/Numeric.html +1 -1
- data/docs/doc/Object.html +1 -1
- data/docs/doc/PhraseParser/Operator.html +1 -1
- data/docs/doc/PhraseParser/PhraseClause.html +1 -1
- data/docs/doc/PhraseParser/Query.html +1 -1
- data/docs/doc/PhraseParser/QueryParser.html +1 -1
- data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
- data/docs/doc/PhraseParser/TermClause.html +1 -1
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +1 -1
- data/docs/doc/String.html +2 -2
- data/docs/doc/Symbol.html +1 -1
- data/docs/doc/Time.html +1 -1
- data/docs/doc/TrueClass.html +1 -1
- data/docs/doc/_index.html +16 -9
- data/docs/doc/class_list.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +289 -281
- data/docs/doc/top-level-namespace.html +9 -1
- data/doing.rdoc +7 -7
- data/lib/doing/add_options.rb +8 -0
- data/lib/doing/array/array.rb +2 -0
- data/lib/doing/array/cleanup.rb +31 -0
- data/lib/doing/configuration.rb +7 -3
- data/lib/doing/note.rb +1 -1
- data/lib/doing/pager.rb +9 -3
- data/lib/doing/plugin_manager.rb +30 -5
- data/lib/doing/prompt/choose.rb +1 -1
- data/lib/doing/prompt/input.rb +1 -1
- data/lib/doing/string/transform.rb +6 -0
- data/lib/doing/util.rb +12 -6
- data/lib/doing/util_backup.rb +55 -48
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid/editor.rb +6 -3
- data/lib/doing/wwid/interactive.rb +10 -20
- data/lib/doing/wwid/modify.rb +2 -0
- data/lib/doing.rb +3 -3
- metadata +3 -2
data/docs/doc/Doing/Types.html
CHANGED
@@ -236,7 +236,7 @@
|
|
236
236
|
</div>
|
237
237
|
|
238
238
|
<div id="footer">
|
239
|
-
Generated on
|
239
|
+
Generated on Fri Mar 18 12:56:57 2022 by
|
240
240
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
241
241
|
0.9.27 (ruby-3.0.1).
|
242
242
|
</div>
|
@@ -126,51 +126,6 @@
|
|
126
126
|
<li class="public ">
|
127
127
|
<span class="summary_signature">
|
128
128
|
|
129
|
-
<a href="#clear_redo-instance_method" title="#clear_redo (instance method)">#<strong>clear_redo</strong>(filename) ⇒ Object </a>
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
</span>
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
<span class="summary_desc"><div class='inline'><p>Delete all redo files.</p>
|
144
|
-
</div></span>
|
145
|
-
|
146
|
-
</li>
|
147
|
-
|
148
|
-
|
149
|
-
<li class="public ">
|
150
|
-
<span class="summary_signature">
|
151
|
-
|
152
|
-
<a href="#clear_undone-instance_method" title="#clear_undone (instance method)">#<strong>clear_undone</strong>(filename = nil) ⇒ Object </a>
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
</span>
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
167
|
-
|
168
|
-
</li>
|
169
|
-
|
170
|
-
|
171
|
-
<li class="public ">
|
172
|
-
<span class="summary_signature">
|
173
|
-
|
174
129
|
<a href="#last_backup-instance_method" title="#last_backup (instance method)">#<strong>last_backup</strong>(filename = nil, count: 1) ⇒ String </a>
|
175
130
|
|
176
131
|
|
@@ -303,28 +258,6 @@
|
|
303
258
|
<span class="summary_desc"><div class='inline'><p>Select from recent undos.</p>
|
304
259
|
</div></span>
|
305
260
|
|
306
|
-
</li>
|
307
|
-
|
308
|
-
|
309
|
-
<li class="public ">
|
310
|
-
<span class="summary_signature">
|
311
|
-
|
312
|
-
<a href="#show_menu-instance_method" title="#show_menu (instance method)">#<strong>show_menu</strong>(options, filename) ⇒ Object </a>
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
</span>
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
327
|
-
|
328
261
|
</li>
|
329
262
|
|
330
263
|
|
@@ -372,60 +305,7 @@
|
|
372
305
|
|
373
306
|
|
374
307
|
<div class="method_details first">
|
375
|
-
<h3 class="signature first" id="
|
376
|
-
|
377
|
-
#<strong>clear_redo</strong>(filename) ⇒ <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
</h3><div class="docstring">
|
384
|
-
<div class="discussion">
|
385
|
-
<p>Delete all redo files</p>
|
386
|
-
|
387
|
-
|
388
|
-
</div>
|
389
|
-
</div>
|
390
|
-
<div class="tags">
|
391
|
-
<p class="tag_title">Parameters:</p>
|
392
|
-
<ul class="param">
|
393
|
-
|
394
|
-
<li>
|
395
|
-
|
396
|
-
<span class='name'>filename</span>
|
397
|
-
|
398
|
-
|
399
|
-
<span class='type'>(<tt><span class='object_link'><a href="../../String.html" title="String (class)">String</a></span></tt>)</span>
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
—
|
404
|
-
<div class='inline'><p>The filename</p>
|
405
|
-
</div>
|
406
|
-
|
407
|
-
</li>
|
408
|
-
|
409
|
-
</ul>
|
410
|
-
|
411
|
-
|
412
|
-
</div>
|
413
|
-
</div>
|
414
|
-
|
415
|
-
<div class="method_details ">
|
416
|
-
<h3 class="signature " id="clear_undone-instance_method">
|
417
|
-
|
418
|
-
#<strong>clear_undone</strong>(filename = nil) ⇒ <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
</h3>
|
425
|
-
</div>
|
426
|
-
|
427
|
-
<div class="method_details ">
|
428
|
-
<h3 class="signature " id="last_backup-instance_method">
|
308
|
+
<h3 class="signature first" id="last_backup-instance_method">
|
429
309
|
|
430
310
|
#<strong>last_backup</strong>(filename = nil, count: 1) ⇒ <tt><span class='object_link'><a href="../../String.html" title="String (class)">String</a></span></tt>
|
431
311
|
|
@@ -748,40 +628,6 @@ provided, only backups of that filename will be used.</p>
|
|
748
628
|
|
749
629
|
|
750
630
|
|
751
|
-
</li>
|
752
|
-
|
753
|
-
</ul>
|
754
|
-
|
755
|
-
</div>
|
756
|
-
</div>
|
757
|
-
|
758
|
-
<div class="method_details ">
|
759
|
-
<h3 class="signature " id="show_menu-instance_method">
|
760
|
-
|
761
|
-
#<strong>show_menu</strong>(options, filename) ⇒ <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
</h3><div class="docstring">
|
768
|
-
<div class="discussion">
|
769
|
-
|
770
|
-
|
771
|
-
</div>
|
772
|
-
</div>
|
773
|
-
<div class="tags">
|
774
|
-
|
775
|
-
<p class="tag_title">Raises:</p>
|
776
|
-
<ul class="raise">
|
777
|
-
|
778
|
-
<li>
|
779
|
-
|
780
|
-
|
781
|
-
<span class='type'>(<tt>UserCancelled</tt>)</span>
|
782
|
-
|
783
|
-
|
784
|
-
|
785
631
|
</li>
|
786
632
|
|
787
633
|
</ul>
|
@@ -838,7 +684,7 @@ in a hidden directory</p>
|
|
838
684
|
</div>
|
839
685
|
|
840
686
|
<div id="footer">
|
841
|
-
Generated on
|
687
|
+
Generated on Fri Mar 18 12:56:57 2022 by
|
842
688
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
843
689
|
0.9.27 (ruby-3.0.1).
|
844
690
|
</div>
|
data/docs/doc/Doing/Util.html
CHANGED
@@ -169,7 +169,7 @@
|
|
169
169
|
|
170
170
|
|
171
171
|
|
172
|
-
<span class="summary_desc"><div class='inline'><p>Non-destructive version of deep_merge_hashes
|
172
|
+
<span class="summary_desc"><div class='inline'><p>Non-destructive version of deep_merge_hashes!.</p>
|
173
173
|
</div></span>
|
174
174
|
|
175
175
|
</li>
|
@@ -178,7 +178,7 @@
|
|
178
178
|
<li class="public ">
|
179
179
|
<span class="summary_signature">
|
180
180
|
|
181
|
-
<a href="#deep_merge_hashes!-instance_method" title="#deep_merge_hashes! (instance method)">#<strong>deep_merge_hashes!</strong>(target, overwrite) ⇒
|
181
|
+
<a href="#deep_merge_hashes!-instance_method" title="#deep_merge_hashes! (instance method)">#<strong>deep_merge_hashes!</strong>(target, overwrite) ⇒ Hash </a>
|
182
182
|
|
183
183
|
|
184
184
|
|
@@ -519,8 +519,7 @@
|
|
519
519
|
|
520
520
|
</h3><div class="docstring">
|
521
521
|
<div class="discussion">
|
522
|
-
<p>Non-destructive version of deep_merge_hashes
|
523
|
-
method.</p>
|
522
|
+
<p>Non-destructive version of deep_merge_hashes!</p>
|
524
523
|
|
525
524
|
|
526
525
|
</div>
|
@@ -579,13 +578,20 @@ method.</p>
|
|
579
578
|
|
580
579
|
</ul>
|
581
580
|
|
581
|
+
<p class="tag_title">See Also:</p>
|
582
|
+
<ul class="see">
|
583
|
+
|
584
|
+
<li>{deep_merge_hashes!}</li>
|
585
|
+
|
586
|
+
</ul>
|
587
|
+
|
582
588
|
</div>
|
583
589
|
</div>
|
584
590
|
|
585
591
|
<div class="method_details ">
|
586
592
|
<h3 class="signature " id="deep_merge_hashes!-instance_method">
|
587
593
|
|
588
|
-
#<strong>deep_merge_hashes!</strong>(target, overwrite) ⇒ <tt><span class='object_link'><a href="../
|
594
|
+
#<strong>deep_merge_hashes!</strong>(target, overwrite) ⇒ <tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>
|
589
595
|
|
590
596
|
|
591
597
|
|
@@ -595,9 +601,6 @@ method.</p>
|
|
595
601
|
<div class="discussion">
|
596
602
|
<p>Merges a master hash with another hash, recursively.</p>
|
597
603
|
|
598
|
-
<p>master_hash - the "parent" hash whose values will be overridden
|
599
|
-
other_hash - the other hash whose values will be persisted after the merge</p>
|
600
|
-
|
601
604
|
<p>This code was lovingly stolen from some random gem:
|
602
605
|
<a href="http://gemjack.com/gems/tartan-0.1.1/classes/Hash.html">http://gemjack.com/gems/tartan-0.1.1/classes/Hash.html</a></p>
|
603
606
|
|
@@ -607,7 +610,61 @@ other_hash - the other hash whose values will be persisted after the merge</p>
|
|
607
610
|
</div>
|
608
611
|
</div>
|
609
612
|
<div class="tags">
|
613
|
+
<p class="tag_title">Parameters:</p>
|
614
|
+
<ul class="param">
|
615
|
+
|
616
|
+
<li>
|
617
|
+
|
618
|
+
<span class='name'>target</span>
|
619
|
+
|
620
|
+
|
621
|
+
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
622
|
+
|
623
|
+
|
624
|
+
|
625
|
+
—
|
626
|
+
<div class='inline'><p>the "parent" hash whose
|
627
|
+
values will be overridden</p>
|
628
|
+
</div>
|
629
|
+
|
630
|
+
</li>
|
631
|
+
|
632
|
+
<li>
|
633
|
+
|
634
|
+
<span class='name'>overwrite</span>
|
635
|
+
|
636
|
+
|
637
|
+
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
638
|
+
|
639
|
+
|
640
|
+
|
641
|
+
—
|
642
|
+
<div class='inline'><p>the other hash whose
|
643
|
+
values will be persisted after
|
644
|
+
the merge</p>
|
645
|
+
</div>
|
646
|
+
|
647
|
+
</li>
|
610
648
|
|
649
|
+
</ul>
|
650
|
+
|
651
|
+
<p class="tag_title">Returns:</p>
|
652
|
+
<ul class="return">
|
653
|
+
|
654
|
+
<li>
|
655
|
+
|
656
|
+
|
657
|
+
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
658
|
+
|
659
|
+
|
660
|
+
|
661
|
+
—
|
662
|
+
<div class='inline'><p>merged hashes</p>
|
663
|
+
</div>
|
664
|
+
|
665
|
+
</li>
|
666
|
+
|
667
|
+
</ul>
|
611
668
|
|
612
669
|
</div>
|
613
670
|
</div>
|
@@ -925,7 +982,7 @@ other_hash - the other hash whose values will be persisted after the merge</p>
|
|
925
982
|
</div>
|
926
983
|
|
927
984
|
<div id="footer">
|
928
|
-
Generated on
|
985
|
+
Generated on Fri Mar 18 12:56:57 2022 by
|
929
986
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
930
987
|
0.9.27 (ruby-3.0.1).
|
931
988
|
</div>
|
data/docs/doc/Doing/Version.html
CHANGED
@@ -513,7 +513,7 @@
|
|
513
513
|
</div>
|
514
514
|
|
515
515
|
<div id="footer">
|
516
|
-
Generated on
|
516
|
+
Generated on Fri Mar 18 12:56:58 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>
|
data/docs/doc/Doing/WWID.html
CHANGED
@@ -2768,6 +2768,19 @@ overlapping time spans</p>
|
|
2768
2768
|
|
2769
2769
|
</ul>
|
2770
2770
|
|
2771
|
+
<p class="tag_title">Raises:</p>
|
2772
|
+
<ul class="raise">
|
2773
|
+
|
2774
|
+
<li>
|
2775
|
+
|
2776
|
+
|
2777
|
+
<span class='type'>(<tt>UserCancelled</tt>)</span>
|
2778
|
+
|
2779
|
+
|
2780
|
+
|
2781
|
+
</li>
|
2782
|
+
|
2783
|
+
</ul>
|
2771
2784
|
|
2772
2785
|
</div>
|
2773
2786
|
</div>
|
@@ -5040,7 +5053,7 @@ json, or text)</p>
|
|
5040
5053
|
</div>
|
5041
5054
|
|
5042
5055
|
<div id="footer">
|
5043
|
-
Generated on
|
5056
|
+
Generated on Fri Mar 18 12:56:58 2022 by
|
5044
5057
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
5045
5058
|
0.9.27 (ruby-3.0.1).
|
5046
5059
|
</div>
|
data/docs/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/good.rb,<br /> lib/doing/hash.rb,<br /> lib/doing/note.rb,<br /> lib/doing/time.rb,<br /> lib/doing/util.rb,<br /> lib/doing/hooks.rb,<br /> lib/doing/pager.rb,<br /> lib/doing/types.rb,<br /> lib/doing/errors.rb,<br /> lib/doing/logger.rb,<br /> lib/doing/section.rb,<br /> lib/doing/version.rb,<br /> lib/doing/item/item.rb,<br /> lib/doing/item/tags.rb,<br /> lib/doing/normalize.rb,<br /> lib/doing/prompt/yn.rb,<br /> lib/doing/wwid/tags.rb,<br /> lib/doing/wwid/wwid.rb,<br /> lib/doing/array/tags.rb,<br /> lib/doing/completion.rb,<br /> lib/doing/item/dates.rb,<br /> lib/doing/item/query.rb,<br /> lib/doing/item/state.rb,<br /> lib/doing/items/util.rb,<br /> lib/doing/prompt/fzf.rb,<br /> lib/doing/prompt/std.rb,<br /> lib/doing/string/url.rb,<br /> lib/doing/wwid/guess.rb,<br /> lib/doing/array/array.rb,<br /> lib/doing/items/items.rb,<br /> lib/doing/string/tags.rb,<br /> lib/doing/util_backup.rb,<br /> lib/doing/wwid/editor.rb,<br /> lib/doing/wwid/filter.rb,<br /> lib/doing/wwid/modify.rb,<br /> lib/doing/wwid/timers.rb,<br /> lib/doing/items/filter.rb,<br /> lib/doing/items/modify.rb,<br /> lib/doing/prompt/input.rb,<br /> lib/doing/string/query.rb,<br /> lib/doing/wwid/display.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/prompt/choose.rb,<br /> lib/doing/prompt/prompt.rb,<br /> lib/doing/wwid/wwidutil.rb,<br /> lib/doing/chronify/array.rb,<br /> lib/doing/items/sections.rb,<br /> lib/doing/plugin_manager.rb,<br /> lib/doing/wwid/filetools.rb,<br /> lib/doing/changelog/entry.rb,<br /> lib/doing/chronify/string.rb,<br /> lib/doing/string/truncate.rb,<br /> lib/doing/template_string.rb,<br /> lib/doing/changelog/change.rb,<br /> lib/doing/chronify/numeric.rb,<br /> lib/doing/string/highlight.rb,<br /> lib/doing/string/transform.rb,<br /> lib/doing/wwid/interactive.rb,<br /> lib/doing/array/nested_hash.rb,<br /> lib/doing/changelog/changes.rb,<br /> lib/doing/changelog/version.rb,<br /> lib/doing/completion/zsh_completion.rb,<br /> lib/doing/plugins/export/csv_export.rb,<br /> lib/doing/completion/bash_completion.rb,<br /> lib/doing/completion/fish_completion.rb,<br /> lib/doing/plugins/export/html_export.rb,<br /> lib/doing/plugins/export/json_export.rb,<br /> lib/doing/plugins/import/doing_import.rb,<br /> lib/doing/completion/completion_string.rb,<br /> lib/doing/plugins/export/dayone_export.rb,<br /> lib/doing/plugins/import/timing_import.rb,<br /> lib/doing/plugins/export/markdown_export.rb,<br /> lib/doing/plugins/export/template_export.rb,<br /> lib/doing/plugins/import/calendar_import.rb,<br /> lib/doing/plugins/export/taskpaper_export.rb</span>
|
82
|
+
lib/doing/good.rb,<br /> lib/doing/hash.rb,<br /> lib/doing/note.rb,<br /> lib/doing/time.rb,<br /> lib/doing/util.rb,<br /> lib/doing/hooks.rb,<br /> lib/doing/pager.rb,<br /> lib/doing/types.rb,<br /> lib/doing/errors.rb,<br /> lib/doing/logger.rb,<br /> lib/doing/section.rb,<br /> lib/doing/version.rb,<br /> lib/doing/item/item.rb,<br /> lib/doing/item/tags.rb,<br /> lib/doing/normalize.rb,<br /> lib/doing/prompt/yn.rb,<br /> lib/doing/wwid/tags.rb,<br /> lib/doing/wwid/wwid.rb,<br /> lib/doing/array/tags.rb,<br /> lib/doing/completion.rb,<br /> lib/doing/item/dates.rb,<br /> lib/doing/item/query.rb,<br /> lib/doing/item/state.rb,<br /> lib/doing/items/util.rb,<br /> lib/doing/prompt/fzf.rb,<br /> lib/doing/prompt/std.rb,<br /> lib/doing/string/url.rb,<br /> lib/doing/wwid/guess.rb,<br /> lib/doing/array/array.rb,<br /> lib/doing/items/items.rb,<br /> lib/doing/string/tags.rb,<br /> lib/doing/util_backup.rb,<br /> lib/doing/wwid/editor.rb,<br /> lib/doing/wwid/filter.rb,<br /> lib/doing/wwid/modify.rb,<br /> lib/doing/wwid/timers.rb,<br /> lib/doing/items/filter.rb,<br /> lib/doing/items/modify.rb,<br /> lib/doing/prompt/input.rb,<br /> lib/doing/string/query.rb,<br /> lib/doing/wwid/display.rb,<br /> lib/doing/array/cleanup.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/prompt/choose.rb,<br /> lib/doing/prompt/prompt.rb,<br /> lib/doing/wwid/wwidutil.rb,<br /> lib/doing/chronify/array.rb,<br /> lib/doing/items/sections.rb,<br /> lib/doing/plugin_manager.rb,<br /> lib/doing/wwid/filetools.rb,<br /> lib/doing/changelog/entry.rb,<br /> lib/doing/chronify/string.rb,<br /> lib/doing/string/truncate.rb,<br /> lib/doing/template_string.rb,<br /> lib/doing/changelog/change.rb,<br /> lib/doing/chronify/numeric.rb,<br /> lib/doing/string/highlight.rb,<br /> lib/doing/string/transform.rb,<br /> lib/doing/wwid/interactive.rb,<br /> lib/doing/array/nested_hash.rb,<br /> lib/doing/changelog/changes.rb,<br /> lib/doing/changelog/version.rb,<br /> lib/doing/completion/zsh_completion.rb,<br /> lib/doing/plugins/export/csv_export.rb,<br /> lib/doing/completion/bash_completion.rb,<br /> lib/doing/completion/fish_completion.rb,<br /> lib/doing/plugins/export/html_export.rb,<br /> lib/doing/plugins/export/json_export.rb,<br /> lib/doing/plugins/import/doing_import.rb,<br /> lib/doing/completion/completion_string.rb,<br /> lib/doing/plugins/export/dayone_export.rb,<br /> lib/doing/plugins/import/timing_import.rb,<br /> lib/doing/plugins/export/markdown_export.rb,<br /> lib/doing/plugins/export/template_export.rb,<br /> lib/doing/plugins/import/calendar_import.rb,<br /> lib/doing/plugins/export/taskpaper_export.rb</span>
|
83
83
|
</dd>
|
84
84
|
</dl>
|
85
85
|
|
@@ -102,7 +102,7 @@ url: <a href="https://brettterpstra.com">https://brettterpstra.com</a></p>
|
|
102
102
|
<p class="children">
|
103
103
|
|
104
104
|
|
105
|
-
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Doing/ArrayNestedHash.html" title="Doing::ArrayNestedHash (module)">ArrayNestedHash</a></span>, <span class='object_link'><a href="Doing/ArrayTags.html" title="Doing::ArrayTags (module)">ArrayTags</a></span>, <span class='object_link'><a href="Doing/ChronifyArray.html" title="Doing::ChronifyArray (module)">ChronifyArray</a></span>, <span class='object_link'><a href="Doing/ChronifyNumeric.html" title="Doing::ChronifyNumeric (module)">ChronifyNumeric</a></span>, <span class='object_link'><a href="Doing/ChronifyString.html" title="Doing::ChronifyString (module)">ChronifyString</a></span>, <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/ItemDates.html" title="Doing::ItemDates (module)">ItemDates</a></span>, <span class='object_link'><a href="Doing/ItemQuery.html" title="Doing::ItemQuery (module)">ItemQuery</a></span>, <span class='object_link'><a href="Doing/ItemState.html" title="Doing::ItemState (module)">ItemState</a></span>, <span class='object_link'><a href="Doing/ItemTags.html" title="Doing::ItemTags (module)">ItemTags</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/PromptChoose.html" title="Doing::PromptChoose (module)">PromptChoose</a></span>, <span class='object_link'><a href="Doing/PromptFZF.html" title="Doing::PromptFZF (module)">PromptFZF</a></span>, <span class='object_link'><a href="Doing/PromptInput.html" title="Doing::PromptInput (module)">PromptInput</a></span>, <span class='object_link'><a href="Doing/PromptSTD.html" title="Doing::PromptSTD (module)">PromptSTD</a></span>, <span class='object_link'><a href="Doing/PromptYN.html" title="Doing::PromptYN (module)">PromptYN</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html" title="Doing::StringHighlight (module)">StringHighlight</a></span>, <span class='object_link'><a href="Doing/StringNormalize.html" title="Doing::StringNormalize (module)">StringNormalize</a></span>, <span class='object_link'><a href="Doing/StringQuery.html" title="Doing::StringQuery (module)">StringQuery</a></span>, <span class='object_link'><a href="Doing/StringTags.html" title="Doing::StringTags (module)">StringTags</a></span>, <span class='object_link'><a href="Doing/StringTransform.html" title="Doing::StringTransform (module)">StringTransform</a></span>, <span class='object_link'><a href="Doing/StringTruncate.html" title="Doing::StringTruncate (module)">StringTruncate</a></span>, <span class='object_link'><a href="Doing/StringURL.html" title="Doing::StringURL (module)">StringURL</a></span>, <span class='object_link'><a href="Doing/SymbolNormalize.html" title="Doing::SymbolNormalize (module)">SymbolNormalize</a></span>, <span class='object_link'><a href="Doing/Types.html" title="Doing::Types (module)">Types</a></span>, <span class='object_link'><a href="Doing/Util.html" title="Doing::Util (module)">Util</a></span>
|
105
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Doing/ArrayCleanup.html" title="Doing::ArrayCleanup (module)">ArrayCleanup</a></span>, <span class='object_link'><a href="Doing/ArrayNestedHash.html" title="Doing::ArrayNestedHash (module)">ArrayNestedHash</a></span>, <span class='object_link'><a href="Doing/ArrayTags.html" title="Doing::ArrayTags (module)">ArrayTags</a></span>, <span class='object_link'><a href="Doing/ChronifyArray.html" title="Doing::ChronifyArray (module)">ChronifyArray</a></span>, <span class='object_link'><a href="Doing/ChronifyNumeric.html" title="Doing::ChronifyNumeric (module)">ChronifyNumeric</a></span>, <span class='object_link'><a href="Doing/ChronifyString.html" title="Doing::ChronifyString (module)">ChronifyString</a></span>, <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/ItemDates.html" title="Doing::ItemDates (module)">ItemDates</a></span>, <span class='object_link'><a href="Doing/ItemQuery.html" title="Doing::ItemQuery (module)">ItemQuery</a></span>, <span class='object_link'><a href="Doing/ItemState.html" title="Doing::ItemState (module)">ItemState</a></span>, <span class='object_link'><a href="Doing/ItemTags.html" title="Doing::ItemTags (module)">ItemTags</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/PromptChoose.html" title="Doing::PromptChoose (module)">PromptChoose</a></span>, <span class='object_link'><a href="Doing/PromptFZF.html" title="Doing::PromptFZF (module)">PromptFZF</a></span>, <span class='object_link'><a href="Doing/PromptInput.html" title="Doing::PromptInput (module)">PromptInput</a></span>, <span class='object_link'><a href="Doing/PromptSTD.html" title="Doing::PromptSTD (module)">PromptSTD</a></span>, <span class='object_link'><a href="Doing/PromptYN.html" title="Doing::PromptYN (module)">PromptYN</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html" title="Doing::StringHighlight (module)">StringHighlight</a></span>, <span class='object_link'><a href="Doing/StringNormalize.html" title="Doing::StringNormalize (module)">StringNormalize</a></span>, <span class='object_link'><a href="Doing/StringQuery.html" title="Doing::StringQuery (module)">StringQuery</a></span>, <span class='object_link'><a href="Doing/StringTags.html" title="Doing::StringTags (module)">StringTags</a></span>, <span class='object_link'><a href="Doing/StringTransform.html" title="Doing::StringTransform (module)">StringTransform</a></span>, <span class='object_link'><a href="Doing/StringTruncate.html" title="Doing::StringTruncate (module)">StringTruncate</a></span>, <span class='object_link'><a href="Doing/StringURL.html" title="Doing::StringURL (module)">StringURL</a></span>, <span class='object_link'><a href="Doing/SymbolNormalize.html" title="Doing::SymbolNormalize (module)">SymbolNormalize</a></span>, <span class='object_link'><a href="Doing/Types.html" title="Doing::Types (module)">Types</a></span>, <span class='object_link'><a href="Doing/Util.html" title="Doing::Util (module)">Util</a></span>
|
106
106
|
|
107
107
|
|
108
108
|
|
@@ -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'>'</span><span class='tstring_content'>2.1.
|
125
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>2.1.42</span><span class='tstring_end'>'</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
|
141
|
+
Generated on Fri Mar 18 12:56:57 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>
|
data/docs/doc/FalseClass.html
CHANGED
@@ -225,7 +225,7 @@ has content</p>
|
|
225
225
|
</div>
|
226
226
|
|
227
227
|
<div id="footer">
|
228
|
-
Generated on
|
228
|
+
Generated on Fri Mar 18 12:56:58 2022 by
|
229
229
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
230
230
|
0.9.27 (ruby-3.0.1).
|
231
231
|
</div>
|
@@ -175,7 +175,7 @@
|
|
175
175
|
</div>
|
176
176
|
|
177
177
|
<div id="footer">
|
178
|
-
Generated on
|
178
|
+
Generated on Fri Mar 18 12:56:58 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
|
756
|
+
Generated on Fri Mar 18 12:56:58 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>
|
data/docs/doc/GLI/Commands.html
CHANGED
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on
|
110
|
+
Generated on Fri Mar 18 12:56:58 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
|
110
|
+
Generated on Fri Mar 18 12:56:58 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
@@ -516,7 +516,7 @@
|
|
516
516
|
</div>
|
517
517
|
|
518
518
|
<div id="footer">
|
519
|
-
Generated on
|
519
|
+
Generated on Fri Mar 18 12:56:58 2022 by
|
520
520
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
521
521
|
0.9.27 (ruby-3.0.1).
|
522
522
|
</div>
|
data/docs/doc/Numeric.html
CHANGED
@@ -214,7 +214,7 @@
|
|
214
214
|
</div>
|
215
215
|
|
216
216
|
<div id="footer">
|
217
|
-
Generated on
|
217
|
+
Generated on Fri Mar 18 12:56:58 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
|
196
|
+
Generated on Fri Mar 18 12:56:58 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
|
165
|
+
Generated on Fri Mar 18 12:56:58 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
|
296
|
+
Generated on Fri Mar 18 12:56:58 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>
|
@@ -485,7 +485,7 @@
|
|
485
485
|
</div>
|
486
486
|
|
487
487
|
<div id="footer">
|
488
|
-
Generated on
|
488
|
+
Generated on Fri Mar 18 12:56:58 2022 by
|
489
489
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
490
490
|
0.9.27 (ruby-3.0.1).
|
491
491
|
</div>
|
@@ -126,7 +126,7 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
|
|
126
126
|
</div>
|
127
127
|
|
128
128
|
<div id="footer">
|
129
|
-
Generated on
|
129
|
+
Generated on Fri Mar 18 12:56:58 2022 by
|
130
130
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
131
131
|
0.9.27 (ruby-3.0.1).
|
132
132
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
117
|
+
Generated on Fri Mar 18 12:56:58 2022 by
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.27 (ruby-3.0.1).
|
120
120
|
</div>
|
@@ -283,7 +283,7 @@
|
|
283
283
|
</div>
|
284
284
|
|
285
285
|
<div id="footer">
|
286
|
-
Generated on
|
286
|
+
Generated on Fri Mar 18 12:56:58 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>
|
data/docs/doc/PhraseParser.html
CHANGED
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Fri Mar 18 12:56:58 2022 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.9.27 (ruby-3.0.1).
|
111
111
|
</div>
|
data/docs/doc/Status.html
CHANGED
@@ -316,7 +316,7 @@
|
|
316
316
|
</div>
|
317
317
|
|
318
318
|
<div id="footer">
|
319
|
-
Generated on
|
319
|
+
Generated on Fri Mar 18 12:56:57 2022 by
|
320
320
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
321
321
|
0.9.27 (ruby-3.0.1).
|
322
322
|
</div>
|
data/docs/doc/String.html
CHANGED
@@ -312,7 +312,7 @@
|
|
312
312
|
|
313
313
|
|
314
314
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Doing/StringTransform.html" title="Doing::StringTransform (module)">Doing::StringTransform</a></span></h3>
|
315
|
-
<p class="inherited"><span class='object_link'><a href="Doing/StringTransform.html#cap_first-instance_method" title="Doing::StringTransform#cap_first (method)">#cap_first</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#compress-instance_method" title="Doing::StringTransform#compress (method)">#compress</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#compress!-instance_method" title="Doing::StringTransform#compress! (method)">#compress!</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#set_type-instance_method" title="Doing::StringTransform#set_type (method)">#set_type</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#simple_wrap-instance_method" title="Doing::StringTransform#simple_wrap (method)">#simple_wrap</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#to_p-instance_method" title="Doing::StringTransform#to_p (method)">#to_p</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#wrap-instance_method" title="Doing::StringTransform#wrap (method)">#wrap</a></span></p>
|
315
|
+
<p class="inherited"><span class='object_link'><a href="Doing/StringTransform.html#cap_first-instance_method" title="Doing::StringTransform#cap_first (method)">#cap_first</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#compress-instance_method" title="Doing::StringTransform#compress (method)">#compress</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#compress!-instance_method" title="Doing::StringTransform#compress! (method)">#compress!</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#set_type-instance_method" title="Doing::StringTransform#set_type (method)">#set_type</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#simple_wrap-instance_method" title="Doing::StringTransform#simple_wrap (method)">#simple_wrap</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#titlecase-instance_method" title="Doing::StringTransform#titlecase (method)">#titlecase</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#to_p-instance_method" title="Doing::StringTransform#to_p (method)">#to_p</a></span>, <span class='object_link'><a href="Doing/StringTransform.html#wrap-instance_method" title="Doing::StringTransform#wrap (method)">#wrap</a></span></p>
|
316
316
|
|
317
317
|
|
318
318
|
|
@@ -554,7 +554,7 @@ be recognized, e.g. %greensomething still finds
|
|
554
554
|
</div>
|
555
555
|
|
556
556
|
<div id="footer">
|
557
|
-
Generated on
|
557
|
+
Generated on Fri Mar 18 12:56:58 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>
|
data/docs/doc/Symbol.html
CHANGED
@@ -127,7 +127,7 @@
|
|
127
127
|
</div>
|
128
128
|
|
129
129
|
<div id="footer">
|
130
|
-
Generated on
|
130
|
+
Generated on Fri Mar 18 12:56:58 2022 by
|
131
131
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
132
132
|
0.9.27 (ruby-3.0.1).
|
133
133
|
</div>
|