doing 2.1.9 → 2.1.10
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/.yardoc/checksums +5 -5
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/Rakefile +12 -1
- data/bin/doing +12 -2
- 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/Color.html +1 -1
- data/docs/doc/Doing/Completion.html +1 -1
- data/docs/doc/Doing/Configuration.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/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/Hooks.html +1 -1
- data/docs/doc/Doing/Item.html +1 -1
- data/docs/doc/Doing/Items.html +1 -1
- data/docs/doc/Doing/LogAdapter.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/Section.html +1 -1
- data/docs/doc/Doing/TemplateString.html +2 -2
- data/docs/doc/Doing/Util/Backup.html +1 -1
- data/docs/doc/Doing/Util.html +1 -1
- data/docs/doc/Doing/WWID.html +53 -8
- data/docs/doc/Doing.html +2 -2
- 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/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 +97 -1
- data/docs/doc/Symbol.html +36 -2
- data/docs/doc/Time.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 +243 -219
- data/docs/doc/top-level-namespace.html +1 -1
- data/docs/index.md +1 -1
- data/doing.rdoc +9 -2
- data/generate_completions.sh +1 -3
- data/lib/completion/_doing.zsh +1 -1
- data/lib/completion/doing.bash +2 -2
- data/lib/completion/doing.fish +2 -1
- data/lib/doing/completion/bash_completion.rb +2 -2
- data/lib/doing/completion/fish_completion.rb +2 -2
- data/lib/doing/completion/zsh_completion.rb +2 -2
- data/lib/doing/completion.rb +12 -2
- data/lib/doing/string.rb +20 -0
- data/lib/doing/symbol.rb +4 -0
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +16 -15
- data/scripts/generate_bash_completions.rb +2 -2
- metadata +1 -1
data/docs/doc/Doing/WWID.html
CHANGED
|
@@ -2421,6 +2421,9 @@ untagged keyword</p>
|
|
|
2421
2421
|
<span class="type">(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
|
|
2422
2422
|
<span class="default">
|
|
2423
2423
|
|
|
2424
|
+
— default:
|
|
2425
|
+
<tt>'all'</tt>
|
|
2426
|
+
|
|
2424
2427
|
</span>
|
|
2425
2428
|
|
|
2426
2429
|
</li>
|
|
@@ -2430,6 +2433,9 @@ untagged keyword</p>
|
|
|
2430
2433
|
<span class="type">(<tt>Boolean</tt>)</span>
|
|
2431
2434
|
<span class="default">
|
|
2432
2435
|
|
|
2436
|
+
— default:
|
|
2437
|
+
<tt>false</tt>
|
|
2438
|
+
|
|
2433
2439
|
</span>
|
|
2434
2440
|
|
|
2435
2441
|
</li>
|
|
@@ -2440,10 +2446,13 @@ untagged keyword</p>
|
|
|
2440
2446
|
<span class="default">
|
|
2441
2447
|
|
|
2442
2448
|
— default:
|
|
2443
|
-
<tt>
|
|
2449
|
+
<tt>[]</tt>
|
|
2444
2450
|
|
|
2445
2451
|
</span>
|
|
2446
2452
|
|
|
2453
|
+
— <div class='inline'><p>Array or comma-separated string</p>
|
|
2454
|
+
</div>
|
|
2455
|
+
|
|
2447
2456
|
</li>
|
|
2448
2457
|
|
|
2449
2458
|
<li>
|
|
@@ -2452,10 +2461,13 @@ untagged keyword</p>
|
|
|
2452
2461
|
<span class="default">
|
|
2453
2462
|
|
|
2454
2463
|
— default:
|
|
2455
|
-
<tt>:and</tt
|
|
2464
|
+
<tt>:and</tt>
|
|
2456
2465
|
|
|
2457
2466
|
</span>
|
|
2458
2467
|
|
|
2468
|
+
— <div class='inline'><p>:and, :or, :not</p>
|
|
2469
|
+
</div>
|
|
2470
|
+
|
|
2459
2471
|
</li>
|
|
2460
2472
|
|
|
2461
2473
|
<li>
|
|
@@ -2464,10 +2476,13 @@ untagged keyword</p>
|
|
|
2464
2476
|
<span class="default">
|
|
2465
2477
|
|
|
2466
2478
|
— default:
|
|
2467
|
-
<tt
|
|
2479
|
+
<tt>''</tt>
|
|
2468
2480
|
|
|
2469
2481
|
</span>
|
|
2470
2482
|
|
|
2483
|
+
— <div class='inline'><p>string, optional regex with <code>/string/</code></p>
|
|
2484
|
+
</div>
|
|
2485
|
+
|
|
2471
2486
|
</li>
|
|
2472
2487
|
|
|
2473
2488
|
<li>
|
|
@@ -2475,6 +2490,9 @@ untagged keyword</p>
|
|
|
2475
2490
|
<span class="type">(<tt><span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></tt>)</span>
|
|
2476
2491
|
<span class="default">
|
|
2477
2492
|
|
|
2493
|
+
— default:
|
|
2494
|
+
<tt>nil</tt>
|
|
2495
|
+
|
|
2478
2496
|
</span>
|
|
2479
2497
|
|
|
2480
2498
|
— <div class='inline'><p>[[Time]start, [Time]end]</p>
|
|
@@ -2487,6 +2505,9 @@ untagged keyword</p>
|
|
|
2487
2505
|
<span class="type">(<tt>Boolean</tt>)</span>
|
|
2488
2506
|
<span class="default">
|
|
2489
2507
|
|
|
2508
|
+
— default:
|
|
2509
|
+
<tt>false</tt>
|
|
2510
|
+
|
|
2490
2511
|
</span>
|
|
2491
2512
|
|
|
2492
2513
|
</li>
|
|
@@ -2497,10 +2518,13 @@ untagged keyword</p>
|
|
|
2497
2518
|
<span class="default">
|
|
2498
2519
|
|
|
2499
2520
|
— default:
|
|
2500
|
-
<tt>
|
|
2521
|
+
<tt>nil</tt>
|
|
2501
2522
|
|
|
2502
2523
|
</span>
|
|
2503
2524
|
|
|
2525
|
+
— <div class='inline'><p>Date/Time string, unparsed</p>
|
|
2526
|
+
</div>
|
|
2527
|
+
|
|
2504
2528
|
</li>
|
|
2505
2529
|
|
|
2506
2530
|
<li>
|
|
@@ -2509,10 +2533,13 @@ untagged keyword</p>
|
|
|
2509
2533
|
<span class="default">
|
|
2510
2534
|
|
|
2511
2535
|
— default:
|
|
2512
|
-
<tt>
|
|
2536
|
+
<tt>nil</tt>
|
|
2513
2537
|
|
|
2514
2538
|
</span>
|
|
2515
2539
|
|
|
2540
|
+
— <div class='inline'><p>Date/Time string, unparsed</p>
|
|
2541
|
+
</div>
|
|
2542
|
+
|
|
2516
2543
|
</li>
|
|
2517
2544
|
|
|
2518
2545
|
<li>
|
|
@@ -2520,8 +2547,14 @@ untagged keyword</p>
|
|
|
2520
2547
|
<span class="type">(<tt>Boolean</tt>)</span>
|
|
2521
2548
|
<span class="default">
|
|
2522
2549
|
|
|
2550
|
+
— default:
|
|
2551
|
+
<tt>false</tt>
|
|
2552
|
+
|
|
2523
2553
|
</span>
|
|
2524
2554
|
|
|
2555
|
+
— <div class='inline'><p>limit to entries from today</p>
|
|
2556
|
+
</div>
|
|
2557
|
+
|
|
2525
2558
|
</li>
|
|
2526
2559
|
|
|
2527
2560
|
<li>
|
|
@@ -2529,8 +2562,14 @@ untagged keyword</p>
|
|
|
2529
2562
|
<span class="type">(<tt>Boolean</tt>)</span>
|
|
2530
2563
|
<span class="default">
|
|
2531
2564
|
|
|
2565
|
+
— default:
|
|
2566
|
+
<tt>false</tt>
|
|
2567
|
+
|
|
2532
2568
|
</span>
|
|
2533
2569
|
|
|
2570
|
+
— <div class='inline'><p>limit to entries from yesterday</p>
|
|
2571
|
+
</div>
|
|
2572
|
+
|
|
2534
2573
|
</li>
|
|
2535
2574
|
|
|
2536
2575
|
<li>
|
|
@@ -2539,10 +2578,13 @@ untagged keyword</p>
|
|
|
2539
2578
|
<span class="default">
|
|
2540
2579
|
|
|
2541
2580
|
— default:
|
|
2542
|
-
<tt>
|
|
2581
|
+
<tt>0</tt>
|
|
2543
2582
|
|
|
2544
2583
|
</span>
|
|
2545
2584
|
|
|
2585
|
+
— <div class='inline'><p>max entries to return</p>
|
|
2586
|
+
</div>
|
|
2587
|
+
|
|
2546
2588
|
</li>
|
|
2547
2589
|
|
|
2548
2590
|
<li>
|
|
@@ -2551,10 +2593,13 @@ untagged keyword</p>
|
|
|
2551
2593
|
<span class="default">
|
|
2552
2594
|
|
|
2553
2595
|
— default:
|
|
2554
|
-
<tt
|
|
2596
|
+
<tt>new</tt>
|
|
2555
2597
|
|
|
2556
2598
|
</span>
|
|
2557
2599
|
|
|
2600
|
+
— <div class='inline'><p>'old' or 'new'</p>
|
|
2601
|
+
</div>
|
|
2602
|
+
|
|
2558
2603
|
</li>
|
|
2559
2604
|
|
|
2560
2605
|
</ul>
|
|
@@ -4472,7 +4517,7 @@ json, or text)</p>
|
|
|
4472
4517
|
</div>
|
|
4473
4518
|
|
|
4474
4519
|
<div id="footer">
|
|
4475
|
-
Generated on Tue Dec 21
|
|
4520
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
4476
4521
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
4477
4522
|
0.9.26 (ruby-3.0.1).
|
|
4478
4523
|
</div>
|
data/docs/doc/Doing.html
CHANGED
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
<dt id="VERSION-constant" class="">VERSION =
|
|
120
120
|
|
|
121
121
|
</dt>
|
|
122
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>2.1.
|
|
122
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>2.1.10</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
123
123
|
|
|
124
124
|
</dl>
|
|
125
125
|
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
</div>
|
|
136
136
|
|
|
137
137
|
<div id="footer">
|
|
138
|
-
Generated on Tue Dec 21
|
|
138
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
139
139
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
140
140
|
0.9.26 (ruby-3.0.1).
|
|
141
141
|
</div>
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
</div>
|
|
754
754
|
|
|
755
755
|
<div id="footer">
|
|
756
|
-
Generated on Tue Dec 21
|
|
756
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
757
757
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
758
758
|
0.9.26 (ruby-3.0.1).
|
|
759
759
|
</div>
|
data/docs/doc/GLI/Commands.html
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
<div id="footer">
|
|
108
|
-
Generated on Tue Dec 21
|
|
108
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.26 (ruby-3.0.1).
|
|
111
111
|
</div>
|
data/docs/doc/GLI.html
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
<div id="footer">
|
|
108
|
-
Generated on Tue Dec 21
|
|
108
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.26 (ruby-3.0.1).
|
|
111
111
|
</div>
|
data/docs/doc/Hash.html
CHANGED
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
</div>
|
|
419
419
|
|
|
420
420
|
<div id="footer">
|
|
421
|
-
Generated on Tue Dec 21
|
|
421
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
422
422
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
423
423
|
0.9.26 (ruby-3.0.1).
|
|
424
424
|
</div>
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
</div>
|
|
163
163
|
|
|
164
164
|
<div id="footer">
|
|
165
|
-
Generated on Tue Dec 21
|
|
165
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
166
166
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
167
167
|
0.9.26 (ruby-3.0.1).
|
|
168
168
|
</div>
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
</div>
|
|
294
294
|
|
|
295
295
|
<div id="footer">
|
|
296
|
-
Generated on Tue Dec 21
|
|
296
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
298
298
|
0.9.26 (ruby-3.0.1).
|
|
299
299
|
</div>
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
</div>
|
|
486
486
|
|
|
487
487
|
<div id="footer">
|
|
488
|
-
Generated on Tue Dec 21
|
|
488
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
489
489
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
490
490
|
0.9.26 (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 Tue Dec 21
|
|
129
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
130
130
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
131
131
|
0.9.26 (ruby-3.0.1).
|
|
132
132
|
</div>
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
</div>
|
|
115
115
|
|
|
116
116
|
<div id="footer">
|
|
117
|
-
Generated on Tue Dec 21
|
|
117
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
119
119
|
0.9.26 (ruby-3.0.1).
|
|
120
120
|
</div>
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
</div>
|
|
284
284
|
|
|
285
285
|
<div id="footer">
|
|
286
|
-
Generated on Tue Dec 21
|
|
286
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
287
287
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
288
288
|
0.9.26 (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 Tue Dec 21
|
|
108
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.26 (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 Tue Dec 21
|
|
319
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
320
320
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
321
321
|
0.9.26 (ruby-3.0.1).
|
|
322
322
|
</div>
|
data/docs/doc/String.html
CHANGED
|
@@ -545,6 +545,51 @@
|
|
|
545
545
|
<span class="summary_desc"><div class='inline'><p>Turn raw urls into HTML links.</p>
|
|
546
546
|
</div></span>
|
|
547
547
|
|
|
548
|
+
</li>
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
<li class="public ">
|
|
552
|
+
<span class="summary_signature">
|
|
553
|
+
|
|
554
|
+
<a href="#normalize_age-instance_method" title="#normalize_age (instance method)">#<strong>normalize_age</strong>(default = :newest) ⇒ Object </a>
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
</span>
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
569
|
+
|
|
570
|
+
</li>
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
<li class="public ">
|
|
574
|
+
<span class="summary_signature">
|
|
575
|
+
|
|
576
|
+
<a href="#normalize_age!-instance_method" title="#normalize_age! (instance method)">#<strong>normalize_age!</strong>(default = :newest) ⇒ Symbol </a>
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
</span>
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
<span class="summary_desc"><div class='inline'><p>Convert an age string to a qualified type.</p>
|
|
591
|
+
</div></span>
|
|
592
|
+
|
|
548
593
|
</li>
|
|
549
594
|
|
|
550
595
|
|
|
@@ -1835,6 +1880,57 @@ may not render the same style.</p>
|
|
|
1835
1880
|
</ul>
|
|
1836
1881
|
|
|
1837
1882
|
|
|
1883
|
+
</div>
|
|
1884
|
+
</div>
|
|
1885
|
+
|
|
1886
|
+
<div class="method_details ">
|
|
1887
|
+
<h3 class="signature " id="normalize_age-instance_method">
|
|
1888
|
+
|
|
1889
|
+
#<strong>normalize_age</strong>(default = :newest) ⇒ <tt>Object</tt>
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
</h3>
|
|
1896
|
+
</div>
|
|
1897
|
+
|
|
1898
|
+
<div class="method_details ">
|
|
1899
|
+
<h3 class="signature " id="normalize_age!-instance_method">
|
|
1900
|
+
|
|
1901
|
+
#<strong>normalize_age!</strong>(default = :newest) ⇒ <tt><span class='object_link'><a href="Symbol.html" title="Symbol (class)">Symbol</a></span></tt>
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
</h3><div class="docstring">
|
|
1908
|
+
<div class="discussion">
|
|
1909
|
+
<p>Convert an age string to a qualified type</p>
|
|
1910
|
+
|
|
1911
|
+
|
|
1912
|
+
</div>
|
|
1913
|
+
</div>
|
|
1914
|
+
<div class="tags">
|
|
1915
|
+
|
|
1916
|
+
<p class="tag_title">Returns:</p>
|
|
1917
|
+
<ul class="return">
|
|
1918
|
+
|
|
1919
|
+
<li>
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
<span class='type'>(<tt><span class='object_link'><a href="Symbol.html" title="Symbol (class)">Symbol</a></span></tt>)</span>
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
—
|
|
1927
|
+
<div class='inline'><p>:oldest or :newest</p>
|
|
1928
|
+
</div>
|
|
1929
|
+
|
|
1930
|
+
</li>
|
|
1931
|
+
|
|
1932
|
+
</ul>
|
|
1933
|
+
|
|
1838
1934
|
</div>
|
|
1839
1935
|
</div>
|
|
1840
1936
|
|
|
@@ -2790,7 +2886,7 @@ be recognized, e.g. %greensomething still finds
|
|
|
2790
2886
|
</div>
|
|
2791
2887
|
|
|
2792
2888
|
<div id="footer">
|
|
2793
|
-
Generated on Tue Dec 21
|
|
2889
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
2794
2890
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
2795
2891
|
0.9.26 (ruby-3.0.1).
|
|
2796
2892
|
</div>
|
data/docs/doc/Symbol.html
CHANGED
|
@@ -127,6 +127,28 @@
|
|
|
127
127
|
<li class="public ">
|
|
128
128
|
<span class="summary_signature">
|
|
129
129
|
|
|
130
|
+
<a href="#normalize_age-instance_method" title="#normalize_age (instance method)">#<strong>normalize_age</strong>(default = :newest) ⇒ Object </a>
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
</span>
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
145
|
+
|
|
146
|
+
</li>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
<li class="public ">
|
|
150
|
+
<span class="summary_signature">
|
|
151
|
+
|
|
130
152
|
<a href="#normalize_bool-instance_method" title="#normalize_bool (instance method)">#<strong>normalize_bool</strong>(default = :and) ⇒ Object </a>
|
|
131
153
|
|
|
132
154
|
|
|
@@ -222,7 +244,19 @@
|
|
|
222
244
|
|
|
223
245
|
|
|
224
246
|
<div class="method_details first">
|
|
225
|
-
<h3 class="signature first" id="
|
|
247
|
+
<h3 class="signature first" id="normalize_age-instance_method">
|
|
248
|
+
|
|
249
|
+
#<strong>normalize_age</strong>(default = :newest) ⇒ <tt>Object</tt>
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
</h3>
|
|
256
|
+
</div>
|
|
257
|
+
|
|
258
|
+
<div class="method_details ">
|
|
259
|
+
<h3 class="signature " id="normalize_bool-instance_method">
|
|
226
260
|
|
|
227
261
|
#<strong>normalize_bool</strong>(default = :and) ⇒ <tt>Object</tt>
|
|
228
262
|
|
|
@@ -274,7 +308,7 @@
|
|
|
274
308
|
</div>
|
|
275
309
|
|
|
276
310
|
<div id="footer">
|
|
277
|
-
Generated on Tue Dec 21
|
|
311
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
278
312
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
279
313
|
0.9.26 (ruby-3.0.1).
|
|
280
314
|
</div>
|
data/docs/doc/Time.html
CHANGED
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
</div>
|
|
241
241
|
|
|
242
242
|
<div id="footer">
|
|
243
|
-
Generated on Tue Dec 21
|
|
243
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
244
244
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
245
245
|
0.9.26 (ruby-3.0.1).
|
|
246
246
|
</div>
|
data/docs/doc/_index.html
CHANGED
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
</div>
|
|
551
551
|
|
|
552
552
|
<div id="footer">
|
|
553
|
-
Generated on Tue Dec 21
|
|
553
|
+
Generated on Tue Dec 21 14:44:16 2021 by
|
|
554
554
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
555
555
|
0.9.26 (ruby-3.0.1).
|
|
556
556
|
</div>
|
data/docs/doc/file.README.html
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
<!--README-->
|
|
67
67
|
|
|
68
|
-
<p>The current version of <code>doing</code> is <!--VER-->2.1.
|
|
68
|
+
<p>The current version of <code>doing</code> is <!--VER-->2.1.9<!--END VER-->.</p>
|
|
69
69
|
|
|
70
70
|
<p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
|
|
71
71
|
|
|
@@ -123,7 +123,7 @@ download 117 %
|
|
|
123
123
|
</div></div>
|
|
124
124
|
|
|
125
125
|
<div id="footer">
|
|
126
|
-
Generated on Tue Dec 21
|
|
126
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
127
127
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
128
128
|
0.9.26 (ruby-3.0.1).
|
|
129
129
|
</div>
|
data/docs/doc/index.html
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
<!--README-->
|
|
67
67
|
|
|
68
|
-
<p>The current version of <code>doing</code> is <!--VER-->2.1.
|
|
68
|
+
<p>The current version of <code>doing</code> is <!--VER-->2.1.9<!--END VER-->.</p>
|
|
69
69
|
|
|
70
70
|
<p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
|
|
71
71
|
|
|
@@ -123,7 +123,7 @@ download 117 %
|
|
|
123
123
|
</div></div>
|
|
124
124
|
|
|
125
125
|
<div id="footer">
|
|
126
|
-
Generated on Tue Dec 21
|
|
126
|
+
Generated on Tue Dec 21 14:44:17 2021 by
|
|
127
127
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
128
128
|
0.9.26 (ruby-3.0.1).
|
|
129
129
|
</div>
|