doing 2.1.3 → 2.1.4pre

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.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +13 -10
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +27 -0
  6. data/Gemfile.lock +23 -1
  7. data/README.md +1 -1
  8. data/bin/doing +253 -63
  9. data/doc/Array.html +1 -1
  10. data/doc/Doing/Color.html +1 -1
  11. data/doc/Doing/Completion.html +1 -1
  12. data/doc/Doing/Configuration.html +42 -1
  13. data/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  14. data/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  15. data/doc/Doing/Errors/DoingStandardError.html +1 -1
  16. data/doc/Doing/Errors/EmptyInput.html +1 -1
  17. data/doc/Doing/Errors/NoResults.html +1 -1
  18. data/doc/Doing/Errors/PluginException.html +1 -1
  19. data/doc/Doing/Errors/UserCancelled.html +1 -1
  20. data/doc/Doing/Errors/WrongCommand.html +1 -1
  21. data/doc/Doing/Errors.html +1 -1
  22. data/doc/Doing/Hooks.html +1 -1
  23. data/doc/Doing/Item.html +37 -3
  24. data/doc/Doing/Items.html +35 -1
  25. data/doc/Doing/LogAdapter.html +1 -1
  26. data/doc/Doing/Note.html +1 -1
  27. data/doc/Doing/Pager.html +1 -1
  28. data/doc/Doing/Plugins.html +1 -1
  29. data/doc/Doing/Prompt.html +35 -1
  30. data/doc/Doing/Section.html +1 -1
  31. data/doc/Doing/Util.html +16 -4
  32. data/doc/Doing/WWID.html +131 -71
  33. data/doc/Doing.html +3 -3
  34. data/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  35. data/doc/GLI/Commands.html +1 -1
  36. data/doc/GLI.html +1 -1
  37. data/doc/Hash.html +1 -1
  38. data/doc/Status.html +1 -1
  39. data/doc/String.html +104 -2
  40. data/doc/Symbol.html +1 -1
  41. data/doc/Time.html +70 -2
  42. data/doc/_index.html +125 -4
  43. data/doc/class_list.html +1 -1
  44. data/doc/file.README.html +2 -2
  45. data/doc/index.html +2 -2
  46. data/doc/method_list.html +480 -144
  47. data/doc/top-level-namespace.html +2 -2
  48. data/doing.gemspec +2 -0
  49. data/doing.rdoc +155 -66
  50. data/lib/doing/boolean_term_parser.rb +86 -0
  51. data/lib/doing/configuration.rb +13 -4
  52. data/lib/doing/item.rb +94 -8
  53. data/lib/doing/items.rb +6 -0
  54. data/lib/doing/phrase_parser.rb +124 -0
  55. data/lib/doing/prompt.rb +8 -0
  56. data/lib/doing/string.rb +16 -2
  57. data/lib/doing/string_chronify.rb +5 -1
  58. data/lib/doing/time.rb +32 -0
  59. data/lib/doing/util.rb +2 -5
  60. data/lib/doing/util_backup.rb +235 -0
  61. data/lib/doing/version.rb +1 -1
  62. data/lib/doing/wwid.rb +81 -26
  63. data/lib/doing.rb +6 -0
  64. metadata +47 -4
data/doc/Doing/WWID.html CHANGED
@@ -405,7 +405,7 @@
405
405
  <li class="public ">
406
406
  <span class="summary_signature">
407
407
 
408
- <a href="#all_tags-instance_method" title="#all_tags (instance method)">#<strong>all_tags</strong>(items, opt: {}) &#x21d2; Object </a>
408
+ <a href="#all_tags-instance_method" title="#all_tags (instance method)">#<strong>all_tags</strong>(items, opt: {}, counts: false) &#x21d2; Object </a>
409
409
 
410
410
 
411
411
 
@@ -473,7 +473,7 @@
473
473
  <li class="public ">
474
474
  <span class="summary_signature">
475
475
 
476
- <a href="#choose_section-instance_method" title="#choose_section (instance method)">#<strong>choose_section</strong> &#x21d2; String </a>
476
+ <a href="#choose_section-instance_method" title="#choose_section (instance method)">#<strong>choose_section</strong>(include_all: false) &#x21d2; String </a>
477
477
 
478
478
 
479
479
 
@@ -490,6 +490,52 @@
490
490
  <span class="summary_desc"><div class='inline'><p>Generate a menu of sections and allow user selection.</p>
491
491
  </div></span>
492
492
 
493
+ </li>
494
+
495
+
496
+ <li class="public ">
497
+ <span class="summary_signature">
498
+
499
+ <a href="#choose_section_tag-instance_method" title="#choose_section_tag (instance method)">#<strong>choose_section_tag</strong> &#x21d2; String </a>
500
+
501
+
502
+
503
+ </span>
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+ <span class="summary_desc"><div class='inline'><p>Generate a menu of sections and tags and allow user selection.</p>
514
+ </div></span>
515
+
516
+ </li>
517
+
518
+
519
+ <li class="public ">
520
+ <span class="summary_signature">
521
+
522
+ <a href="#choose_tag-instance_method" title="#choose_tag (instance method)">#<strong>choose_tag</strong>(section = &#39;All&#39;, include_all: false) &#x21d2; String </a>
523
+
524
+
525
+
526
+ </span>
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+ <span class="summary_desc"><div class='inline'><p>Generate a menu of tags and allow user selection.</p>
537
+ </div></span>
538
+
493
539
  </li>
494
540
 
495
541
 
@@ -1118,7 +1164,7 @@
1118
1164
  <li class="public ">
1119
1165
  <span class="summary_signature">
1120
1166
 
1121
- <a href="#reset_item-instance_method" title="#reset_item (instance method)">#<strong>reset_item</strong>(item, resume: false) &#x21d2; Object </a>
1167
+ <a href="#reset_item-instance_method" title="#reset_item (instance method)">#<strong>reset_item</strong>(item, date: nil, resume: false) &#x21d2; Object </a>
1122
1168
 
1123
1169
 
1124
1170
 
@@ -1135,29 +1181,6 @@
1135
1181
  <span class="summary_desc"><div class='inline'><p>Reset start date to current time, optionally remove done tag (resume).</p>
1136
1182
  </div></span>
1137
1183
 
1138
- </li>
1139
-
1140
-
1141
- <li class="public ">
1142
- <span class="summary_signature">
1143
-
1144
- <a href="#restore_backup-instance_method" title="#restore_backup (instance method)">#<strong>restore_backup</strong>(file) &#x21d2; Object </a>
1145
-
1146
-
1147
-
1148
- </span>
1149
-
1150
-
1151
-
1152
-
1153
-
1154
-
1155
-
1156
-
1157
-
1158
- <span class="summary_desc"><div class='inline'><p>Restore a backed up version of a file.</p>
1159
- </div></span>
1160
-
1161
1184
  </li>
1162
1185
 
1163
1186
 
@@ -1943,7 +1966,7 @@
1943
1966
  <div class="method_details ">
1944
1967
  <h3 class="signature " id="all_tags-instance_method">
1945
1968
 
1946
- #<strong>all_tags</strong>(items, opt: {}) &#x21d2; <tt>Object</tt>
1969
+ #<strong>all_tags</strong>(items, opt: {}, counts: false) &#x21d2; <tt>Object</tt>
1947
1970
 
1948
1971
 
1949
1972
 
@@ -2059,7 +2082,7 @@ untagged keyword</p>
2059
2082
  <div class="method_details ">
2060
2083
  <h3 class="signature " id="choose_section-instance_method">
2061
2084
 
2062
- #<strong>choose_section</strong> &#x21d2; <tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>
2085
+ #<strong>choose_section</strong>(include_all: false) &#x21d2; <tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>
2063
2086
 
2064
2087
 
2065
2088
 
@@ -2092,6 +2115,84 @@ untagged keyword</p>
2092
2115
 
2093
2116
  </ul>
2094
2117
 
2118
+ </div>
2119
+ </div>
2120
+
2121
+ <div class="method_details ">
2122
+ <h3 class="signature " id="choose_section_tag-instance_method">
2123
+
2124
+ #<strong>choose_section_tag</strong> &#x21d2; <tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>
2125
+
2126
+
2127
+
2128
+
2129
+
2130
+ </h3><div class="docstring">
2131
+ <div class="discussion">
2132
+ <p>Generate a menu of sections and tags and allow user selection</p>
2133
+
2134
+
2135
+ </div>
2136
+ </div>
2137
+ <div class="tags">
2138
+
2139
+ <p class="tag_title">Returns:</p>
2140
+ <ul class="return">
2141
+
2142
+ <li>
2143
+
2144
+
2145
+ <span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
2146
+
2147
+
2148
+
2149
+ &mdash;
2150
+ <div class='inline'><p>The selected section or tag name</p>
2151
+ </div>
2152
+
2153
+ </li>
2154
+
2155
+ </ul>
2156
+
2157
+ </div>
2158
+ </div>
2159
+
2160
+ <div class="method_details ">
2161
+ <h3 class="signature " id="choose_tag-instance_method">
2162
+
2163
+ #<strong>choose_tag</strong>(section = &#39;All&#39;, include_all: false) &#x21d2; <tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>
2164
+
2165
+
2166
+
2167
+
2168
+
2169
+ </h3><div class="docstring">
2170
+ <div class="discussion">
2171
+ <p>Generate a menu of tags and allow user selection</p>
2172
+
2173
+
2174
+ </div>
2175
+ </div>
2176
+ <div class="tags">
2177
+
2178
+ <p class="tag_title">Returns:</p>
2179
+ <ul class="return">
2180
+
2181
+ <li>
2182
+
2183
+
2184
+ <span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
2185
+
2186
+
2187
+
2188
+ &mdash;
2189
+ <div class='inline'><p>The selected tag name</p>
2190
+ </div>
2191
+
2192
+ </li>
2193
+
2194
+ </ul>
2195
+
2095
2196
  </div>
2096
2197
  </div>
2097
2198
 
@@ -3739,7 +3840,7 @@ All</p>
3739
3840
  <div class="method_details ">
3740
3841
  <h3 class="signature " id="reset_item-instance_method">
3741
3842
 
3742
- #<strong>reset_item</strong>(item, resume: false) &#x21d2; <tt>Object</tt>
3843
+ #<strong>reset_item</strong>(item, date: nil, resume: false) &#x21d2; <tt>Object</tt>
3743
3844
 
3744
3845
 
3745
3846
 
@@ -3792,47 +3893,6 @@ done tag (resume)</p>
3792
3893
  </ul>
3793
3894
 
3794
3895
 
3795
- </div>
3796
- </div>
3797
-
3798
- <div class="method_details ">
3799
- <h3 class="signature " id="restore_backup-instance_method">
3800
-
3801
- #<strong>restore_backup</strong>(file) &#x21d2; <tt>Object</tt>
3802
-
3803
-
3804
-
3805
-
3806
-
3807
- </h3><div class="docstring">
3808
- <div class="discussion">
3809
- <p>Restore a backed up version of a file</p>
3810
-
3811
-
3812
- </div>
3813
- </div>
3814
- <div class="tags">
3815
- <p class="tag_title">Parameters:</p>
3816
- <ul class="param">
3817
-
3818
- <li>
3819
-
3820
- <span class='name'>file</span>
3821
-
3822
-
3823
- <span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
3824
-
3825
-
3826
-
3827
- &mdash;
3828
- <div class='inline'><p>The filepath to restore</p>
3829
- </div>
3830
-
3831
- </li>
3832
-
3833
- </ul>
3834
-
3835
-
3836
3896
  </div>
3837
3897
  </div>
3838
3898
 
@@ -4444,7 +4504,7 @@ json, or text)</p>
4444
4504
  </div>
4445
4505
 
4446
4506
  <div id="footer">
4447
- Generated on Thu Dec 16 11:02:40 2021 by
4507
+ Generated on Fri Dec 17 16:17:18 2021 by
4448
4508
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4449
4509
  0.9.26 (ruby-3.0.1).
4450
4510
  </div>
data/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/hash.rb,<br /> lib/doing/item.rb,<br /> lib/doing/note.rb,<br /> lib/doing/time.rb,<br /> lib/doing/util.rb,<br /> lib/doing/wwid.rb,<br /> lib/doing/array.rb,<br /> lib/doing/hooks.rb,<br /> lib/doing/items.rb,<br /> lib/doing/pager.rb,<br /> lib/doing/errors.rb,<br /> lib/doing/prompt.rb,<br /> lib/doing/string.rb,<br /> lib/doing/symbol.rb,<br /> lib/doing/section.rb,<br /> lib/doing/version.rb,<br /> lib/doing/completion.rb,<br /> lib/doing/log_adapter.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/plugin_manager.rb,<br /> lib/doing/string_chronify.rb</span>
82
+ lib/doing/hash.rb,<br /> lib/doing/item.rb,<br /> lib/doing/note.rb,<br /> lib/doing/time.rb,<br /> lib/doing/util.rb,<br /> lib/doing/wwid.rb,<br /> lib/doing/array.rb,<br /> lib/doing/hooks.rb,<br /> lib/doing/items.rb,<br /> lib/doing/pager.rb,<br /> lib/doing/errors.rb,<br /> lib/doing/prompt.rb,<br /> lib/doing/string.rb,<br /> lib/doing/symbol.rb,<br /> lib/doing/section.rb,<br /> lib/doing/version.rb,<br /> lib/doing/completion.rb,<br /> lib/doing/log_adapter.rb,<br /> lib/doing/util_backup.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/plugin_manager.rb,<br /> lib/doing/string_chronify.rb</span>
83
83
  </dd>
84
84
  </dl>
85
85
 
@@ -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'>&#39;</span><span class='tstring_content'>2.1.3</span><span class='tstring_end'>&#39;</span></span></pre></dd>
122
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.4pre</span><span class='tstring_end'>&#39;</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 Thu Dec 16 11:02:39 2021 by
138
+ Generated on Fri Dec 17 16:17:18 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 Thu Dec 16 11:02:40 2021 by
756
+ Generated on Fri Dec 17 16:17:19 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>
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Thu Dec 16 11:02:40 2021 by
108
+ Generated on Fri Dec 17 16:17:18 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/doc/GLI.html CHANGED
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Thu Dec 16 11:02:40 2021 by
108
+ Generated on Fri Dec 17 16:17:18 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/doc/Hash.html CHANGED
@@ -418,7 +418,7 @@
418
418
  </div>
419
419
 
420
420
  <div id="footer">
421
- Generated on Thu Dec 16 11:02:40 2021 by
421
+ Generated on Fri Dec 17 16:17:18 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>
data/doc/Status.html CHANGED
@@ -316,7 +316,7 @@
316
316
  </div>
317
317
 
318
318
  <div id="footer">
319
- Generated on Thu Dec 16 11:02:40 2021 by
319
+ Generated on Fri Dec 17 16:17:18 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/doc/String.html CHANGED
@@ -140,6 +140,28 @@
140
140
  <li class="public ">
141
141
  <span class="summary_signature">
142
142
 
143
+ <a href="#add_at-instance_method" title="#add_at (instance method)">#<strong>add_at</strong> &#x21d2; Object </a>
144
+
145
+
146
+
147
+ </span>
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+ <span class="summary_desc"><div class='inline'></div></span>
158
+
159
+ </li>
160
+
161
+
162
+ <li class="public ">
163
+ <span class="summary_signature">
164
+
143
165
  <a href="#add_tags-instance_method" title="#add_tags (instance method)">#<strong>add_tags</strong>(tags, remove: false) &#x21d2; Object </a>
144
166
 
145
167
 
@@ -696,6 +718,28 @@
696
718
 
697
719
 
698
720
 
721
+ <span class="summary_desc"><div class='inline'></div></span>
722
+
723
+ </li>
724
+
725
+
726
+ <li class="public ">
727
+ <span class="summary_signature">
728
+
729
+ <a href="#pluralize-instance_method" title="#pluralize (instance method)">#<strong>pluralize</strong>(number) &#x21d2; Object </a>
730
+
731
+
732
+
733
+ </span>
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
699
743
  <span class="summary_desc"><div class='inline'></div></span>
700
744
 
701
745
  </li>
@@ -1035,6 +1079,28 @@
1035
1079
 
1036
1080
 
1037
1081
 
1082
+ <span class="summary_desc"><div class='inline'></div></span>
1083
+
1084
+ </li>
1085
+
1086
+
1087
+ <li class="public ">
1088
+ <span class="summary_signature">
1089
+
1090
+ <a href="#wildcard_to_rx-instance_method" title="#wildcard_to_rx (instance method)">#<strong>wildcard_to_rx</strong> &#x21d2; Object </a>
1091
+
1092
+
1093
+
1094
+ </span>
1095
+
1096
+
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+
1038
1104
  <span class="summary_desc"><div class='inline'></div></span>
1039
1105
 
1040
1106
  </li>
@@ -1084,7 +1150,19 @@
1084
1150
 
1085
1151
 
1086
1152
  <div class="method_details first">
1087
- <h3 class="signature first" id="add_tags-instance_method">
1153
+ <h3 class="signature first" id="add_at-instance_method">
1154
+
1155
+ #<strong>add_at</strong> &#x21d2; <tt>Object</tt>
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+ </h3>
1162
+ </div>
1163
+
1164
+ <div class="method_details ">
1165
+ <h3 class="signature " id="add_tags-instance_method">
1088
1166
 
1089
1167
  #<strong>add_tags</strong>(tags, remove: false) &#x21d2; <tt>Object</tt>
1090
1168
 
@@ -1862,6 +1940,18 @@ may not render the same style.</p>
1862
1940
 
1863
1941
 
1864
1942
 
1943
+ </h3>
1944
+ </div>
1945
+
1946
+ <div class="method_details ">
1947
+ <h3 class="signature " id="pluralize-instance_method">
1948
+
1949
+ #<strong>pluralize</strong>(number) &#x21d2; <tt>Object</tt>
1950
+
1951
+
1952
+
1953
+
1954
+
1865
1955
  </h3>
1866
1956
  </div>
1867
1957
 
@@ -2435,6 +2525,18 @@ between characters</p>
2435
2525
 
2436
2526
 
2437
2527
 
2528
+ </h3>
2529
+ </div>
2530
+
2531
+ <div class="method_details ">
2532
+ <h3 class="signature " id="wildcard_to_rx-instance_method">
2533
+
2534
+ #<strong>wildcard_to_rx</strong> &#x21d2; <tt>Object</tt>
2535
+
2536
+
2537
+
2538
+
2539
+
2438
2540
  </h3>
2439
2541
  </div>
2440
2542
 
@@ -2518,7 +2620,7 @@ between characters</p>
2518
2620
  </div>
2519
2621
 
2520
2622
  <div id="footer">
2521
- Generated on Thu Dec 16 11:02:40 2021 by
2623
+ Generated on Fri Dec 17 16:17:19 2021 by
2522
2624
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2523
2625
  0.9.26 (ruby-3.0.1).
2524
2626
  </div>
data/doc/Symbol.html CHANGED
@@ -240,7 +240,7 @@
240
240
  </div>
241
241
 
242
242
  <div id="footer">
243
- Generated on Thu Dec 16 11:02:40 2021 by
243
+ Generated on Fri Dec 17 16:17:19 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/doc/Time.html CHANGED
@@ -127,6 +127,28 @@
127
127
  <li class="public ">
128
128
  <span class="summary_signature">
129
129
 
130
+ <a href="#humanize-instance_method" title="#humanize (instance method)">#<strong>humanize</strong>(seconds) &#x21d2; 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="#relative_date-instance_method" title="#relative_date (instance method)">#<strong>relative_date</strong> &#x21d2; Object </a>
131
153
 
132
154
 
@@ -141,6 +163,28 @@
141
163
 
142
164
 
143
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
+ <a href="#time_ago-instance_method" title="#time_ago (instance method)">#<strong>time_ago</strong> &#x21d2; Object </a>
175
+
176
+
177
+
178
+ </span>
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
144
188
  <span class="summary_desc"><div class='inline'></div></span>
145
189
 
146
190
  </li>
@@ -156,7 +200,19 @@
156
200
 
157
201
 
158
202
  <div class="method_details first">
159
- <h3 class="signature first" id="relative_date-instance_method">
203
+ <h3 class="signature first" id="humanize-instance_method">
204
+
205
+ #<strong>humanize</strong>(seconds) &#x21d2; <tt>Object</tt>
206
+
207
+
208
+
209
+
210
+
211
+ </h3>
212
+ </div>
213
+
214
+ <div class="method_details ">
215
+ <h3 class="signature " id="relative_date-instance_method">
160
216
 
161
217
  #<strong>relative_date</strong> &#x21d2; <tt>Object</tt>
162
218
 
@@ -164,6 +220,18 @@
164
220
 
165
221
 
166
222
 
223
+ </h3>
224
+ </div>
225
+
226
+ <div class="method_details ">
227
+ <h3 class="signature " id="time_ago-instance_method">
228
+
229
+ #<strong>time_ago</strong> &#x21d2; <tt>Object</tt>
230
+
231
+
232
+
233
+
234
+
167
235
  </h3>
168
236
  </div>
169
237
 
@@ -172,7 +240,7 @@
172
240
  </div>
173
241
 
174
242
  <div id="footer">
175
- Generated on Thu Dec 16 11:02:40 2021 by
243
+ Generated on Fri Dec 17 16:17:18 2021 by
176
244
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
177
245
  0.9.26 (ruby-3.0.1).
178
246
  </div>