doing 2.1.19 → 2.1.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardoc/checksums +9 -8
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +49 -0
- data/Gemfile.lock +11 -11
- data/README.md +1 -1
- data/Rakefile +10 -4
- data/bin/doing +123 -167
- data/docs/doc/Array.html +3 -3
- data/docs/doc/BooleanTermParser/Clause.html +3 -3
- data/docs/doc/BooleanTermParser/Operator.html +3 -3
- data/docs/doc/BooleanTermParser/Query.html +3 -3
- data/docs/doc/BooleanTermParser/QueryParser.html +3 -3
- data/docs/doc/BooleanTermParser/QueryTransformer.html +3 -3
- data/docs/doc/BooleanTermParser.html +3 -3
- data/docs/doc/Doing/Color.html +3 -3
- data/docs/doc/Doing/Completion.html +3 -3
- data/docs/doc/Doing/Configuration.html +4 -3
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +3 -3
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +3 -3
- data/docs/doc/Doing/Errors/DoingStandardError.html +3 -3
- data/docs/doc/Doing/Errors/EmptyInput.html +3 -3
- data/docs/doc/Doing/Errors/NoResults.html +3 -3
- data/docs/doc/Doing/Errors/PluginException.html +3 -3
- data/docs/doc/Doing/Errors/UserCancelled.html +3 -3
- data/docs/doc/Doing/Errors/WrongCommand.html +3 -3
- data/docs/doc/Doing/Errors.html +3 -3
- data/docs/doc/Doing/Hooks.html +3 -3
- data/docs/doc/Doing/Item.html +3 -3
- data/docs/doc/Doing/Items.html +3 -3
- data/docs/doc/Doing/LogAdapter.html +3 -3
- data/docs/doc/Doing/Note.html +3 -3
- data/docs/doc/Doing/Pager.html +3 -3
- data/docs/doc/Doing/Plugins.html +3 -3
- data/docs/doc/Doing/Prompt.html +3 -3
- data/docs/doc/Doing/Section.html +3 -3
- data/docs/doc/Doing/TemplateString.html +4 -4
- data/docs/doc/Doing/Util/Backup.html +3 -3
- data/docs/doc/Doing/Util.html +3 -3
- data/docs/doc/Doing/WWID.html +66 -8
- data/docs/doc/Doing.html +4 -4
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +3 -3
- data/docs/doc/GLI/Commands.html +3 -3
- data/docs/doc/GLI.html +3 -3
- data/docs/doc/Hash.html +3 -3
- data/docs/doc/Numeric.html +3 -3
- data/docs/doc/PhraseParser/Operator.html +3 -3
- data/docs/doc/PhraseParser/PhraseClause.html +3 -3
- data/docs/doc/PhraseParser/Query.html +3 -3
- data/docs/doc/PhraseParser/QueryParser.html +3 -3
- data/docs/doc/PhraseParser/QueryTransformer.html +3 -3
- data/docs/doc/PhraseParser/TermClause.html +3 -3
- data/docs/doc/PhraseParser.html +3 -3
- data/docs/doc/Status.html +3 -3
- data/docs/doc/String.html +94 -17
- data/docs/doc/Symbol.html +3 -3
- data/docs/doc/Time.html +3 -3
- data/docs/doc/_index.html +4 -4
- data/docs/doc/file.README.html +4 -4
- data/docs/doc/frames.html +1 -1
- data/docs/doc/index.html +4 -4
- data/docs/doc/method_list.html +300 -276
- data/docs/doc/top-level-namespace.html +94 -3
- data/doing.gemspec +1 -1
- data/doing.rdoc +15 -6
- data/lib/completion/_doing.zsh +5 -5
- data/lib/completion/doing.bash +8 -8
- data/lib/completion/doing.fish +93 -15
- data/lib/doing/completion/fish_completion.rb +80 -11
- data/lib/doing/configuration.rb +1 -0
- data/lib/doing/hash.rb +1 -1
- data/lib/doing/items.rb +3 -1
- data/lib/doing/pager.rb +1 -1
- data/lib/doing/plugins/export/dayone_export.rb +1 -1
- data/lib/doing/plugins/export/markdown_export.rb +1 -1
- data/lib/doing/string.rb +11 -0
- data/lib/doing/string_chronify.rb +55 -17
- data/lib/doing/types.rb +19 -0
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +69 -42
- data/lib/examples/commands/later.rb +32 -0
- data/lib/helpers/threaded_tests.rb +250 -0
- metadata +9 -6
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Doing::TemplateString
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -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_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_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_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,9 +703,9 @@ of colors and string locations</p>
|
|
703
703
|
</div>
|
704
704
|
|
705
705
|
<div id="footer">
|
706
|
-
Generated on
|
706
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
707
707
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
708
|
-
0.9.
|
708
|
+
0.9.27 (ruby-3.0.1).
|
709
709
|
</div>
|
710
710
|
|
711
711
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Doing::Util::Backup
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -836,9 +836,9 @@ in a hidden directory</p>
|
|
836
836
|
</div>
|
837
837
|
|
838
838
|
<div id="footer">
|
839
|
-
Generated on
|
839
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
840
840
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
841
|
-
0.9.
|
841
|
+
0.9.27 (ruby-3.0.1).
|
842
842
|
</div>
|
843
843
|
|
844
844
|
</div>
|
data/docs/doc/Doing/Util.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Doing::Util
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -928,9 +928,9 @@ 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 Thu Jan 20 12:10:33 2022 by
|
932
932
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
933
|
-
0.9.
|
933
|
+
0.9.27 (ruby-3.0.1).
|
934
934
|
</div>
|
935
935
|
|
936
936
|
</div>
|
data/docs/doc/Doing/WWID.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Doing::WWID
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -399,6 +399,28 @@
|
|
399
399
|
<span class="summary_desc"><div class='inline'><p>Adds an entry.</p>
|
400
400
|
</div></span>
|
401
401
|
|
402
|
+
</li>
|
403
|
+
|
404
|
+
|
405
|
+
<li class="public ">
|
406
|
+
<span class="summary_signature">
|
407
|
+
|
408
|
+
<a href="#add_with_editor-instance_method" title="#add_with_editor (instance method)">#<strong>add_with_editor</strong>(**options) ⇒ Object </a>
|
409
|
+
|
410
|
+
|
411
|
+
|
412
|
+
</span>
|
413
|
+
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
423
|
+
|
402
424
|
</li>
|
403
425
|
|
404
426
|
|
@@ -427,7 +449,7 @@
|
|
427
449
|
<li class="public ">
|
428
450
|
<span class="summary_signature">
|
429
451
|
|
430
|
-
<a href="#archive-instance_method" title="#archive (instance method)">#<strong>archive</strong>(section =
|
452
|
+
<a href="#archive-instance_method" title="#archive (instance method)">#<strong>archive</strong>(section = , options) ⇒ Object </a>
|
431
453
|
|
432
454
|
|
433
455
|
|
@@ -1138,7 +1160,7 @@
|
|
1138
1160
|
<li class="public ">
|
1139
1161
|
<span class="summary_signature">
|
1140
1162
|
|
1141
|
-
<a href="#next_item-instance_method" title="#next_item (instance method)">#<strong>next_item</strong>(item, options) ⇒ Item </a>
|
1163
|
+
<a href="#next_item-instance_method" title="#next_item (instance method)">#<strong>next_item</strong>(item, options = {}) ⇒ Item </a>
|
1142
1164
|
|
1143
1165
|
|
1144
1166
|
|
@@ -2044,6 +2066,40 @@
|
|
2044
2066
|
|
2045
2067
|
|
2046
2068
|
|
2069
|
+
</div>
|
2070
|
+
</div>
|
2071
|
+
|
2072
|
+
<div class="method_details ">
|
2073
|
+
<h3 class="signature " id="add_with_editor-instance_method">
|
2074
|
+
|
2075
|
+
#<strong>add_with_editor</strong>(**options) ⇒ <tt>Object</tt>
|
2076
|
+
|
2077
|
+
|
2078
|
+
|
2079
|
+
|
2080
|
+
|
2081
|
+
</h3><div class="docstring">
|
2082
|
+
<div class="discussion">
|
2083
|
+
|
2084
|
+
|
2085
|
+
</div>
|
2086
|
+
</div>
|
2087
|
+
<div class="tags">
|
2088
|
+
|
2089
|
+
<p class="tag_title">Raises:</p>
|
2090
|
+
<ul class="raise">
|
2091
|
+
|
2092
|
+
<li>
|
2093
|
+
|
2094
|
+
|
2095
|
+
<span class='type'>(<tt>MissingEditor</tt>)</span>
|
2096
|
+
|
2097
|
+
|
2098
|
+
|
2099
|
+
</li>
|
2100
|
+
|
2101
|
+
</ul>
|
2102
|
+
|
2047
2103
|
</div>
|
2048
2104
|
</div>
|
2049
2105
|
|
@@ -2062,7 +2118,7 @@
|
|
2062
2118
|
<div class="method_details ">
|
2063
2119
|
<h3 class="signature " id="archive-instance_method">
|
2064
2120
|
|
2065
|
-
#<strong>archive</strong>(section =
|
2121
|
+
#<strong>archive</strong>(section = , options) ⇒ <tt>Object</tt>
|
2066
2122
|
|
2067
2123
|
|
2068
2124
|
|
@@ -2088,7 +2144,7 @@
|
|
2088
2144
|
<span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
|
2089
2145
|
|
2090
2146
|
|
2091
|
-
<em class="default">(defaults to: <tt
|
2147
|
+
<em class="default">(defaults to: <tt></tt>)</em>
|
2092
2148
|
|
2093
2149
|
|
2094
2150
|
—
|
@@ -3700,7 +3756,7 @@ All</p>
|
|
3700
3756
|
<div class="method_details ">
|
3701
3757
|
<h3 class="signature " id="next_item-instance_method">
|
3702
3758
|
|
3703
|
-
#<strong>next_item</strong>(item, options) ⇒ <tt><span class='object_link'><a href="Item.html" title="Doing::Item (class)">Item</a></span></tt>
|
3759
|
+
#<strong>next_item</strong>(item, options = {}) ⇒ <tt><span class='object_link'><a href="Item.html" title="Doing::Item (class)">Item</a></span></tt>
|
3704
3760
|
|
3705
3761
|
|
3706
3762
|
|
@@ -3740,6 +3796,8 @@ All</p>
|
|
3740
3796
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
3741
3797
|
|
3742
3798
|
|
3799
|
+
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
3800
|
+
|
3743
3801
|
|
3744
3802
|
—
|
3745
3803
|
<div class='inline'><p>additional options</p>
|
@@ -4696,9 +4754,9 @@ json, or text)</p>
|
|
4696
4754
|
</div>
|
4697
4755
|
|
4698
4756
|
<div id="footer">
|
4699
|
-
Generated on
|
4757
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
4700
4758
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
4701
|
-
0.9.
|
4759
|
+
0.9.27 (ruby-3.0.1).
|
4702
4760
|
</div>
|
4703
4761
|
|
4704
4762
|
</div>
|
data/docs/doc/Doing.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Doing
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -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.21</span><span class='tstring_end'>'</span></span></pre></dd>
|
123
123
|
|
124
124
|
</dl>
|
125
125
|
|
@@ -135,9 +135,9 @@
|
|
135
135
|
</div>
|
136
136
|
|
137
137
|
<div id="footer">
|
138
|
-
Generated on
|
138
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
139
139
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
140
|
-
0.9.
|
140
|
+
0.9.27 (ruby-3.0.1).
|
141
141
|
</div>
|
142
142
|
|
143
143
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: GLI::Commands::MarkdownDocumentListener
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -753,9 +753,9 @@
|
|
753
753
|
</div>
|
754
754
|
|
755
755
|
<div id="footer">
|
756
|
-
Generated on
|
756
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
757
757
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
758
|
-
0.9.
|
758
|
+
0.9.27 (ruby-3.0.1).
|
759
759
|
</div>
|
760
760
|
|
761
761
|
</div>
|
data/docs/doc/GLI/Commands.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: GLI::Commands
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,9 +105,9 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
|
-
0.9.
|
110
|
+
0.9.27 (ruby-3.0.1).
|
111
111
|
</div>
|
112
112
|
|
113
113
|
</div>
|
data/docs/doc/GLI.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: GLI
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,9 +105,9 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
|
-
0.9.
|
110
|
+
0.9.27 (ruby-3.0.1).
|
111
111
|
</div>
|
112
112
|
|
113
113
|
</div>
|
data/docs/doc/Hash.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Hash
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -418,9 +418,9 @@
|
|
418
418
|
</div>
|
419
419
|
|
420
420
|
<div id="footer">
|
421
|
-
Generated on
|
421
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
422
422
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
423
|
-
0.9.
|
423
|
+
0.9.27 (ruby-3.0.1).
|
424
424
|
</div>
|
425
425
|
|
426
426
|
</div>
|
data/docs/doc/Numeric.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Numeric
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -269,9 +269,9 @@
|
|
269
269
|
</div>
|
270
270
|
|
271
271
|
<div id="footer">
|
272
|
-
Generated on
|
272
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
273
273
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
274
|
-
0.9.
|
274
|
+
0.9.27 (ruby-3.0.1).
|
275
275
|
</div>
|
276
276
|
|
277
277
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: PhraseParser::Operator
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -162,9 +162,9 @@
|
|
162
162
|
</div>
|
163
163
|
|
164
164
|
<div id="footer">
|
165
|
-
Generated on
|
165
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
166
166
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
167
|
-
0.9.
|
167
|
+
0.9.27 (ruby-3.0.1).
|
168
168
|
</div>
|
169
169
|
|
170
170
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: PhraseParser::PhraseClause
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -293,9 +293,9 @@
|
|
293
293
|
</div>
|
294
294
|
|
295
295
|
<div id="footer">
|
296
|
-
Generated on
|
296
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
298
|
-
0.9.
|
298
|
+
0.9.27 (ruby-3.0.1).
|
299
299
|
</div>
|
300
300
|
|
301
301
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: PhraseParser::Query
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -485,9 +485,9 @@
|
|
485
485
|
</div>
|
486
486
|
|
487
487
|
<div id="footer">
|
488
|
-
Generated on
|
488
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
489
489
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
490
|
-
0.9.
|
490
|
+
0.9.27 (ruby-3.0.1).
|
491
491
|
</div>
|
492
492
|
|
493
493
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: PhraseParser::QueryParser
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -126,9 +126,9 @@ 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 Thu Jan 20 12:10:33 2022 by
|
130
130
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
131
|
-
0.9.
|
131
|
+
0.9.27 (ruby-3.0.1).
|
132
132
|
</div>
|
133
133
|
|
134
134
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: PhraseParser::QueryTransformer
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -114,9 +114,9 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
117
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
|
-
0.9.
|
119
|
+
0.9.27 (ruby-3.0.1).
|
120
120
|
</div>
|
121
121
|
|
122
122
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: PhraseParser::TermClause
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -283,9 +283,9 @@
|
|
283
283
|
</div>
|
284
284
|
|
285
285
|
<div id="footer">
|
286
|
-
Generated on
|
286
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
287
287
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
288
|
-
0.9.
|
288
|
+
0.9.27 (ruby-3.0.1).
|
289
289
|
</div>
|
290
290
|
|
291
291
|
</div>
|
data/docs/doc/PhraseParser.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: PhraseParser
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,9 +105,9 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
|
-
0.9.
|
110
|
+
0.9.27 (ruby-3.0.1).
|
111
111
|
</div>
|
112
112
|
|
113
113
|
</div>
|
data/docs/doc/Status.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Status
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -316,9 +316,9 @@
|
|
316
316
|
</div>
|
317
317
|
|
318
318
|
<div id="footer">
|
319
|
-
Generated on
|
319
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
320
320
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
321
|
-
0.9.
|
321
|
+
0.9.27 (ruby-3.0.1).
|
322
322
|
</div>
|
323
323
|
|
324
324
|
</div>
|