doing 2.1.42 → 2.1.43
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 +26 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/bin/commands/changes.rb +11 -1
- data/bin/commands/flag.rb +1 -1
- data/bin/commands/grep.rb +3 -1
- data/bin/commands/last.rb +2 -0
- data/bin/commands/on.rb +8 -1
- data/bin/commands/recent.rb +3 -1
- data/bin/commands/show.rb +3 -0
- data/bin/commands/since.rb +2 -1
- data/bin/commands/template.rb +14 -25
- data/bin/commands/today.rb +3 -1
- data/bin/commands/view.rb +36 -73
- data/bin/commands/views.rb +40 -4
- data/bin/commands/yesterday.rb +3 -1
- data/bin/doing +7 -3
- data/docs/doc/Array.html +1 -1
- 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 +1 -1
- 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 +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 +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 +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 +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +484 -388
- data/docs/doc/top-level-namespace.html +3 -1
- data/doing.rdoc +101 -6
- data/lib/completion/_doing.zsh +13 -13
- data/lib/completion/doing.bash +22 -22
- data/lib/completion/doing.fish +15 -1
- data/lib/doing/add_options.rb +35 -0
- 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 +17 -0
- data/lib/doing/hash.rb +126 -22
- data/lib/doing/normalize.rb +13 -0
- data/lib/doing/pager.rb +1 -1
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid/wwid.rb +21 -3
- metadata +3 -2
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
</div>
|
|
374
374
|
|
|
375
375
|
<div id="footer">
|
|
376
|
-
Generated on
|
|
376
|
+
Generated on Sun Mar 20 12:48:30 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 Sun Mar 20 12:48:30 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 Sun Mar 20 12:48:30 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 Sun Mar 20 12:48:30 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:30 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:30 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:29 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 Sun Mar 20 12:48:30 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 Sun Mar 20 12:48:30 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 Sun Mar 20 12:48:30 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 Sun Mar 20 12:48:30 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>
|
data/docs/doc/Doing/Note.html
CHANGED
|
@@ -747,7 +747,7 @@ join multiple lines</p>
|
|
|
747
747
|
</div>
|
|
748
748
|
|
|
749
749
|
<div id="footer">
|
|
750
|
-
Generated on
|
|
750
|
+
Generated on Sun Mar 20 12:48:29 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>
|
data/docs/doc/Doing/Pager.html
CHANGED
|
@@ -296,7 +296,7 @@ STDOUT</p>
|
|
|
296
296
|
</div>
|
|
297
297
|
|
|
298
298
|
<div id="footer">
|
|
299
|
-
Generated on
|
|
299
|
+
Generated on Sun Mar 20 12:48:29 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>
|
data/docs/doc/Doing/Plugins.html
CHANGED
|
@@ -1340,7 +1340,7 @@ raised.</p>
|
|
|
1340
1340
|
</div>
|
|
1341
1341
|
|
|
1342
1342
|
<div id="footer">
|
|
1343
|
-
Generated on
|
|
1343
|
+
Generated on Sun Mar 20 12:48:29 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>
|
data/docs/doc/Doing/Prompt.html
CHANGED
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
</div>
|
|
327
327
|
|
|
328
328
|
<div id="footer">
|
|
329
|
-
Generated on
|
|
329
|
+
Generated on Sun Mar 20 12:48:29 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
|
|
477
|
+
Generated on Sun Mar 20 12:48:29 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
|
|
384
|
+
Generated on Sun Mar 20 12:48:29 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
|
|
565
|
+
Generated on Sun Mar 20 12:48:29 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
|
|
286
|
+
Generated on Sun Mar 20 12:48:29 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
|
|
230
|
+
Generated on Sun Mar 20 12:48:29 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>
|
data/docs/doc/Doing/Section.html
CHANGED
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
</div>
|
|
401
401
|
|
|
402
402
|
<div id="footer">
|
|
403
|
-
Generated on
|
|
403
|
+
Generated on Sun Mar 20 12:48:30 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
|
|
526
|
+
Generated on Sun Mar 20 12:48:29 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>
|
|
@@ -243,6 +243,28 @@
|
|
|
243
243
|
|
|
244
244
|
|
|
245
245
|
|
|
246
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
247
|
+
|
|
248
|
+
</li>
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
<li class="public ">
|
|
252
|
+
<span class="summary_signature">
|
|
253
|
+
|
|
254
|
+
<a href="#normalize_change_type-instance_method" title="#normalize_change_type (instance method)">#<strong>normalize_change_type</strong> ⇒ Object </a>
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
</span>
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
246
268
|
<span class="summary_desc"><div class='inline'></div></span>
|
|
247
269
|
|
|
248
270
|
</li>
|
|
@@ -636,6 +658,18 @@
|
|
|
636
658
|
</ul>
|
|
637
659
|
|
|
638
660
|
</div>
|
|
661
|
+
</div>
|
|
662
|
+
|
|
663
|
+
<div class="method_details ">
|
|
664
|
+
<h3 class="signature " id="normalize_change_type-instance_method">
|
|
665
|
+
|
|
666
|
+
#<strong>normalize_change_type</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
</h3>
|
|
639
673
|
</div>
|
|
640
674
|
|
|
641
675
|
<div class="method_details ">
|
|
@@ -919,7 +953,7 @@ to avoid match groups</p>
|
|
|
919
953
|
</div>
|
|
920
954
|
|
|
921
955
|
<div id="footer">
|
|
922
|
-
Generated on
|
|
956
|
+
Generated on Sun Mar 20 12:48:29 2022 by
|
|
923
957
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
924
958
|
0.9.27 (ruby-3.0.1).
|
|
925
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
|
|
718
|
+
Generated on Sun Mar 20 12:48:29 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
|
|
877
|
+
Generated on Sun Mar 20 12:48:29 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
|
|
592
|
+
Generated on Sun Mar 20 12:48:29 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
|
|
441
|
+
Generated on Sun Mar 20 12:48:29 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>
|