doing 2.1.24 → 2.1.25

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 (90) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +11 -10
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +17 -0
  6. data/Gemfile.lock +1 -1
  7. data/README.md +1 -1
  8. data/Rakefile +2 -1
  9. data/bin/doing +81 -37
  10. data/docs/doc/Array.html +70 -7
  11. data/docs/doc/BooleanTermParser/Clause.html +5 -5
  12. data/docs/doc/BooleanTermParser/Operator.html +4 -4
  13. data/docs/doc/BooleanTermParser/Query.html +8 -8
  14. data/docs/doc/BooleanTermParser/QueryParser.html +2 -2
  15. data/docs/doc/BooleanTermParser/QueryTransformer.html +2 -2
  16. data/docs/doc/BooleanTermParser.html +1 -1
  17. data/docs/doc/Doing/Color.html +4 -4
  18. data/docs/doc/Doing/Completion.html +2 -2
  19. data/docs/doc/Doing/Configuration.html +14 -16
  20. data/docs/doc/Doing/Errors/DoingNoTraceError.html +2 -2
  21. data/docs/doc/Doing/Errors/DoingRuntimeError.html +2 -2
  22. data/docs/doc/Doing/Errors/DoingStandardError.html +2 -2
  23. data/docs/doc/Doing/Errors/EmptyInput.html +2 -2
  24. data/docs/doc/Doing/Errors/NoResults.html +2 -2
  25. data/docs/doc/Doing/Errors/PluginException.html +3 -3
  26. data/docs/doc/Doing/Errors/UserCancelled.html +2 -2
  27. data/docs/doc/Doing/Errors/WrongCommand.html +2 -2
  28. data/docs/doc/Doing/Errors.html +1 -1
  29. data/docs/doc/Doing/Hooks.html +6 -6
  30. data/docs/doc/Doing/Item.html +50 -16
  31. data/docs/doc/Doing/Items.html +10 -10
  32. data/docs/doc/Doing/LogAdapter.html +24 -24
  33. data/docs/doc/Doing/Note.html +7 -7
  34. data/docs/doc/Doing/Pager.html +4 -4
  35. data/docs/doc/Doing/Plugins.html +7 -7
  36. data/docs/doc/Doing/Prompt.html +14 -14
  37. data/docs/doc/Doing/Section.html +6 -6
  38. data/docs/doc/Doing/TemplateString.html +8 -8
  39. data/docs/doc/Doing/Types.html +6 -1
  40. data/docs/doc/Doing/Util/Backup.html +10 -10
  41. data/docs/doc/Doing/Util.html +15 -15
  42. data/docs/doc/Doing/WWID.html +65 -53
  43. data/docs/doc/Doing.html +3 -3
  44. data/docs/doc/GLI/Commands/Help.html +3 -3
  45. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +17 -17
  46. data/docs/doc/GLI/Commands.html +1 -1
  47. data/docs/doc/GLI.html +1 -1
  48. data/docs/doc/Hash.html +45 -11
  49. data/docs/doc/Numeric.html +5 -5
  50. data/docs/doc/PhraseParser/Operator.html +4 -4
  51. data/docs/doc/PhraseParser/PhraseClause.html +5 -5
  52. data/docs/doc/PhraseParser/Query.html +10 -10
  53. data/docs/doc/PhraseParser/QueryParser.html +2 -2
  54. data/docs/doc/PhraseParser/QueryTransformer.html +2 -2
  55. data/docs/doc/PhraseParser/TermClause.html +5 -5
  56. data/docs/doc/PhraseParser.html +1 -1
  57. data/docs/doc/Status.html +7 -7
  58. data/docs/doc/String.html +107 -44
  59. data/docs/doc/Symbol.html +8 -8
  60. data/docs/doc/Time.html +6 -6
  61. data/docs/doc/_index.html +41 -18
  62. data/docs/doc/class_list.html +1 -1
  63. data/docs/doc/file.README.html +2 -2
  64. data/docs/doc/index.html +2 -2
  65. data/docs/doc/method_list.html +369 -313
  66. data/docs/doc/top-level-namespace.html +2 -2
  67. data/doing.rdoc +19 -11
  68. data/example_plugin.rb +2 -2
  69. data/lib/completion/_doing.zsh +12 -12
  70. data/lib/completion/doing.bash +2 -2
  71. data/lib/completion/doing.fish +9 -8
  72. data/lib/doing/changelog/changes.rb +1 -1
  73. data/lib/doing/configuration.rb +4 -6
  74. data/lib/doing/good.rb +64 -0
  75. data/lib/doing/hash.rb +4 -0
  76. data/lib/doing/hooks.rb +3 -3
  77. data/lib/doing/item.rb +14 -10
  78. data/lib/doing/plugins/import/calendar_import.rb +1 -1
  79. data/lib/doing/plugins/import/doing_import.rb +1 -1
  80. data/lib/doing/plugins/import/timing_import.rb +1 -1
  81. data/lib/doing/string.rb +1 -1
  82. data/lib/doing/template_string.rb +2 -2
  83. data/lib/doing/types.rb +1 -0
  84. data/lib/doing/util.rb +10 -10
  85. data/lib/doing/version.rb +1 -1
  86. data/lib/doing/wwid.rb +40 -18
  87. data/lib/doing.rb +1 -0
  88. data/lib/helpers/threaded_tests.rb +35 -64
  89. data/lib/helpers/threaded_tests_string.rb +50 -0
  90. metadata +4 -2
data/docs/doc/String.html CHANGED
@@ -69,10 +69,10 @@
69
69
  <dl>
70
70
  <dt>Inherits:</dt>
71
71
  <dd>
72
- <span class="inheritName">Object</span>
72
+ <span class="inheritName"><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></span>
73
73
 
74
74
  <ul class="fullTree">
75
- <li>Object</li>
75
+ <li><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></li>
76
76
 
77
77
  <li class="next">String</li>
78
78
 
@@ -100,7 +100,7 @@
100
100
  <dl>
101
101
  <dt>Defined in:</dt>
102
102
  <dd>lib/doing/string.rb<span class="defines">,<br />
103
- lib/doing/string_chronify.rb,<br /> lib/doing/template_string.rb</span>
103
+ lib/doing/good.rb,<br /> lib/doing/string_chronify.rb,<br /> lib/doing/template_string.rb</span>
104
104
  </dd>
105
105
  </dl>
106
106
 
@@ -411,6 +411,29 @@
411
411
  <span class="summary_desc"><div class='inline'><p>Convert (chronify) natural language dates within configured date tags (tags whose value is expected to be a date).</p>
412
412
  </div></span>
413
413
 
414
+ </li>
415
+
416
+
417
+ <li class="public ">
418
+ <span class="summary_signature">
419
+
420
+ <a href="#good%3F-instance_method" title="#good? (instance method)">#<strong>good?</strong> &#x21d2; Boolean </a>
421
+
422
+
423
+
424
+ </span>
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+ <span class="summary_desc"><div class='inline'><p>Tests if object is nil or empty.</p>
435
+ </div></span>
436
+
414
437
  </li>
415
438
 
416
439
 
@@ -1659,7 +1682,7 @@
1659
1682
  <div class="method_details ">
1660
1683
  <h3 class="signature " id="add_tags!-instance_method">
1661
1684
 
1662
- #<strong>add_tags!</strong>(tags, remove: false) &#x21d2; <tt>Object</tt>
1685
+ #<strong>add_tags!</strong>(tags, remove: false) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
1663
1686
 
1664
1687
 
1665
1688
 
@@ -1687,7 +1710,7 @@
1687
1710
  <div class="method_details ">
1688
1711
  <h3 class="signature " id="cap_first-instance_method">
1689
1712
 
1690
- #<strong>cap_first</strong> &#x21d2; <tt>Object</tt>
1713
+ #<strong>cap_first</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
1691
1714
 
1692
1715
 
1693
1716
 
@@ -1882,7 +1905,7 @@ added to a Time object</p>
1882
1905
  <div class="method_details ">
1883
1906
  <h3 class="signature " id="clean_unlinked_urls-instance_method">
1884
1907
 
1885
- #<strong>clean_unlinked_urls</strong> &#x21d2; <tt>Object</tt>
1908
+ #<strong>clean_unlinked_urls</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
1886
1909
 
1887
1910
 
1888
1911
 
@@ -1904,7 +1927,7 @@ added to a Time object</p>
1904
1927
  <div class="method_details ">
1905
1928
  <h3 class="signature " id="compress-instance_method">
1906
1929
 
1907
- #<strong>compress</strong> &#x21d2; <tt>Object</tt>
1930
+ #<strong>compress</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
1908
1931
 
1909
1932
 
1910
1933
 
@@ -1926,7 +1949,7 @@ added to a Time object</p>
1926
1949
  <div class="method_details ">
1927
1950
  <h3 class="signature " id="compress!-instance_method">
1928
1951
 
1929
- #<strong>compress!</strong> &#x21d2; <tt>Object</tt>
1952
+ #<strong>compress!</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
1930
1953
 
1931
1954
 
1932
1955
 
@@ -1938,7 +1961,7 @@ added to a Time object</p>
1938
1961
  <div class="method_details ">
1939
1962
  <h3 class="signature " id="dedup_tags-instance_method">
1940
1963
 
1941
- #<strong>dedup_tags</strong> &#x21d2; <tt>Object</tt>
1964
+ #<strong>dedup_tags</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
1942
1965
 
1943
1966
 
1944
1967
 
@@ -1977,7 +2000,7 @@ added to a Time object</p>
1977
2000
  <div class="method_details ">
1978
2001
  <h3 class="signature " id="dedup_tags!-instance_method">
1979
2002
 
1980
- #<strong>dedup_tags!</strong> &#x21d2; <tt>Object</tt>
2003
+ #<strong>dedup_tags!</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
1981
2004
 
1982
2005
 
1983
2006
 
@@ -2005,7 +2028,7 @@ added to a Time object</p>
2005
2028
  <div class="method_details ">
2006
2029
  <h3 class="signature " id="expand_date_tags-instance_method">
2007
2030
 
2008
- #<strong>expand_date_tags</strong>(additional_tags = nil) &#x21d2; <tt>Object</tt>
2031
+ #<strong>expand_date_tags</strong>(additional_tags = nil) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2009
2032
 
2010
2033
 
2011
2034
 
@@ -2046,13 +2069,53 @@ consider date_tags</p>
2046
2069
  </ul>
2047
2070
 
2048
2071
 
2072
+ </div>
2073
+ </div>
2074
+
2075
+ <div class="method_details ">
2076
+ <h3 class="signature " id="good?-instance_method">
2077
+
2078
+ #<strong>good?</strong> &#x21d2; <tt>Boolean</tt>
2079
+
2080
+
2081
+
2082
+
2083
+
2084
+ </h3><div class="docstring">
2085
+ <div class="discussion">
2086
+ <p>Tests if object is nil or empty</p>
2087
+
2088
+
2089
+ </div>
2090
+ </div>
2091
+ <div class="tags">
2092
+
2093
+ <p class="tag_title">Returns:</p>
2094
+ <ul class="return">
2095
+
2096
+ <li>
2097
+
2098
+
2099
+ <span class='type'>(<tt>Boolean</tt>)</span>
2100
+
2101
+
2102
+
2103
+ &mdash;
2104
+ <div class='inline'><p>true if object is defined and
2105
+ has content</p>
2106
+ </div>
2107
+
2108
+ </li>
2109
+
2110
+ </ul>
2111
+
2049
2112
  </div>
2050
2113
  </div>
2051
2114
 
2052
2115
  <div class="method_details ">
2053
2116
  <h3 class="signature " id="highlight_search-instance_method">
2054
2117
 
2055
- #<strong>highlight_search</strong>(search, distance: nil, negate: false, case_type: nil) &#x21d2; <tt>Object</tt>
2118
+ #<strong>highlight_search</strong>(search, distance: nil, negate: false, case_type: nil) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2056
2119
 
2057
2120
 
2058
2121
 
@@ -2064,7 +2127,7 @@ consider date_tags</p>
2064
2127
  <div class="method_details ">
2065
2128
  <h3 class="signature " id="highlight_search!-instance_method">
2066
2129
 
2067
- #<strong>highlight_search!</strong>(search, distance: nil, negate: false, case_type: nil) &#x21d2; <tt>Object</tt>
2130
+ #<strong>highlight_search!</strong>(search, distance: nil, negate: false, case_type: nil) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2068
2131
 
2069
2132
 
2070
2133
 
@@ -2136,7 +2199,7 @@ consider date_tags</p>
2136
2199
  <div class="method_details ">
2137
2200
  <h3 class="signature " id="highlight_tags!-instance_method">
2138
2201
 
2139
- #<strong>highlight_tags!</strong>(color = &#39;yellow&#39;, last_color: nil) &#x21d2; <tt>Object</tt>
2202
+ #<strong>highlight_tags!</strong>(color = &#39;yellow&#39;, last_color: nil) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2140
2203
 
2141
2204
 
2142
2205
 
@@ -2217,7 +2280,7 @@ consider date_tags</p>
2217
2280
  <div class="method_details ">
2218
2281
  <h3 class="signature " id="ignore_case-instance_method">
2219
2282
 
2220
- #<strong>ignore_case</strong>(search, case_type) &#x21d2; <tt>Object</tt>
2283
+ #<strong>ignore_case</strong>(search, case_type) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2221
2284
 
2222
2285
 
2223
2286
 
@@ -2348,7 +2411,7 @@ may not render the same style.</p>
2348
2411
  <div class="method_details ">
2349
2412
  <h3 class="signature " id="link_urls-instance_method">
2350
2413
 
2351
- #<strong>link_urls</strong>(**opt) &#x21d2; <tt>Object</tt>
2414
+ #<strong>link_urls</strong>(**opt) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2352
2415
 
2353
2416
 
2354
2417
 
@@ -2412,7 +2475,7 @@ may not render the same style.</p>
2412
2475
  <div class="method_details ">
2413
2476
  <h3 class="signature " id="link_urls!-instance_method">
2414
2477
 
2415
- #<strong>link_urls!</strong>(**opt) &#x21d2; <tt>Object</tt>
2478
+ #<strong>link_urls!</strong>(**opt) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2416
2479
 
2417
2480
 
2418
2481
 
@@ -2479,7 +2542,7 @@ may not render the same style.</p>
2479
2542
  <div class="method_details ">
2480
2543
  <h3 class="signature " id="normalize_age!-instance_method">
2481
2544
 
2482
- #<strong>normalize_age!</strong>(default = :newest) &#x21d2; <tt>Object</tt>
2545
+ #<strong>normalize_age!</strong>(default = :newest) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2483
2546
 
2484
2547
 
2485
2548
 
@@ -2507,7 +2570,7 @@ may not render the same style.</p>
2507
2570
  <div class="method_details ">
2508
2571
  <h3 class="signature " id="normalize_bool-instance_method">
2509
2572
 
2510
- #<strong>normalize_bool</strong>(default = :and) &#x21d2; <tt>Object</tt>
2573
+ #<strong>normalize_bool</strong>(default = :and) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2511
2574
 
2512
2575
 
2513
2576
 
@@ -2546,7 +2609,7 @@ may not render the same style.</p>
2546
2609
  <div class="method_details ">
2547
2610
  <h3 class="signature " id="normalize_bool!-instance_method">
2548
2611
 
2549
- #<strong>normalize_bool!</strong>(default = :and) &#x21d2; <tt>Object</tt>
2612
+ #<strong>normalize_bool!</strong>(default = :and) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2550
2613
 
2551
2614
 
2552
2615
 
@@ -2574,7 +2637,7 @@ may not render the same style.</p>
2574
2637
  <div class="method_details ">
2575
2638
  <h3 class="signature " id="normalize_case-instance_method">
2576
2639
 
2577
- #<strong>normalize_case</strong>(default = :smart) &#x21d2; <tt>Object</tt>
2640
+ #<strong>normalize_case</strong>(default = :smart) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2578
2641
 
2579
2642
 
2580
2643
 
@@ -2613,7 +2676,7 @@ may not render the same style.</p>
2613
2676
  <div class="method_details ">
2614
2677
  <h3 class="signature " id="normalize_case!-instance_method">
2615
2678
 
2616
- #<strong>normalize_case!</strong> &#x21d2; <tt>Object</tt>
2679
+ #<strong>normalize_case!</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2617
2680
 
2618
2681
 
2619
2682
 
@@ -2641,7 +2704,7 @@ may not render the same style.</p>
2641
2704
  <div class="method_details ">
2642
2705
  <h3 class="signature " id="normalize_matching-instance_method">
2643
2706
 
2644
- #<strong>normalize_matching</strong>(default = :pattern) &#x21d2; <tt>Object</tt>
2707
+ #<strong>normalize_matching</strong>(default = :pattern) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2645
2708
 
2646
2709
 
2647
2710
 
@@ -2703,7 +2766,7 @@ doesn&#39;t match a known symbol</p>
2703
2766
  <div class="method_details ">
2704
2767
  <h3 class="signature " id="normalize_matching!-instance_method">
2705
2768
 
2706
- #<strong>normalize_matching!</strong>(default = :pattern) &#x21d2; <tt>Object</tt>
2769
+ #<strong>normalize_matching!</strong>(default = :pattern) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2707
2770
 
2708
2771
 
2709
2772
 
@@ -2731,7 +2794,7 @@ doesn&#39;t match a known symbol</p>
2731
2794
  <div class="method_details ">
2732
2795
  <h3 class="signature " id="normalize_order-instance_method">
2733
2796
 
2734
- #<strong>normalize_order</strong>(default = &#39;asc&#39;) &#x21d2; <tt>Object</tt>
2797
+ #<strong>normalize_order</strong>(default = &#39;asc&#39;) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2735
2798
 
2736
2799
 
2737
2800
 
@@ -2822,7 +2885,7 @@ to avoid match groups</p>
2822
2885
  <div class="method_details ">
2823
2886
  <h3 class="signature " id="normalize_trigger!-instance_method">
2824
2887
 
2825
- #<strong>normalize_trigger!</strong> &#x21d2; <tt>Object</tt>
2888
+ #<strong>normalize_trigger!</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2826
2889
 
2827
2890
 
2828
2891
 
@@ -2889,7 +2952,7 @@ to avoid match groups</p>
2889
2952
  <div class="method_details ">
2890
2953
  <h3 class="signature " id="remove_self_links-instance_method">
2891
2954
 
2892
- #<strong>remove_self_links</strong> &#x21d2; <tt>Object</tt>
2955
+ #<strong>remove_self_links</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2893
2956
 
2894
2957
 
2895
2958
 
@@ -2911,7 +2974,7 @@ to avoid match groups</p>
2911
2974
  <div class="method_details ">
2912
2975
  <h3 class="signature " id="replace_qualified_urls-instance_method">
2913
2976
 
2914
- #<strong>replace_qualified_urls</strong>(**options) &#x21d2; <tt>Object</tt>
2977
+ #<strong>replace_qualified_urls</strong>(**options) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2915
2978
 
2916
2979
 
2917
2980
 
@@ -2933,7 +2996,7 @@ to avoid match groups</p>
2933
2996
  <div class="method_details ">
2934
2997
  <h3 class="signature " id="set_type-instance_method">
2935
2998
 
2936
- #<strong>set_type</strong>(kind = nil) &#x21d2; <tt>Object</tt>
2999
+ #<strong>set_type</strong>(kind = nil) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
2937
3000
 
2938
3001
 
2939
3002
 
@@ -3000,7 +3063,7 @@ not recognized)</p>
3000
3063
  <div class="method_details ">
3001
3064
  <h3 class="signature " id="simple_wrap-instance_method">
3002
3065
 
3003
- #<strong>simple_wrap</strong>(width) &#x21d2; <tt>Object</tt>
3066
+ #<strong>simple_wrap</strong>(width) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3004
3067
 
3005
3068
 
3006
3069
 
@@ -3225,7 +3288,7 @@ array</p>
3225
3288
  <div class="method_details ">
3226
3289
  <h3 class="signature " id="tag!-instance_method">
3227
3290
 
3228
- #<strong>tag!</strong>(tag, **options) &#x21d2; <tt>Object</tt>
3291
+ #<strong>tag!</strong>(tag, **options) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3229
3292
 
3230
3293
 
3231
3294
 
@@ -3254,7 +3317,7 @@ array</p>
3254
3317
  <div class="method_details ">
3255
3318
  <h3 class="signature " id="time_string-instance_method">
3256
3319
 
3257
- #<strong>time_string</strong>(format: :dhm) &#x21d2; <tt>Object</tt>
3320
+ #<strong>time_string</strong>(format: :dhm) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3258
3321
 
3259
3322
 
3260
3323
 
@@ -3297,7 +3360,7 @@ array</p>
3297
3360
  <div class="method_details ">
3298
3361
  <h3 class="signature " id="to_bool-instance_method">
3299
3362
 
3300
- #<strong>to_bool</strong> &#x21d2; <tt>Object</tt>
3363
+ #<strong>to_bool</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3301
3364
 
3302
3365
 
3303
3366
 
@@ -3309,7 +3372,7 @@ array</p>
3309
3372
  <div class="method_details ">
3310
3373
  <h3 class="signature " id="to_p-instance_method">
3311
3374
 
3312
- #<strong>to_p</strong>(number) &#x21d2; <tt>Object</tt>
3375
+ #<strong>to_p</strong>(number) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3313
3376
 
3314
3377
 
3315
3378
 
@@ -3351,7 +3414,7 @@ object the string represents</p>
3351
3414
  <div class="method_details ">
3352
3415
  <h3 class="signature " id="to_phrase_query-instance_method">
3353
3416
 
3354
- #<strong>to_phrase_query</strong> &#x21d2; <tt>Object</tt>
3417
+ #<strong>to_phrase_query</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3355
3418
 
3356
3419
 
3357
3420
 
@@ -3363,7 +3426,7 @@ object the string represents</p>
3363
3426
  <div class="method_details ">
3364
3427
  <h3 class="signature " id="to_query-instance_method">
3365
3428
 
3366
- #<strong>to_query</strong> &#x21d2; <tt>Object</tt>
3429
+ #<strong>to_query</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3367
3430
 
3368
3431
 
3369
3432
 
@@ -3557,7 +3620,7 @@ can include parenthetical values (with spaces)</p>
3557
3620
  <div class="method_details ">
3558
3621
  <h3 class="signature " id="truncate-instance_method">
3559
3622
 
3560
- #<strong>truncate</strong>(len, ellipsis: &#39;...&#39;) &#x21d2; <tt>Object</tt>
3623
+ #<strong>truncate</strong>(len, ellipsis: &#39;...&#39;) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3561
3624
 
3562
3625
 
3563
3626
 
@@ -3598,7 +3661,7 @@ can include parenthetical values (with spaces)</p>
3598
3661
  <div class="method_details ">
3599
3662
  <h3 class="signature " id="truncate!-instance_method">
3600
3663
 
3601
- #<strong>truncate!</strong>(len, ellipsis: &#39;...&#39;) &#x21d2; <tt>Object</tt>
3664
+ #<strong>truncate!</strong>(len, ellipsis: &#39;...&#39;) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3602
3665
 
3603
3666
 
3604
3667
 
@@ -3610,7 +3673,7 @@ can include parenthetical values (with spaces)</p>
3610
3673
  <div class="method_details ">
3611
3674
  <h3 class="signature " id="truncmiddle-instance_method">
3612
3675
 
3613
- #<strong>truncmiddle</strong>(len, ellipsis: &#39;...&#39;) &#x21d2; <tt>Object</tt>
3676
+ #<strong>truncmiddle</strong>(len, ellipsis: &#39;...&#39;) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3614
3677
 
3615
3678
 
3616
3679
 
@@ -3668,7 +3731,7 @@ can include parenthetical values (with spaces)</p>
3668
3731
  <div class="method_details ">
3669
3732
  <h3 class="signature " id="truncmiddle!-instance_method">
3670
3733
 
3671
- #<strong>truncmiddle!</strong>(len, ellipsis: &#39;...&#39;) &#x21d2; <tt>Object</tt>
3734
+ #<strong>truncmiddle!</strong>(len, ellipsis: &#39;...&#39;) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3672
3735
 
3673
3736
 
3674
3737
 
@@ -3719,7 +3782,7 @@ can include parenthetical values (with spaces)</p>
3719
3782
  <div class="method_details ">
3720
3783
  <h3 class="signature " id="uncolor-instance_method">
3721
3784
 
3722
- #<strong>uncolor</strong> &#x21d2; <tt>Object</tt>
3785
+ #<strong>uncolor</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3723
3786
 
3724
3787
 
3725
3788
 
@@ -3758,7 +3821,7 @@ can include parenthetical values (with spaces)</p>
3758
3821
  <div class="method_details ">
3759
3822
  <h3 class="signature " id="uncolor!-instance_method">
3760
3823
 
3761
- #<strong>uncolor!</strong> &#x21d2; <tt>Object</tt>
3824
+ #<strong>uncolor!</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3762
3825
 
3763
3826
 
3764
3827
 
@@ -3857,7 +3920,7 @@ Uses \S (non-whitespace) instead of . (any character)</p>
3857
3920
  <div class="method_details ">
3858
3921
  <h3 class="signature " id="wrap-instance_method">
3859
3922
 
3860
- #<strong>wrap</strong>(len, pad: 0, indent: &#39; &#39;, offset: 0, prefix: &#39;&#39;, color: &#39;&#39;, after: &#39;&#39;, reset: &#39;&#39;, pad_first: false) &#x21d2; <tt>Object</tt>
3923
+ #<strong>wrap</strong>(len, pad: 0, indent: &#39; &#39;, offset: 0, prefix: &#39;&#39;, color: &#39;&#39;, after: &#39;&#39;, reset: &#39;&#39;, pad_first: false) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
3861
3924
 
3862
3925
 
3863
3926
 
@@ -3934,7 +3997,7 @@ Uses \S (non-whitespace) instead of . (any character)</p>
3934
3997
  </div>
3935
3998
 
3936
3999
  <div id="footer">
3937
- Generated on Sat Jan 22 17:30:14 2022 by
4000
+ Generated on Sun Jan 23 09:24:05 2022 by
3938
4001
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3939
4002
  0.9.27 (ruby-3.0.1).
3940
4003
  </div>
data/docs/doc/Symbol.html CHANGED
@@ -69,10 +69,10 @@
69
69
  <dl>
70
70
  <dt>Inherits:</dt>
71
71
  <dd>
72
- <span class="inheritName">Object</span>
72
+ <span class="inheritName"><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></span>
73
73
 
74
74
  <ul class="fullTree">
75
- <li>Object</li>
75
+ <li><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></li>
76
76
 
77
77
  <li class="next">Symbol</li>
78
78
 
@@ -246,7 +246,7 @@
246
246
  <div class="method_details first">
247
247
  <h3 class="signature first" id="normalize_age-instance_method">
248
248
 
249
- #<strong>normalize_age</strong>(default = :newest) &#x21d2; <tt>Object</tt>
249
+ #<strong>normalize_age</strong>(default = :newest) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
250
250
 
251
251
 
252
252
 
@@ -258,7 +258,7 @@
258
258
  <div class="method_details ">
259
259
  <h3 class="signature " id="normalize_bool-instance_method">
260
260
 
261
- #<strong>normalize_bool</strong>(default = :and) &#x21d2; <tt>Object</tt>
261
+ #<strong>normalize_bool</strong>(default = :and) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
262
262
 
263
263
 
264
264
 
@@ -270,7 +270,7 @@
270
270
  <div class="method_details ">
271
271
  <h3 class="signature " id="normalize_case-instance_method">
272
272
 
273
- #<strong>normalize_case</strong> &#x21d2; <tt>Object</tt>
273
+ #<strong>normalize_case</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
274
274
 
275
275
 
276
276
 
@@ -282,7 +282,7 @@
282
282
  <div class="method_details ">
283
283
  <h3 class="signature " id="normalize_matching-instance_method">
284
284
 
285
- #<strong>normalize_matching</strong>(default = :pattern) &#x21d2; <tt>Object</tt>
285
+ #<strong>normalize_matching</strong>(default = :pattern) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
286
286
 
287
287
 
288
288
 
@@ -294,7 +294,7 @@
294
294
  <div class="method_details ">
295
295
  <h3 class="signature " id="normalize_order-instance_method">
296
296
 
297
- #<strong>normalize_order</strong>(default = &#39;asc&#39;) &#x21d2; <tt>Object</tt>
297
+ #<strong>normalize_order</strong>(default = &#39;asc&#39;) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
298
298
 
299
299
 
300
300
 
@@ -308,7 +308,7 @@
308
308
  </div>
309
309
 
310
310
  <div id="footer">
311
- Generated on Sat Jan 22 17:30:14 2022 by
311
+ Generated on Sun Jan 23 09:24:05 2022 by
312
312
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
313
313
  0.9.27 (ruby-3.0.1).
314
314
  </div>
data/docs/doc/Time.html CHANGED
@@ -69,10 +69,10 @@
69
69
  <dl>
70
70
  <dt>Inherits:</dt>
71
71
  <dd>
72
- <span class="inheritName">Object</span>
72
+ <span class="inheritName"><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></span>
73
73
 
74
74
  <ul class="fullTree">
75
- <li>Object</li>
75
+ <li><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></li>
76
76
 
77
77
  <li class="next">Time</li>
78
78
 
@@ -202,7 +202,7 @@
202
202
  <div class="method_details first">
203
203
  <h3 class="signature first" id="humanize-instance_method">
204
204
 
205
- #<strong>humanize</strong>(seconds) &#x21d2; <tt>Object</tt>
205
+ #<strong>humanize</strong>(seconds) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
206
206
 
207
207
 
208
208
 
@@ -214,7 +214,7 @@
214
214
  <div class="method_details ">
215
215
  <h3 class="signature " id="relative_date-instance_method">
216
216
 
217
- #<strong>relative_date</strong> &#x21d2; <tt>Object</tt>
217
+ #<strong>relative_date</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
218
218
 
219
219
 
220
220
 
@@ -226,7 +226,7 @@
226
226
  <div class="method_details ">
227
227
  <h3 class="signature " id="time_ago-instance_method">
228
228
 
229
- #<strong>time_ago</strong> &#x21d2; <tt>Object</tt>
229
+ #<strong>time_ago</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
230
230
 
231
231
 
232
232
 
@@ -240,7 +240,7 @@
240
240
  </div>
241
241
 
242
242
  <div id="footer">
243
- Generated on Sat Jan 22 17:30:14 2022 by
243
+ Generated on Sun Jan 23 09:24:05 2022 by
244
244
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
245
245
  0.9.27 (ruby-3.0.1).
246
246
  </div>