doing 2.1.21 → 2.1.22
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 +13 -13
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +16 -15
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/Rakefile +4 -2
- data/bin/doing +44 -44
- data/docs/doc/Array.html +7 -35
- 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 +5 -5
- 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 +1 -1
- data/docs/doc/Doing.html +4 -4
- 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 +76 -4
- data/docs/doc/Numeric.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 +63 -1
- data/docs/doc/Symbol.html +1 -1
- data/docs/doc/Time.html +1 -1
- data/docs/doc/_index.html +20 -13
- data/docs/doc/class_list.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +238 -214
- data/docs/doc/top-level-namespace.html +1 -92
- data/doing.rdoc +12 -7
- data/lib/doing/array.rb +5 -4
- data/lib/doing/array_chronify.rb +4 -3
- data/lib/doing/configuration.rb +1 -1
- data/lib/doing/hash.rb +21 -3
- data/lib/doing/item.rb +2 -2
- data/lib/doing/log_adapter.rb +1 -1
- data/lib/doing/pager.rb +1 -1
- data/lib/doing/plugins/export/template_export.rb +8 -2
- data/lib/doing/prompt.rb +4 -2
- data/lib/doing/string.rb +10 -1
- data/lib/doing/template_string.rb +7 -0
- data/lib/doing/types.rb +20 -16
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +3 -9
- data/lib/doing.rb +1 -0
- data/lib/helpers/threaded_tests.rb +73 -50
- metadata +2 -2
data/docs/doc/Doing/Items.html
CHANGED
|
@@ -890,7 +890,7 @@ specified section</p>
|
|
|
890
890
|
</div>
|
|
891
891
|
|
|
892
892
|
<div id="footer">
|
|
893
|
-
Generated on
|
|
893
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
894
894
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
895
895
|
0.9.27 (ruby-3.0.1).
|
|
896
896
|
</div>
|
|
@@ -1797,7 +1797,7 @@ message (optional)</p>
|
|
|
1797
1797
|
</div>
|
|
1798
1798
|
|
|
1799
1799
|
<div id="footer">
|
|
1800
|
-
Generated on
|
|
1800
|
+
Generated on Fri Jan 21 14:53:34 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>
|
data/docs/doc/Doing/Note.html
CHANGED
|
@@ -627,7 +627,7 @@ content</p>
|
|
|
627
627
|
</div>
|
|
628
628
|
|
|
629
629
|
<div id="footer">
|
|
630
|
-
Generated on
|
|
630
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
631
631
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
632
632
|
0.9.27 (ruby-3.0.1).
|
|
633
633
|
</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 Fri Jan 21 14:53:33 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
|
@@ -1235,7 +1235,7 @@ e.g. :imp => :import</p>
|
|
|
1235
1235
|
</div>
|
|
1236
1236
|
|
|
1237
1237
|
<div id="footer">
|
|
1238
|
-
Generated on
|
|
1238
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
1239
1239
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1240
1240
|
0.9.27 (ruby-3.0.1).
|
|
1241
1241
|
</div>
|
data/docs/doc/Doing/Prompt.html
CHANGED
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
<li class="public ">
|
|
312
312
|
<span class="summary_signature">
|
|
313
313
|
|
|
314
|
-
<a href="#read_lines-class_method" title="read_lines (class method)">.<strong>read_lines</strong>(prompt: 'Enter text', completions: []) ⇒ Object </a>
|
|
314
|
+
<a href="#read_lines-class_method" title="read_lines (class method)">.<strong>read_lines</strong>(prompt: 'Enter text', completions: [], default_response: '') ⇒ Object </a>
|
|
315
315
|
|
|
316
316
|
|
|
317
317
|
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
<li class="public ">
|
|
334
334
|
<span class="summary_signature">
|
|
335
335
|
|
|
336
|
-
<a href="#request_lines-class_method" title="request_lines (class method)">.<strong>request_lines</strong>(prompt: 'Enter text') ⇒ Object </a>
|
|
336
|
+
<a href="#request_lines-class_method" title="request_lines (class method)">.<strong>request_lines</strong>(prompt: 'Enter text', default_response: '') ⇒ Object </a>
|
|
337
337
|
|
|
338
338
|
|
|
339
339
|
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
<div class="method_details ">
|
|
782
782
|
<h3 class="signature " id="read_lines-class_method">
|
|
783
783
|
|
|
784
|
-
.<strong>read_lines</strong>(prompt: 'Enter text', completions: []) ⇒ <tt>Object</tt>
|
|
784
|
+
.<strong>read_lines</strong>(prompt: 'Enter text', completions: [], default_response: '') ⇒ <tt>Object</tt>
|
|
785
785
|
|
|
786
786
|
|
|
787
787
|
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
<div class="method_details ">
|
|
794
794
|
<h3 class="signature " id="request_lines-class_method">
|
|
795
795
|
|
|
796
|
-
.<strong>request_lines</strong>(prompt: 'Enter text') ⇒ <tt>Object</tt>
|
|
796
|
+
.<strong>request_lines</strong>(prompt: 'Enter text', default_response: '') ⇒ <tt>Object</tt>
|
|
797
797
|
|
|
798
798
|
|
|
799
799
|
|
|
@@ -932,7 +932,7 @@ response if no input</p>
|
|
|
932
932
|
</div>
|
|
933
933
|
|
|
934
934
|
<div id="footer">
|
|
935
|
-
Generated on
|
|
935
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
936
936
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
937
937
|
0.9.27 (ruby-3.0.1).
|
|
938
938
|
</div>
|
data/docs/doc/Doing/Section.html
CHANGED
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
</div>
|
|
345
345
|
|
|
346
346
|
<div id="footer">
|
|
347
|
-
Generated on
|
|
347
|
+
Generated on Fri Jan 21 14:53:34 2022 by
|
|
348
348
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
349
349
|
0.9.27 (ruby-3.0.1).
|
|
350
350
|
</div>
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
|
|
401
401
|
|
|
402
402
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../String.html" title="String (class)">String</a></span></h3>
|
|
403
|
-
<p class="inherited"><span class='object_link'><a href="../String.html#add_at-instance_method" title="String#add_at (method)">#add_at</a></span>, <span class='object_link'><a href="../String.html#add_tags-instance_method" title="String#add_tags (method)">#add_tags</a></span>, <span class='object_link'><a href="../String.html#add_tags!-instance_method" title="String#add_tags! (method)">#add_tags!</a></span>, <span class='object_link'><a href="../String.html#cap_first-instance_method" title="String#cap_first (method)">#cap_first</a></span>, <span class='object_link'><a href="../String.html#chronify-instance_method" title="String#chronify (method)">#chronify</a></span>, <span class='object_link'><a href="../String.html#chronify_qty-instance_method" title="String#chronify_qty (method)">#chronify_qty</a></span>, <span class='object_link'><a href="../String.html#clean_unlinked_urls-instance_method" title="String#clean_unlinked_urls (method)">#clean_unlinked_urls</a></span>, <span class='object_link'><a href="../String.html#compress-instance_method" title="String#compress (method)">#compress</a></span>, <span class='object_link'><a href="../String.html#compress!-instance_method" title="String#compress! (method)">#compress!</a></span>, <span class='object_link'><a href="../String.html#dedup_tags-instance_method" title="String#dedup_tags (method)">#dedup_tags</a></span>, <span class='object_link'><a href="../String.html#dedup_tags!-instance_method" title="String#dedup_tags! (method)">#dedup_tags!</a></span>, <span class='object_link'><a href="../String.html#expand_date_tags-instance_method" title="String#expand_date_tags (method)">#expand_date_tags</a></span>, <span class='object_link'><a href="../String.html#highlight_search-instance_method" title="String#highlight_search (method)">#highlight_search</a></span>, <span class='object_link'><a href="../String.html#highlight_search!-instance_method" title="String#highlight_search! (method)">#highlight_search!</a></span>, <span class='object_link'><a href="../String.html#highlight_tags-instance_method" title="String#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="../String.html#highlight_tags!-instance_method" title="String#highlight_tags! (method)">#highlight_tags!</a></span>, <span class='object_link'><a href="../String.html#ignore%3F-instance_method" title="String#ignore? (method)">#ignore?</a></span>, <span class='object_link'><a href="../String.html#ignore_case-instance_method" title="String#ignore_case (method)">#ignore_case</a></span>, <span class='object_link'><a href="../String.html#is_range%3F-instance_method" title="String#is_range? (method)">#is_range?</a></span>, <span class='object_link'><a href="../String.html#is_rx%3F-instance_method" title="String#is_rx? (method)">#is_rx?</a></span>, <span class='object_link'><a href="../String.html#last_color-instance_method" title="String#last_color (method)">#last_color</a></span>, <span class='object_link'><a href="../String.html#link_urls-instance_method" title="String#link_urls (method)">#link_urls</a></span>, <span class='object_link'><a href="../String.html#link_urls!-instance_method" title="String#link_urls! (method)">#link_urls!</a></span>, <span class='object_link'><a href="../String.html#normalize_age-instance_method" title="String#normalize_age (method)">#normalize_age</a></span>, <span class='object_link'><a href="../String.html#normalize_age!-instance_method" title="String#normalize_age! (method)">#normalize_age!</a></span>, <span class='object_link'><a href="../String.html#normalize_bool-instance_method" title="String#normalize_bool (method)">#normalize_bool</a></span>, <span class='object_link'><a href="../String.html#normalize_bool!-instance_method" title="String#normalize_bool! (method)">#normalize_bool!</a></span>, <span class='object_link'><a href="../String.html#normalize_case-instance_method" title="String#normalize_case (method)">#normalize_case</a></span>, <span class='object_link'><a href="../String.html#normalize_case!-instance_method" title="String#normalize_case! (method)">#normalize_case!</a></span>, <span class='object_link'><a href="../String.html#normalize_matching-instance_method" title="String#normalize_matching (method)">#normalize_matching</a></span>, <span class='object_link'><a href="../String.html#normalize_matching!-instance_method" title="String#normalize_matching! (method)">#normalize_matching!</a></span>, <span class='object_link'><a href="../String.html#normalize_order-instance_method" title="String#normalize_order (method)">#normalize_order</a></span>, <span class='object_link'><a href="../String.html#normalize_order!-instance_method" title="String#normalize_order! (method)">#normalize_order!</a></span>, <span class='object_link'><a href="../String.html#normalize_trigger-instance_method" title="String#normalize_trigger (method)">#normalize_trigger</a></span>, <span class='object_link'><a href="../String.html#normalize_trigger!-instance_method" title="String#normalize_trigger! (method)">#normalize_trigger!</a></span>, <span class='object_link'><a href="../String.html#remove_self_links-instance_method" title="String#remove_self_links (method)">#remove_self_links</a></span>, <span class='object_link'><a href="../String.html#replace_qualified_urls-instance_method" title="String#replace_qualified_urls (method)">#replace_qualified_urls</a></span>, <span class='object_link'><a href="../String.html#set_type-instance_method" title="String#set_type (method)">#set_type</a></span>, <span class='object_link'><a href="../String.html#simple_wrap-instance_method" title="String#simple_wrap (method)">#simple_wrap</a></span>, <span class='object_link'><a href="../String.html#split_date_range-instance_method" title="String#split_date_range (method)">#split_date_range</a></span>, <span class='object_link'><a href="../String.html#tag-instance_method" title="String#tag (method)">#tag</a></span>, <span class='object_link'><a href="../String.html#tag!-instance_method" title="String#tag! (method)">#tag!</a></span>, <span class='object_link'><a href="../String.html#time_string-instance_method" title="String#time_string (method)">#time_string</a></span>, <span class='object_link'><a href="../String.html#to_bool-instance_method" title="String#to_bool (method)">#to_bool</a></span>, <span class='object_link'><a href="../String.html#to_p-instance_method" title="String#to_p (method)">#to_p</a></span>, <span class='object_link'><a href="../String.html#to_phrase_query-instance_method" title="String#to_phrase_query (method)">#to_phrase_query</a></span>, <span class='object_link'><a href="../String.html#to_rx-instance_method" title="String#to_rx (method)">#to_rx</a></span>, <span class='object_link'><a href="../String.html#to_seconds-instance_method" title="String#to_seconds (method)">#to_seconds</a></span>, <span class='object_link'><a href="../String.html#to_tags-instance_method" title="String#to_tags (method)">#to_tags</a></span>, <span class='object_link'><a href="../String.html#truncate-instance_method" title="String#truncate (method)">#truncate</a></span>, <span class='object_link'><a href="../String.html#truncate!-instance_method" title="String#truncate! (method)">#truncate!</a></span>, <span class='object_link'><a href="../String.html#truncmiddle-instance_method" title="String#truncmiddle (method)">#truncmiddle</a></span>, <span class='object_link'><a href="../String.html#truncmiddle!-instance_method" title="String#truncmiddle! (method)">#truncmiddle!</a></span>, <span class='object_link'><a href="../String.html#truthy%3F-instance_method" title="String#truthy? (method)">#truthy?</a></span>, <span class='object_link'><a href="../String.html#uncolor-instance_method" title="String#uncolor (method)">#uncolor</a></span>, <span class='object_link'><a href="../String.html#uncolor!-instance_method" title="String#uncolor! (method)">#uncolor!</a></span>, <span class='object_link'><a href="../String.html#validate_color-instance_method" title="String#validate_color (method)">#validate_color</a></span>, <span class='object_link'><a href="../String.html#wildcard_to_rx-instance_method" title="String#wildcard_to_rx (method)">#wildcard_to_rx</a></span>, <span class='object_link'><a href="../String.html#wrap-instance_method" title="String#wrap (method)">#wrap</a></span></p>
|
|
403
|
+
<p class="inherited"><span class='object_link'><a href="../String.html#add_at-instance_method" title="String#add_at (method)">#add_at</a></span>, <span class='object_link'><a href="../String.html#add_tags-instance_method" title="String#add_tags (method)">#add_tags</a></span>, <span class='object_link'><a href="../String.html#add_tags!-instance_method" title="String#add_tags! (method)">#add_tags!</a></span>, <span class='object_link'><a href="../String.html#cap_first-instance_method" title="String#cap_first (method)">#cap_first</a></span>, <span class='object_link'><a href="../String.html#chronify-instance_method" title="String#chronify (method)">#chronify</a></span>, <span class='object_link'><a href="../String.html#chronify_qty-instance_method" title="String#chronify_qty (method)">#chronify_qty</a></span>, <span class='object_link'><a href="../String.html#clean_unlinked_urls-instance_method" title="String#clean_unlinked_urls (method)">#clean_unlinked_urls</a></span>, <span class='object_link'><a href="../String.html#compress-instance_method" title="String#compress (method)">#compress</a></span>, <span class='object_link'><a href="../String.html#compress!-instance_method" title="String#compress! (method)">#compress!</a></span>, <span class='object_link'><a href="../String.html#dedup_tags-instance_method" title="String#dedup_tags (method)">#dedup_tags</a></span>, <span class='object_link'><a href="../String.html#dedup_tags!-instance_method" title="String#dedup_tags! (method)">#dedup_tags!</a></span>, <span class='object_link'><a href="../String.html#expand_date_tags-instance_method" title="String#expand_date_tags (method)">#expand_date_tags</a></span>, <span class='object_link'><a href="../String.html#highlight_search-instance_method" title="String#highlight_search (method)">#highlight_search</a></span>, <span class='object_link'><a href="../String.html#highlight_search!-instance_method" title="String#highlight_search! (method)">#highlight_search!</a></span>, <span class='object_link'><a href="../String.html#highlight_tags-instance_method" title="String#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="../String.html#highlight_tags!-instance_method" title="String#highlight_tags! (method)">#highlight_tags!</a></span>, <span class='object_link'><a href="../String.html#ignore%3F-instance_method" title="String#ignore? (method)">#ignore?</a></span>, <span class='object_link'><a href="../String.html#ignore_case-instance_method" title="String#ignore_case (method)">#ignore_case</a></span>, <span class='object_link'><a href="../String.html#is_range%3F-instance_method" title="String#is_range? (method)">#is_range?</a></span>, <span class='object_link'><a href="../String.html#is_rx%3F-instance_method" title="String#is_rx? (method)">#is_rx?</a></span>, <span class='object_link'><a href="../String.html#last_color-instance_method" title="String#last_color (method)">#last_color</a></span>, <span class='object_link'><a href="../String.html#link_urls-instance_method" title="String#link_urls (method)">#link_urls</a></span>, <span class='object_link'><a href="../String.html#link_urls!-instance_method" title="String#link_urls! (method)">#link_urls!</a></span>, <span class='object_link'><a href="../String.html#normalize_age-instance_method" title="String#normalize_age (method)">#normalize_age</a></span>, <span class='object_link'><a href="../String.html#normalize_age!-instance_method" title="String#normalize_age! (method)">#normalize_age!</a></span>, <span class='object_link'><a href="../String.html#normalize_bool-instance_method" title="String#normalize_bool (method)">#normalize_bool</a></span>, <span class='object_link'><a href="../String.html#normalize_bool!-instance_method" title="String#normalize_bool! (method)">#normalize_bool!</a></span>, <span class='object_link'><a href="../String.html#normalize_case-instance_method" title="String#normalize_case (method)">#normalize_case</a></span>, <span class='object_link'><a href="../String.html#normalize_case!-instance_method" title="String#normalize_case! (method)">#normalize_case!</a></span>, <span class='object_link'><a href="../String.html#normalize_matching-instance_method" title="String#normalize_matching (method)">#normalize_matching</a></span>, <span class='object_link'><a href="../String.html#normalize_matching!-instance_method" title="String#normalize_matching! (method)">#normalize_matching!</a></span>, <span class='object_link'><a href="../String.html#normalize_order-instance_method" title="String#normalize_order (method)">#normalize_order</a></span>, <span class='object_link'><a href="../String.html#normalize_order!-instance_method" title="String#normalize_order! (method)">#normalize_order!</a></span>, <span class='object_link'><a href="../String.html#normalize_trigger-instance_method" title="String#normalize_trigger (method)">#normalize_trigger</a></span>, <span class='object_link'><a href="../String.html#normalize_trigger!-instance_method" title="String#normalize_trigger! (method)">#normalize_trigger!</a></span>, <span class='object_link'><a href="../String.html#remove_at-instance_method" title="String#remove_at (method)">#remove_at</a></span>, <span class='object_link'><a href="../String.html#remove_self_links-instance_method" title="String#remove_self_links (method)">#remove_self_links</a></span>, <span class='object_link'><a href="../String.html#replace_qualified_urls-instance_method" title="String#replace_qualified_urls (method)">#replace_qualified_urls</a></span>, <span class='object_link'><a href="../String.html#set_type-instance_method" title="String#set_type (method)">#set_type</a></span>, <span class='object_link'><a href="../String.html#simple_wrap-instance_method" title="String#simple_wrap (method)">#simple_wrap</a></span>, <span class='object_link'><a href="../String.html#split_date_range-instance_method" title="String#split_date_range (method)">#split_date_range</a></span>, <span class='object_link'><a href="../String.html#tag-instance_method" title="String#tag (method)">#tag</a></span>, <span class='object_link'><a href="../String.html#tag!-instance_method" title="String#tag! (method)">#tag!</a></span>, <span class='object_link'><a href="../String.html#time_string-instance_method" title="String#time_string (method)">#time_string</a></span>, <span class='object_link'><a href="../String.html#to_bool-instance_method" title="String#to_bool (method)">#to_bool</a></span>, <span class='object_link'><a href="../String.html#to_p-instance_method" title="String#to_p (method)">#to_p</a></span>, <span class='object_link'><a href="../String.html#to_phrase_query-instance_method" title="String#to_phrase_query (method)">#to_phrase_query</a></span>, <span class='object_link'><a href="../String.html#to_rx-instance_method" title="String#to_rx (method)">#to_rx</a></span>, <span class='object_link'><a href="../String.html#to_seconds-instance_method" title="String#to_seconds (method)">#to_seconds</a></span>, <span class='object_link'><a href="../String.html#to_tags-instance_method" title="String#to_tags (method)">#to_tags</a></span>, <span class='object_link'><a href="../String.html#truncate-instance_method" title="String#truncate (method)">#truncate</a></span>, <span class='object_link'><a href="../String.html#truncate!-instance_method" title="String#truncate! (method)">#truncate!</a></span>, <span class='object_link'><a href="../String.html#truncmiddle-instance_method" title="String#truncmiddle (method)">#truncmiddle</a></span>, <span class='object_link'><a href="../String.html#truncmiddle!-instance_method" title="String#truncmiddle! (method)">#truncmiddle!</a></span>, <span class='object_link'><a href="../String.html#truthy%3F-instance_method" title="String#truthy? (method)">#truthy?</a></span>, <span class='object_link'><a href="../String.html#uncolor-instance_method" title="String#uncolor (method)">#uncolor</a></span>, <span class='object_link'><a href="../String.html#uncolor!-instance_method" title="String#uncolor! (method)">#uncolor!</a></span>, <span class='object_link'><a href="../String.html#validate_color-instance_method" title="String#validate_color (method)">#validate_color</a></span>, <span class='object_link'><a href="../String.html#wildcard_to_rx-instance_method" title="String#wildcard_to_rx (method)">#wildcard_to_rx</a></span>, <span class='object_link'><a href="../String.html#wrap-instance_method" title="String#wrap (method)">#wrap</a></span></p>
|
|
404
404
|
<div id="constructor_details" class="method_details_list">
|
|
405
405
|
<h2>Constructor Details</h2>
|
|
406
406
|
|
|
@@ -703,7 +703,7 @@ of colors and string locations</p>
|
|
|
703
703
|
</div>
|
|
704
704
|
|
|
705
705
|
<div id="footer">
|
|
706
|
-
Generated on
|
|
706
|
+
Generated on Fri Jan 21 14:53:34 2022 by
|
|
707
707
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
708
708
|
0.9.27 (ruby-3.0.1).
|
|
709
709
|
</div>
|
|
@@ -836,7 +836,7 @@ in a hidden directory</p>
|
|
|
836
836
|
</div>
|
|
837
837
|
|
|
838
838
|
<div id="footer">
|
|
839
|
-
Generated on
|
|
839
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
840
840
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
841
841
|
0.9.27 (ruby-3.0.1).
|
|
842
842
|
</div>
|
data/docs/doc/Doing/Util.html
CHANGED
|
@@ -928,7 +928,7 @@ other_hash - the other hash whose values will be persisted after the merge</p>
|
|
|
928
928
|
</div>
|
|
929
929
|
|
|
930
930
|
<div id="footer">
|
|
931
|
-
Generated on
|
|
931
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
932
932
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
933
933
|
0.9.27 (ruby-3.0.1).
|
|
934
934
|
</div>
|
data/docs/doc/Doing/WWID.html
CHANGED
|
@@ -4754,7 +4754,7 @@ json, or text)</p>
|
|
|
4754
4754
|
</div>
|
|
4755
4755
|
|
|
4756
4756
|
<div id="footer">
|
|
4757
|
-
Generated on
|
|
4757
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
4758
4758
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
4759
4759
|
0.9.27 (ruby-3.0.1).
|
|
4760
4760
|
</div>
|
data/docs/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/util_backup.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/array_chronify.rb,<br /> lib/doing/plugin_manager.rb,<br /> lib/doing/string_chronify.rb,<br /> lib/doing/template_string.rb,<br /> lib/doing/numeric_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/types.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/array_chronify.rb,<br /> lib/doing/plugin_manager.rb,<br /> lib/doing/string_chronify.rb,<br /> lib/doing/template_string.rb,<br /> lib/doing/numeric_chronify.rb</span>
|
|
83
83
|
</dd>
|
|
84
84
|
</dl>
|
|
85
85
|
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
<p class="children">
|
|
100
100
|
|
|
101
101
|
|
|
102
|
-
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Doing/Color.html" title="Doing::Color (module)">Color</a></span>, <span class='object_link'><a href="Doing/Completion.html" title="Doing::Completion (module)">Completion</a></span>, <span class='object_link'><a href="Doing/Errors.html" title="Doing::Errors (module)">Errors</a></span>, <span class='object_link'><a href="Doing/Hooks.html" title="Doing::Hooks (module)">Hooks</a></span>, <span class='object_link'><a href="Doing/Pager.html" title="Doing::Pager (module)">Pager</a></span>, <span class='object_link'><a href="Doing/Plugins.html" title="Doing::Plugins (module)">Plugins</a></span>, <span class='object_link'><a href="Doing/Prompt.html" title="Doing::Prompt (module)">Prompt</a></span>, <span class='object_link'><a href="Doing/Util.html" title="Doing::Util (module)">Util</a></span>
|
|
102
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Doing/Color.html" title="Doing::Color (module)">Color</a></span>, <span class='object_link'><a href="Doing/Completion.html" title="Doing::Completion (module)">Completion</a></span>, <span class='object_link'><a href="Doing/Errors.html" title="Doing::Errors (module)">Errors</a></span>, <span class='object_link'><a href="Doing/Hooks.html" title="Doing::Hooks (module)">Hooks</a></span>, <span class='object_link'><a href="Doing/Pager.html" title="Doing::Pager (module)">Pager</a></span>, <span class='object_link'><a href="Doing/Plugins.html" title="Doing::Plugins (module)">Plugins</a></span>, <span class='object_link'><a href="Doing/Prompt.html" title="Doing::Prompt (module)">Prompt</a></span>, <span class='object_link'><a href="Doing/Types.html" title="Doing::Types (module)">Types</a></span>, <span class='object_link'><a href="Doing/Util.html" title="Doing::Util (module)">Util</a></span>
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
|
|
@@ -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.22</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
|
|
138
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
139
139
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
140
140
|
0.9.27 (ruby-3.0.1).
|
|
141
141
|
</div>
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
</div>
|
|
754
754
|
|
|
755
755
|
<div id="footer">
|
|
756
|
-
Generated on
|
|
756
|
+
Generated on Fri Jan 21 14:53:34 2022 by
|
|
757
757
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
758
758
|
0.9.27 (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
|
|
108
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.27 (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
|
|
108
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.27 (ruby-3.0.1).
|
|
111
111
|
</div>
|
data/docs/doc/Hash.html
CHANGED
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
<li class="public ">
|
|
128
128
|
<span class="summary_signature">
|
|
129
129
|
|
|
130
|
-
<a href="#deep_freeze-instance_method" title="#deep_freeze (instance method)">#<strong>deep_freeze</strong> ⇒
|
|
130
|
+
<a href="#deep_freeze-instance_method" title="#deep_freeze (instance method)">#<strong>deep_freeze</strong> ⇒ Object </a>
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
|
|
@@ -189,6 +189,50 @@
|
|
|
189
189
|
<span class="summary_desc"><div class='inline'><p>Set a nested hash value using an array.</p>
|
|
190
190
|
</div></span>
|
|
191
191
|
|
|
192
|
+
</li>
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
<li class="public ">
|
|
196
|
+
<span class="summary_signature">
|
|
197
|
+
|
|
198
|
+
<a href="#deep_thaw-instance_method" title="#deep_thaw (instance method)">#<strong>deep_thaw</strong> ⇒ Object </a>
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
</span>
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
213
|
+
|
|
214
|
+
</li>
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
<li class="public ">
|
|
218
|
+
<span class="summary_signature">
|
|
219
|
+
|
|
220
|
+
<a href="#deep_thaw!-instance_method" title="#deep_thaw! (instance method)">#<strong>deep_thaw!</strong> ⇒ Object </a>
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
</span>
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
235
|
+
|
|
192
236
|
</li>
|
|
193
237
|
|
|
194
238
|
|
|
@@ -250,7 +294,7 @@
|
|
|
250
294
|
<div class="method_details first">
|
|
251
295
|
<h3 class="signature first" id="deep_freeze-instance_method">
|
|
252
296
|
|
|
253
|
-
#<strong>deep_freeze</strong> ⇒ <tt>
|
|
297
|
+
#<strong>deep_freeze</strong> ⇒ <tt>Object</tt>
|
|
254
298
|
|
|
255
299
|
|
|
256
300
|
|
|
@@ -271,9 +315,13 @@
|
|
|
271
315
|
<li>
|
|
272
316
|
|
|
273
317
|
|
|
274
|
-
<span class='type'
|
|
318
|
+
<span class='type'></span>
|
|
319
|
+
|
|
275
320
|
|
|
276
321
|
|
|
322
|
+
|
|
323
|
+
<div class='inline'><p>Hash with all values frozen</p>
|
|
324
|
+
</div>
|
|
277
325
|
|
|
278
326
|
</li>
|
|
279
327
|
|
|
@@ -365,6 +413,30 @@
|
|
|
365
413
|
|
|
366
414
|
|
|
367
415
|
</div>
|
|
416
|
+
</div>
|
|
417
|
+
|
|
418
|
+
<div class="method_details ">
|
|
419
|
+
<h3 class="signature " id="deep_thaw-instance_method">
|
|
420
|
+
|
|
421
|
+
#<strong>deep_thaw</strong> ⇒ <tt>Object</tt>
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
</h3>
|
|
428
|
+
</div>
|
|
429
|
+
|
|
430
|
+
<div class="method_details ">
|
|
431
|
+
<h3 class="signature " id="deep_thaw!-instance_method">
|
|
432
|
+
|
|
433
|
+
#<strong>deep_thaw!</strong> ⇒ <tt>Object</tt>
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
</h3>
|
|
368
440
|
</div>
|
|
369
441
|
|
|
370
442
|
<div class="method_details ">
|
|
@@ -418,7 +490,7 @@
|
|
|
418
490
|
</div>
|
|
419
491
|
|
|
420
492
|
<div id="footer">
|
|
421
|
-
Generated on
|
|
493
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
422
494
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
423
495
|
0.9.27 (ruby-3.0.1).
|
|
424
496
|
</div>
|
data/docs/doc/Numeric.html
CHANGED
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
</div>
|
|
270
270
|
|
|
271
271
|
<div id="footer">
|
|
272
|
-
Generated on
|
|
272
|
+
Generated on Fri Jan 21 14:53:34 2022 by
|
|
273
273
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
274
274
|
0.9.27 (ruby-3.0.1).
|
|
275
275
|
</div>
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
</div>
|
|
163
163
|
|
|
164
164
|
<div id="footer">
|
|
165
|
-
Generated on
|
|
165
|
+
Generated on Fri Jan 21 14:53:34 2022 by
|
|
166
166
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
167
167
|
0.9.27 (ruby-3.0.1).
|
|
168
168
|
</div>
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
</div>
|
|
294
294
|
|
|
295
295
|
<div id="footer">
|
|
296
|
-
Generated on
|
|
296
|
+
Generated on Fri Jan 21 14:53:34 2022 by
|
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
298
298
|
0.9.27 (ruby-3.0.1).
|
|
299
299
|
</div>
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
</div>
|
|
486
486
|
|
|
487
487
|
<div id="footer">
|
|
488
|
-
Generated on
|
|
488
|
+
Generated on Fri Jan 21 14:53:34 2022 by
|
|
489
489
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
490
490
|
0.9.27 (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
|
|
129
|
+
Generated on Fri Jan 21 14:53:34 2022 by
|
|
130
130
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
131
131
|
0.9.27 (ruby-3.0.1).
|
|
132
132
|
</div>
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
</div>
|
|
115
115
|
|
|
116
116
|
<div id="footer">
|
|
117
|
-
Generated on
|
|
117
|
+
Generated on Fri Jan 21 14:53:34 2022 by
|
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
119
119
|
0.9.27 (ruby-3.0.1).
|
|
120
120
|
</div>
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
</div>
|
|
284
284
|
|
|
285
285
|
<div id="footer">
|
|
286
|
-
Generated on
|
|
286
|
+
Generated on Fri Jan 21 14:53:34 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>
|
data/docs/doc/PhraseParser.html
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
108
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.27 (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
|
|
319
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
320
320
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
321
321
|
0.9.27 (ruby-3.0.1).
|
|
322
322
|
</div>
|
data/docs/doc/String.html
CHANGED
|
@@ -928,6 +928,29 @@
|
|
|
928
928
|
|
|
929
929
|
<span class="summary_desc"><div class='inline'></div></span>
|
|
930
930
|
|
|
931
|
+
</li>
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
<li class="public ">
|
|
935
|
+
<span class="summary_signature">
|
|
936
|
+
|
|
937
|
+
<a href="#remove_at-instance_method" title="#remove_at (instance method)">#<strong>remove_at</strong> ⇒ String </a>
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
</span>
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
<span class="summary_desc"><div class='inline'><p>Removes @ prefix if needed, maintains +/- prefix.</p>
|
|
952
|
+
</div></span>
|
|
953
|
+
|
|
931
954
|
</li>
|
|
932
955
|
|
|
933
956
|
|
|
@@ -2799,6 +2822,45 @@ to avoid match groups</p>
|
|
|
2799
2822
|
|
|
2800
2823
|
</ul>
|
|
2801
2824
|
|
|
2825
|
+
</div>
|
|
2826
|
+
</div>
|
|
2827
|
+
|
|
2828
|
+
<div class="method_details ">
|
|
2829
|
+
<h3 class="signature " id="remove_at-instance_method">
|
|
2830
|
+
|
|
2831
|
+
#<strong>remove_at</strong> ⇒ <tt><span class='object_link'><a href="" title="String (class)">String</a></span></tt>
|
|
2832
|
+
|
|
2833
|
+
|
|
2834
|
+
|
|
2835
|
+
|
|
2836
|
+
|
|
2837
|
+
</h3><div class="docstring">
|
|
2838
|
+
<div class="discussion">
|
|
2839
|
+
<p>Removes @ prefix if needed, maintains +/- prefix</p>
|
|
2840
|
+
|
|
2841
|
+
|
|
2842
|
+
</div>
|
|
2843
|
+
</div>
|
|
2844
|
+
<div class="tags">
|
|
2845
|
+
|
|
2846
|
+
<p class="tag_title">Returns:</p>
|
|
2847
|
+
<ul class="return">
|
|
2848
|
+
|
|
2849
|
+
<li>
|
|
2850
|
+
|
|
2851
|
+
|
|
2852
|
+
<span class='type'>(<tt><span class='object_link'><a href="" title="String (class)">String</a></span></tt>)</span>
|
|
2853
|
+
|
|
2854
|
+
|
|
2855
|
+
|
|
2856
|
+
—
|
|
2857
|
+
<div class='inline'><p>string without @ prefix</p>
|
|
2858
|
+
</div>
|
|
2859
|
+
|
|
2860
|
+
</li>
|
|
2861
|
+
|
|
2862
|
+
</ul>
|
|
2863
|
+
|
|
2802
2864
|
</div>
|
|
2803
2865
|
</div>
|
|
2804
2866
|
|
|
@@ -3842,7 +3904,7 @@ Uses \S (non-whitespace) instead of . (any character)</p>
|
|
|
3842
3904
|
</div>
|
|
3843
3905
|
|
|
3844
3906
|
<div id="footer">
|
|
3845
|
-
Generated on
|
|
3907
|
+
Generated on Fri Jan 21 14:53:33 2022 by
|
|
3846
3908
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
3847
3909
|
0.9.27 (ruby-3.0.1).
|
|
3848
3910
|
</div>
|
data/docs/doc/Symbol.html
CHANGED
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
</div>
|
|
309
309
|
|
|
310
310
|
<div id="footer">
|
|
311
|
-
Generated on
|
|
311
|
+
Generated on Fri Jan 21 14:53:33 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
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
</div>
|
|
241
241
|
|
|
242
242
|
<div id="footer">
|
|
243
|
-
Generated on
|
|
243
|
+
Generated on Fri Jan 21 14:53:33 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>
|