doing 2.1.42 → 2.1.45
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +53 -0
- data/Gemfile.lock +4 -4
- data/README.md +1 -1
- data/bin/commands/changes.rb +11 -1
- data/bin/commands/flag.rb +1 -1
- data/bin/commands/grep.rb +12 -2
- data/bin/commands/last.rb +2 -0
- data/bin/commands/on.rb +13 -1
- data/bin/commands/recent.rb +4 -1
- data/bin/commands/show.rb +8 -0
- data/bin/commands/since.rb +6 -2
- data/bin/commands/template.rb +14 -25
- data/bin/commands/today.rb +4 -1
- data/bin/commands/view.rb +36 -73
- data/bin/commands/views.rb +102 -5
- data/bin/commands/yesterday.rb +3 -1
- data/bin/doing +31 -4
- data/docs/doc/Array.html +12 -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/ArrayCleanup.html +316 -0
- 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 +74 -3
- data/docs/doc/Doing/Changes.html +3 -3
- 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 +80 -1
- 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 +109 -4
- 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 +1 -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 +1 -1
- data/docs/doc/Doing/Pager.html +1 -1
- data/docs/doc/Doing/Plugins.html +1 -1
- 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 +35 -1
- data/docs/doc/Doing/StringQuery.html +1 -1
- data/docs/doc/Doing/StringTags.html +1 -1
- data/docs/doc/Doing/StringTransform.html +1 -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 +23 -18
- data/docs/doc/Doing/Util/Backup.html +1 -1
- data/docs/doc/Doing/Util.html +1 -1
- data/docs/doc/Doing/Version.html +1 -1
- data/docs/doc/Doing/WWID.html +71 -3
- data/docs/doc/Doing.html +2 -2
- data/docs/doc/FalseClass.html +11 -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 +461 -6
- 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 +4 -4
- data/docs/doc/Symbol.html +1 -1
- data/docs/doc/Time.html +68 -3
- data/docs/doc/TrueClass.html +11 -1
- data/docs/doc/_index.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +511 -407
- data/docs/doc/top-level-namespace.html +3 -1
- data/doing.rdoc +163 -7
- data/lib/completion/_doing.zsh +13 -13
- data/lib/completion/doing.bash +22 -22
- data/lib/completion/doing.fish +24 -1
- data/lib/doing/add_options.rb +40 -1
- data/lib/doing/changelog/change.rb +13 -5
- data/lib/doing/changelog/changes.rb +11 -2
- data/lib/doing/changelog/entry.rb +9 -2
- data/lib/doing/configuration.rb +21 -0
- data/lib/doing/good.rb +18 -1
- data/lib/doing/hash.rb +126 -22
- data/lib/doing/normalize.rb +13 -0
- data/lib/doing/pager.rb +1 -1
- data/lib/doing/types.rb +9 -8
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid/display.rb +4 -1
- data/lib/doing/wwid/filter.rb +6 -3
- data/lib/doing/wwid/wwid.rb +21 -3
- data/lib/doing.rb +9 -0
- metadata +3 -2
data/docs/doc/Doing/Changes.html
CHANGED
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
<li class="public ">
|
|
189
189
|
<span class="summary_signature">
|
|
190
190
|
|
|
191
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(lookup: nil, search: nil, changes: false, sort: :desc) ⇒ Changes </a>
|
|
191
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(lookup: nil, search: nil, changes: false, sort: :desc, prefix: false, only: %i[changed new improved fixed]) ⇒ Changes </a>
|
|
192
192
|
|
|
193
193
|
|
|
194
194
|
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
<div class="method_details first">
|
|
308
308
|
<h3 class="signature first" id="initialize-instance_method">
|
|
309
309
|
|
|
310
|
-
#<strong>initialize</strong>(lookup: nil, search: nil, changes: false, sort: :desc) ⇒ <tt><span class='object_link'><a href="" title="Doing::Changes (class)">Changes</a></span></tt>
|
|
310
|
+
#<strong>initialize</strong>(lookup: nil, search: nil, changes: false, sort: :desc, prefix: false, only: %i[changed new improved fixed]) ⇒ <tt><span class='object_link'><a href="" title="Doing::Changes (class)">Changes</a></span></tt>
|
|
311
311
|
|
|
312
312
|
|
|
313
313
|
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
</div>
|
|
459
459
|
|
|
460
460
|
<div id="footer">
|
|
461
|
-
Generated on
|
|
461
|
+
Generated on Tue Mar 22 10:06:17 2022 by
|
|
462
462
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
463
463
|
0.9.27 (ruby-3.0.1).
|
|
464
464
|
</div>
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
</div>
|
|
338
338
|
|
|
339
339
|
<div id="footer">
|
|
340
|
-
Generated on
|
|
340
|
+
Generated on Tue Mar 22 10:06:16 2022 by
|
|
341
341
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
342
342
|
0.9.27 (ruby-3.0.1).
|
|
343
343
|
</div>
|
|
@@ -261,7 +261,7 @@ hours into days</p>
|
|
|
261
261
|
</div>
|
|
262
262
|
|
|
263
263
|
<div id="footer">
|
|
264
|
-
Generated on
|
|
264
|
+
Generated on Tue Mar 22 10:06:16 2022 by
|
|
265
265
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
266
266
|
0.9.27 (ruby-3.0.1).
|
|
267
267
|
</div>
|
|
@@ -672,7 +672,7 @@ array</p>
|
|
|
672
672
|
</div>
|
|
673
673
|
|
|
674
674
|
<div id="footer">
|
|
675
|
-
Generated on
|
|
675
|
+
Generated on Tue Mar 22 10:06:16 2022 by
|
|
676
676
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
677
677
|
0.9.27 (ruby-3.0.1).
|
|
678
678
|
</div>
|
data/docs/doc/Doing/Color.html
CHANGED
|
@@ -664,7 +664,7 @@ ANSI-sequences are stripped from the string.</p>
|
|
|
664
664
|
</div>
|
|
665
665
|
|
|
666
666
|
<div id="footer">
|
|
667
|
-
Generated on
|
|
667
|
+
Generated on Tue Mar 22 10:06:15 2022 by
|
|
668
668
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
669
669
|
0.9.27 (ruby-3.0.1).
|
|
670
670
|
</div>
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
</div>
|
|
436
436
|
|
|
437
437
|
<div id="footer">
|
|
438
|
-
Generated on
|
|
438
|
+
Generated on Tue Mar 22 10:06:17 2022 by
|
|
439
439
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
440
440
|
0.9.27 (ruby-3.0.1).
|
|
441
441
|
</div>
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
</div>
|
|
436
436
|
|
|
437
437
|
<div id="footer">
|
|
438
|
-
Generated on
|
|
438
|
+
Generated on Tue Mar 22 10:06:17 2022 by
|
|
439
439
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
440
440
|
0.9.27 (ruby-3.0.1).
|
|
441
441
|
</div>
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
</div>
|
|
220
220
|
|
|
221
221
|
<div id="footer">
|
|
222
|
-
Generated on
|
|
222
|
+
Generated on Tue Mar 22 10:06:16 2022 by
|
|
223
223
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
224
224
|
0.9.27 (ruby-3.0.1).
|
|
225
225
|
</div>
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
</div>
|
|
436
436
|
|
|
437
437
|
<div id="footer">
|
|
438
|
-
Generated on
|
|
438
|
+
Generated on Tue Mar 22 10:06:17 2022 by
|
|
439
439
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
440
440
|
0.9.27 (ruby-3.0.1).
|
|
441
441
|
</div>
|
|
@@ -540,7 +540,7 @@ stdout</p>
|
|
|
540
540
|
</div>
|
|
541
541
|
|
|
542
542
|
<div id="footer">
|
|
543
|
-
Generated on
|
|
543
|
+
Generated on Tue Mar 22 10:06:15 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>
|
|
@@ -573,6 +573,29 @@
|
|
|
573
573
|
<span class="summary_desc"><div class='inline'><p>Resolve a fuzzy-matched key path.</p>
|
|
574
574
|
</div></span>
|
|
575
575
|
|
|
576
|
+
</li>
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
<li class="public ">
|
|
580
|
+
<span class="summary_signature">
|
|
581
|
+
|
|
582
|
+
<a href="#save_view-instance_method" title="#save_view (instance method)">#<strong>save_view</strong>(view, title) ⇒ Object </a>
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
</span>
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
<span class="summary_desc"><div class='inline'><p>Save a set of options to the <code>views</code> configuration.</p>
|
|
597
|
+
</div></span>
|
|
598
|
+
|
|
576
599
|
</li>
|
|
577
600
|
|
|
578
601
|
|
|
@@ -1046,6 +1069,62 @@ matched, first match wins)</p>
|
|
|
1046
1069
|
|
|
1047
1070
|
</ul>
|
|
1048
1071
|
|
|
1072
|
+
</div>
|
|
1073
|
+
</div>
|
|
1074
|
+
|
|
1075
|
+
<div class="method_details ">
|
|
1076
|
+
<h3 class="signature " id="save_view-instance_method">
|
|
1077
|
+
|
|
1078
|
+
#<strong>save_view</strong>(view, title) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
</h3><div class="docstring">
|
|
1085
|
+
<div class="discussion">
|
|
1086
|
+
<p>Save a set of options to the <code>views</code> configuration</p>
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
</div>
|
|
1090
|
+
</div>
|
|
1091
|
+
<div class="tags">
|
|
1092
|
+
<p class="tag_title">Parameters:</p>
|
|
1093
|
+
<ul class="param">
|
|
1094
|
+
|
|
1095
|
+
<li>
|
|
1096
|
+
|
|
1097
|
+
<span class='name'>view</span>
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
—
|
|
1105
|
+
<div class='inline'><p>view options</p>
|
|
1106
|
+
</div>
|
|
1107
|
+
|
|
1108
|
+
</li>
|
|
1109
|
+
|
|
1110
|
+
<li>
|
|
1111
|
+
|
|
1112
|
+
<span class='name'>title</span>
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
<span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
—
|
|
1120
|
+
<div class='inline'><p>view title</p>
|
|
1121
|
+
</div>
|
|
1122
|
+
|
|
1123
|
+
</li>
|
|
1124
|
+
|
|
1125
|
+
</ul>
|
|
1126
|
+
|
|
1127
|
+
|
|
1049
1128
|
</div>
|
|
1050
1129
|
</div>
|
|
1051
1130
|
|
|
@@ -1140,7 +1219,7 @@ matched, first match wins)</p>
|
|
|
1140
1219
|
</div>
|
|
1141
1220
|
|
|
1142
1221
|
<div id="footer">
|
|
1143
|
-
Generated on
|
|
1222
|
+
Generated on Tue Mar 22 10:06:16 2022 by
|
|
1144
1223
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1145
1224
|
0.9.27 (ruby-3.0.1).
|
|
1146
1225
|
</div>
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
</div>
|
|
374
374
|
|
|
375
375
|
<div id="footer">
|
|
376
|
-
Generated on
|
|
376
|
+
Generated on Tue Mar 22 10:06:17 2022 by
|
|
377
377
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
378
378
|
0.9.27 (ruby-3.0.1).
|
|
379
379
|
</div>
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
</div>
|
|
281
281
|
|
|
282
282
|
<div id="footer">
|
|
283
|
-
Generated on
|
|
283
|
+
Generated on Tue Mar 22 10:06:17 2022 by
|
|
284
284
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
285
285
|
0.9.27 (ruby-3.0.1).
|
|
286
286
|
</div>
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
</div>
|
|
382
382
|
|
|
383
383
|
<div id="footer">
|
|
384
|
-
Generated on
|
|
384
|
+
Generated on Tue Mar 22 10:06:17 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>
|
data/docs/doc/Doing/Entry.html
CHANGED
|
@@ -116,6 +116,34 @@
|
|
|
116
116
|
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
|
117
117
|
<ul class="summary">
|
|
118
118
|
|
|
119
|
+
<li class="public ">
|
|
120
|
+
<span class="summary_signature">
|
|
121
|
+
|
|
122
|
+
<a href="#prefix=-instance_method" title="#prefix= (instance method)">#<strong>prefix</strong> ⇒ Object </a>
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
</span>
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
<span class="note title writeonly">writeonly</span>
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
<span class="summary_desc"><div class='inline'><p>Sets the attribute prefix.</p>
|
|
142
|
+
</div></span>
|
|
143
|
+
|
|
144
|
+
</li>
|
|
145
|
+
|
|
146
|
+
|
|
119
147
|
<li class="public ">
|
|
120
148
|
<span class="summary_signature">
|
|
121
149
|
|
|
@@ -210,7 +238,7 @@
|
|
|
210
238
|
<li class="public ">
|
|
211
239
|
<span class="summary_signature">
|
|
212
240
|
|
|
213
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(string, type) ⇒ Entry </a>
|
|
241
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(string, type, prefix: false) ⇒ Entry </a>
|
|
214
242
|
|
|
215
243
|
|
|
216
244
|
|
|
@@ -229,6 +257,28 @@
|
|
|
229
257
|
<span class="summary_desc"><div class='inline'><p>A new instance of Entry.</p>
|
|
230
258
|
</div></span>
|
|
231
259
|
|
|
260
|
+
</li>
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
<li class="public ">
|
|
264
|
+
<span class="summary_signature">
|
|
265
|
+
|
|
266
|
+
<a href="#print_prefix-instance_method" title="#print_prefix (instance method)">#<strong>print_prefix</strong> ⇒ Object </a>
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
</span>
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
281
|
+
|
|
232
282
|
</li>
|
|
233
283
|
|
|
234
284
|
|
|
@@ -263,7 +313,7 @@
|
|
|
263
313
|
<div class="method_details first">
|
|
264
314
|
<h3 class="signature first" id="initialize-instance_method">
|
|
265
315
|
|
|
266
|
-
#<strong>initialize</strong>(string, type) ⇒ <tt><span class='object_link'><a href="" title="Doing::Entry (class)">Entry</a></span></tt>
|
|
316
|
+
#<strong>initialize</strong>(string, type, prefix: false) ⇒ <tt><span class='object_link'><a href="" title="Doing::Entry (class)">Entry</a></span></tt>
|
|
267
317
|
|
|
268
318
|
|
|
269
319
|
|
|
@@ -290,7 +340,50 @@
|
|
|
290
340
|
|
|
291
341
|
<span id=""></span>
|
|
292
342
|
<div class="method_details first">
|
|
293
|
-
<h3 class="signature first" id="
|
|
343
|
+
<h3 class="signature first" id="prefix=-instance_method">
|
|
344
|
+
|
|
345
|
+
#<strong>prefix=</strong>(value) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(writeonly)</span>
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
</h3><div class="docstring">
|
|
352
|
+
<div class="discussion">
|
|
353
|
+
<p>Sets the attribute prefix</p>
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
</div>
|
|
357
|
+
</div>
|
|
358
|
+
<div class="tags">
|
|
359
|
+
<p class="tag_title">Parameters:</p>
|
|
360
|
+
<ul class="param">
|
|
361
|
+
|
|
362
|
+
<li>
|
|
363
|
+
|
|
364
|
+
<span class='name'>value</span>
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
<span class='type'></span>
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
—
|
|
372
|
+
<div class='inline'><p>the value to set the attribute prefix to.</p>
|
|
373
|
+
</div>
|
|
374
|
+
|
|
375
|
+
</li>
|
|
376
|
+
|
|
377
|
+
</ul>
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
</div>
|
|
381
|
+
</div>
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
<span id=""></span>
|
|
385
|
+
<div class="method_details ">
|
|
386
|
+
<h3 class="signature " id="string-instance_method">
|
|
294
387
|
|
|
295
388
|
#<strong>string</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(readonly)</span>
|
|
296
389
|
|
|
@@ -351,6 +444,18 @@
|
|
|
351
444
|
|
|
352
445
|
|
|
353
446
|
|
|
447
|
+
</h3>
|
|
448
|
+
</div>
|
|
449
|
+
|
|
450
|
+
<div class="method_details ">
|
|
451
|
+
<h3 class="signature " id="print_prefix-instance_method">
|
|
452
|
+
|
|
453
|
+
#<strong>print_prefix</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
354
459
|
</h3>
|
|
355
460
|
</div>
|
|
356
461
|
|
|
@@ -371,7 +476,7 @@
|
|
|
371
476
|
</div>
|
|
372
477
|
|
|
373
478
|
<div id="footer">
|
|
374
|
-
Generated on
|
|
479
|
+
Generated on Tue Mar 22 10:06:16 2022 by
|
|
375
480
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
376
481
|
0.9.27 (ruby-3.0.1).
|
|
377
482
|
</div>
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
</div>
|
|
181
181
|
|
|
182
182
|
<div id="footer">
|
|
183
|
-
Generated on
|
|
183
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
183
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
179
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
187
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
187
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
187
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
187
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
187
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
241
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
187
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
187
|
+
Generated on Tue Mar 22 10:06:16 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>
|
data/docs/doc/Doing/Errors.html
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
</div>
|
|
182
182
|
|
|
183
183
|
<div id="footer">
|
|
184
|
-
Generated on
|
|
184
|
+
Generated on Tue Mar 22 10:06:15 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
|
|
249
|
+
Generated on Tue Mar 22 10:06:17 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>
|
data/docs/doc/Doing/Hooks.html
CHANGED
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
</div>
|
|
355
355
|
|
|
356
356
|
<div id="footer">
|
|
357
|
-
Generated on
|
|
357
|
+
Generated on Tue Mar 22 10:06:15 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>
|
data/docs/doc/Doing/Item.html
CHANGED
|
@@ -952,7 +952,7 @@ section) tag</p>
|
|
|
952
952
|
</div>
|
|
953
953
|
|
|
954
954
|
<div id="footer">
|
|
955
|
-
Generated on
|
|
955
|
+
Generated on Tue Mar 22 10:06:16 2022 by
|
|
956
956
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
957
957
|
0.9.27 (ruby-3.0.1).
|
|
958
958
|
</div>
|
|
@@ -554,7 +554,7 @@ value overlaps with another item's</p>
|
|
|
554
554
|
</div>
|
|
555
555
|
|
|
556
556
|
<div id="footer">
|
|
557
|
-
Generated on
|
|
557
|
+
Generated on Tue Mar 22 10:06:15 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
|
|
607
|
+
Generated on Tue Mar 22 10:06:15 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
|
|
380
|
+
Generated on Tue Mar 22 10:06:15 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
|
|
491
|
+
Generated on Tue Mar 22 10:06:15 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>
|
data/docs/doc/Doing/Items.html
CHANGED
|
@@ -1664,7 +1664,7 @@ combine multiple tags</p>
|
|
|
1664
1664
|
</div>
|
|
1665
1665
|
|
|
1666
1666
|
<div id="footer">
|
|
1667
|
-
Generated on
|
|
1667
|
+
Generated on Tue Mar 22 10:06:16 2022 by
|
|
1668
1668
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1669
1669
|
0.9.27 (ruby-3.0.1).
|
|
1670
1670
|
</div>
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
</div>
|
|
213
213
|
|
|
214
214
|
<div id="footer">
|
|
215
|
-
Generated on
|
|
215
|
+
Generated on Tue Mar 22 10:06:17 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>
|
data/docs/doc/Doing/Logger.html
CHANGED
|
@@ -1797,7 +1797,7 @@ message (optional)</p>
|
|
|
1797
1797
|
</div>
|
|
1798
1798
|
|
|
1799
1799
|
<div id="footer">
|
|
1800
|
-
Generated on
|
|
1800
|
+
Generated on Tue Mar 22 10:06:16 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
|
|
259
|
+
Generated on Tue Mar 22 10:06:17 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>
|