doing 2.1.89 → 2.1.90
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/.irbrc +2 -0
- data/.rubocop.yml +1 -0
- data/.rubocop_todo.yml +251 -0
- data/CHANGELOG.md +22 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +1 -1
- data/Rakefile +5 -3
- data/bin/commands/changes.rb +3 -1
- data/bin/commands/choose.rb +2 -0
- data/bin/commands/colors.rb +5 -3
- data/bin/commands/commands_accepting.rb +3 -3
- data/bin/commands/completion.rb +2 -1
- data/bin/commands/config.rb +8 -6
- data/bin/commands/done.rb +19 -12
- data/bin/commands/finish.rb +4 -2
- data/bin/commands/grep.rb +9 -5
- data/bin/commands/import.rb +14 -11
- data/bin/commands/install_fzf.rb +4 -2
- data/bin/commands/last.rb +31 -27
- data/bin/commands/meanwhile.rb +6 -2
- data/bin/commands/note.rb +6 -3
- data/bin/commands/now.rb +2 -0
- data/bin/commands/open.rb +6 -1
- data/bin/commands/plugins.rb +2 -0
- data/bin/commands/recent.rb +47 -33
- data/bin/commands/reset.rb +7 -3
- data/bin/commands/rotate.rb +6 -3
- data/bin/commands/sections.rb +3 -3
- data/bin/commands/select.rb +2 -0
- data/bin/commands/show.rb +24 -20
- data/bin/commands/since.rb +10 -3
- data/bin/commands/tag.rb +18 -16
- data/bin/commands/tag_dir.rb +5 -2
- data/bin/commands/tags.rb +17 -17
- data/bin/commands/template.rb +8 -2
- data/bin/commands/today.rb +10 -2
- data/bin/commands/undo.rb +2 -0
- data/bin/commands/update.rb +9 -7
- data/bin/commands/view.rb +11 -8
- data/bin/commands/views.rb +2 -0
- data/bin/commands/yesterday.rb +6 -1
- data/bin/doing +54 -57
- 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/ArrayCleanup.html +3 -3
- data/docs/doc/Doing/ArrayNestedHash.html +3 -3
- data/docs/doc/Doing/ArrayTags.html +9 -9
- data/docs/doc/Doing/ByDayExport.html +3 -3
- data/docs/doc/Doing/CSVExport.html +4 -4
- data/docs/doc/Doing/CalendarImport.html +4 -4
- data/docs/doc/Doing/Change.html +3 -3
- data/docs/doc/Doing/Changes.html +3 -3
- data/docs/doc/Doing/ChronifyArray.html +3 -3
- data/docs/doc/Doing/ChronifyNumeric.html +3 -3
- data/docs/doc/Doing/ChronifyString.html +6 -6
- data/docs/doc/Doing/Color.html +88 -47
- data/docs/doc/Doing/Completion/BashCompletions.html +3 -3
- data/docs/doc/Doing/Completion/FigCompletions.html +3 -3
- data/docs/doc/Doing/Completion/FishCompletions.html +3 -3
- data/docs/doc/Doing/Completion/StringUtils.html +3 -3
- data/docs/doc/Doing/Completion/ZshCompletions.html +3 -3
- data/docs/doc/Doing/Completion.html +5 -5
- data/docs/doc/Doing/Configuration.html +6 -6
- data/docs/doc/Doing/DayOneRenderer.html +3 -3
- data/docs/doc/Doing/DayoneExport.html +4 -4
- data/docs/doc/Doing/DoingExport.html +5 -5
- data/docs/doc/Doing/DoingImport.html +4 -4
- data/docs/doc/Doing/Entry.html +3 -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/HistoryLimitError.html +3 -3
- data/docs/doc/Doing/Errors/InvalidPlugin.html +3 -3
- data/docs/doc/Doing/Errors/MissingBackupFile.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/HTMLExport.html +4 -4
- data/docs/doc/Doing/Hooks.html +3 -16
- data/docs/doc/Doing/Item.html +4 -4
- data/docs/doc/Doing/ItemDates.html +3 -3
- data/docs/doc/Doing/ItemQuery.html +3 -3
- data/docs/doc/Doing/ItemState.html +3 -3
- data/docs/doc/Doing/ItemTags.html +3 -3
- data/docs/doc/Doing/Items.html +3 -3
- data/docs/doc/Doing/JSONExport.html +4 -4
- data/docs/doc/Doing/JSONImport.html +4 -4
- data/docs/doc/Doing/Logger.html +183 -3
- data/docs/doc/Doing/MarkdownExport.html +4 -4
- data/docs/doc/Doing/Note.html +3 -3
- data/docs/doc/Doing/Pager.html +54 -58
- data/docs/doc/Doing/Plugins.html +3 -3
- data/docs/doc/Doing/Prompt.html +4 -4
- data/docs/doc/Doing/PromptChoose.html +3 -3
- data/docs/doc/Doing/PromptFZF.html +3 -3
- data/docs/doc/Doing/PromptInput.html +3 -3
- data/docs/doc/Doing/PromptSTD.html +3 -3
- data/docs/doc/Doing/PromptYN.html +3 -3
- data/docs/doc/Doing/Section.html +3 -3
- data/docs/doc/Doing/StringHighlight.html +3 -3
- data/docs/doc/Doing/StringNormalize.html +3 -3
- data/docs/doc/Doing/StringQuery.html +4 -4
- data/docs/doc/Doing/StringTags.html +3 -3
- data/docs/doc/Doing/StringTransform.html +3 -3
- data/docs/doc/Doing/StringTruncate.html +3 -3
- data/docs/doc/Doing/StringURL.html +3 -3
- data/docs/doc/Doing/SymbolNormalize.html +5 -5
- data/docs/doc/Doing/TaskPaperExport.html +4 -4
- data/docs/doc/Doing/TemplateExport.html +5 -5
- data/docs/doc/Doing/TemplateString.html +7 -7
- data/docs/doc/Doing/TimingImport.html +4 -4
- data/docs/doc/Doing/Types.html +3 -3
- data/docs/doc/Doing/Util/Backup.html +4 -17
- data/docs/doc/Doing/Util.html +56 -61
- data/docs/doc/Doing/Version.html +3 -3
- data/docs/doc/Doing/WWID.html +6 -4
- data/docs/doc/Doing.html +4 -4
- data/docs/doc/FalseClass.html +3 -3
- data/docs/doc/GLI/Commands/Help.html +5 -5
- 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 +4 -4
- data/docs/doc/Numeric.html +3 -3
- data/docs/doc/Object.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 +51 -5
- data/docs/doc/Symbol.html +3 -3
- data/docs/doc/Time.html +3 -3
- data/docs/doc/TrueClass.html +3 -3
- data/docs/doc/_index.html +4 -4
- data/docs/doc/class_list.html +6 -3
- data/docs/doc/css/full_list.css +3 -3
- data/docs/doc/css/style.css +6 -0
- data/docs/doc/file.README.html +3 -3
- data/docs/doc/file_list.html +5 -2
- data/docs/doc/frames.html +1 -1
- data/docs/doc/index.html +3 -3
- data/docs/doc/js/app.js +294 -264
- data/docs/doc/js/full_list.js +30 -4
- data/docs/doc/method_list.html +443 -392
- data/docs/doc/top-level-namespace.html +3 -3
- data/doing.gemspec +2 -0
- data/doing.rdoc +1 -1
- data/example_plugin.rb +1 -4
- data/lib/doing/add_options.rb +2 -2
- data/lib/doing/array/cleanup.rb +2 -0
- data/lib/doing/array/nested_hash.rb +2 -0
- data/lib/doing/boolean_term_parser.rb +3 -3
- data/lib/doing/changelog/changes.rb +4 -5
- data/lib/doing/changelog/version.rb +8 -11
- data/lib/doing/chronify/array.rb +4 -4
- data/lib/doing/chronify/string.rb +5 -4
- data/lib/doing/cli_status.rb +7 -2
- data/lib/doing/colors.rb +93 -51
- data/lib/doing/completion/bash_completion.rb +36 -39
- data/lib/doing/completion/completion_string.rb +2 -1
- data/lib/doing/completion/fig_completion.rb +33 -33
- data/lib/doing/completion/fish_completion.rb +22 -23
- data/lib/doing/completion/zsh_completion.rb +5 -5
- data/lib/doing/completion.rb +7 -4
- data/lib/doing/configuration.rb +21 -13
- data/lib/doing/errors.rb +1 -4
- data/lib/doing/good.rb +1 -1
- data/lib/doing/hash.rb +4 -4
- data/lib/doing/help_monkey_patch.rb +1 -1
- data/lib/doing/hooks.rb +6 -2
- data/lib/doing/item/dates.rb +3 -1
- data/lib/doing/item/query.rb +10 -10
- data/lib/doing/item/state.rb +2 -0
- data/lib/doing/logger.rb +113 -45
- data/lib/doing/markdown_document_listener.rb +25 -25
- data/lib/doing/normalize.rb +1 -1
- data/lib/doing/pager.rb +73 -29
- data/lib/doing/plugin_manager.rb +4 -5
- data/lib/doing/plugins/export/byday.rb +1 -1
- data/lib/doing/plugins/export/dayone_export.rb +28 -27
- data/lib/doing/plugins/export/doing_export.rb +1 -1
- data/lib/doing/plugins/export/html_export.rb +3 -3
- data/lib/doing/plugins/export/json_export.rb +4 -5
- data/lib/doing/plugins/export/markdown_export.rb +10 -2
- data/lib/doing/plugins/export/taskpaper_export.rb +1 -0
- data/lib/doing/plugins/export/template_export.rb +110 -107
- data/lib/doing/plugins/import/calendar_import.rb +1 -1
- data/lib/doing/plugins/import/doing_import.rb +2 -2
- data/lib/doing/plugins/import/timing_import.rb +3 -3
- data/lib/doing/prompt/choose.rb +5 -6
- data/lib/doing/prompt/fzf.rb +3 -2
- data/lib/doing/prompt/input.rb +7 -6
- data/lib/doing/prompt/yn.rb +9 -11
- data/lib/doing/string/tags.rb +7 -4
- data/lib/doing/string/transform.rb +15 -10
- data/lib/doing/string/truncate.rb +1 -0
- data/lib/doing/string/url.rb +1 -1
- data/lib/doing/template_string.rb +13 -9
- data/lib/doing/time.rb +4 -2
- data/lib/doing/util.rb +12 -11
- data/lib/doing/util_backup.rb +29 -26
- data/lib/doing/version.rb +3 -1
- data/lib/doing/wwid/display.rb +182 -151
- data/lib/doing/wwid/editor.rb +13 -12
- data/lib/doing/wwid/filetools.rb +13 -11
- data/lib/doing/wwid/filter.rb +41 -40
- data/lib/doing/wwid/guess.rb +6 -8
- data/lib/doing/wwid/interactive.rb +9 -9
- data/lib/doing/wwid/modify.rb +53 -53
- data/lib/doing/wwid/timers.rb +4 -5
- data/lib/doing/wwid/wwid.rb +0 -0
- data/lib/doing/wwid/wwidutil.rb +8 -10
- data/lib/examples/commands/wiki.rb +2 -0
- data/lib/examples/plugins/capture_thing_import.rb +1 -1
- data/lib/examples/plugins/say_export.rb +1 -2
- data/lib/examples/plugins/wiki_export/wiki_export.rb +3 -4
- data/lib/helpers/fzf/test/test_go.rb +5 -5
- data/lib/helpers/threaded_tests.rb +20 -20
- data/lib/helpers/threaded_tests_string.rb +2 -0
- data/rdoc_to_mmd.rb +5 -4
- data/rdocfixer.rb +1 -2
- data/scripts/deploy.rb +3 -4
- data/scripts/generate_bash_completions.rb +40 -43
- data/scripts/generate_fish_completions.rb +17 -15
- data/scripts/generate_zsh_completions.rb +9 -7
- data/scripts/setting_replace.rb +1 -0
- data/scripts/sort_commands.rb +4 -2
- data/yard_templates/default/method_details/setup.rb +3 -1
- metadata +3 -1
data/docs/doc/Doing/Plugins.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::Plugins
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -1340,9 +1340,9 @@ raised.</p>
|
|
|
1340
1340
|
</div>
|
|
1341
1341
|
|
|
1342
1342
|
<div id="footer">
|
|
1343
|
-
Generated on
|
|
1343
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
1344
1344
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1345
|
-
0.9.
|
|
1345
|
+
0.9.37 (ruby-3.4.4).
|
|
1346
1346
|
</div>
|
|
1347
1347
|
|
|
1348
1348
|
</div>
|
data/docs/doc/Doing/Prompt.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::Prompt
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
|
|
234
234
|
|
|
235
235
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Color.html" title="Doing::Color (module)">Color</a></span></h3>
|
|
236
|
-
<p class="inherited"><span class='object_link'><a href="Color.html#attributes-
|
|
236
|
+
<p class="inherited"><span class='object_link'><a href="Color.html#attributes-class_method" title="Doing::Color.attributes (method)">attributes</a></span>, <span class='object_link'><a href="Color.html#coloring%3F-class_method" title="Doing::Color.coloring? (method)">coloring?</a></span>, <span class='object_link'><a href="Color.html#rgb-instance_method" title="Doing::Color#rgb (method)">rgb</a></span>, <span class='object_link'><a href="Color.html#support%3F-instance_method" title="Doing::Color#support? (method)">support?</a></span>, <span class='object_link'><a href="Color.html#template-class_method" title="Doing::Color.template (method)">template</a></span>, <span class='object_link'><a href="Color.html#uncolor-class_method" title="Doing::Color.uncolor (method)">uncolor</a></span>, <span class='object_link'><a href="Color.html#uncolor-instance_method" title="Doing::Color#uncolor (method)">uncolor</a></span></p>
|
|
237
237
|
|
|
238
238
|
<div id="class_attr_details" class="attr_details">
|
|
239
239
|
<h2>Class Attribute Details</h2>
|
|
@@ -326,9 +326,9 @@
|
|
|
326
326
|
</div>
|
|
327
327
|
|
|
328
328
|
<div id="footer">
|
|
329
|
-
Generated on
|
|
329
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
330
330
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
331
|
-
0.9.
|
|
331
|
+
0.9.37 (ruby-3.4.4).
|
|
332
332
|
</div>
|
|
333
333
|
|
|
334
334
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::PromptChoose
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -474,9 +474,9 @@
|
|
|
474
474
|
</div>
|
|
475
475
|
|
|
476
476
|
<div id="footer">
|
|
477
|
-
Generated on
|
|
477
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
478
478
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
479
|
-
0.9.
|
|
479
|
+
0.9.37 (ruby-3.4.4).
|
|
480
480
|
</div>
|
|
481
481
|
|
|
482
482
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::PromptFZF
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -381,9 +381,9 @@ needed</p>
|
|
|
381
381
|
</div>
|
|
382
382
|
|
|
383
383
|
<div id="footer">
|
|
384
|
-
Generated on
|
|
384
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
385
385
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
386
|
-
0.9.
|
|
386
|
+
0.9.37 (ruby-3.4.4).
|
|
387
387
|
</div>
|
|
388
388
|
|
|
389
389
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::PromptInput
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -562,9 +562,9 @@ true</p>
|
|
|
562
562
|
</div>
|
|
563
563
|
|
|
564
564
|
<div id="footer">
|
|
565
|
-
Generated on
|
|
565
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
566
566
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
567
|
-
0.9.
|
|
567
|
+
0.9.37 (ruby-3.4.4).
|
|
568
568
|
</div>
|
|
569
569
|
|
|
570
570
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::PromptSTD
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
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 Oct 23 08:05:57 2025 by
|
|
287
287
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
288
|
-
0.9.
|
|
288
|
+
0.9.37 (ruby-3.4.4).
|
|
289
289
|
</div>
|
|
290
290
|
|
|
291
291
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::PromptYN
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -227,9 +227,9 @@ response if no input</p>
|
|
|
227
227
|
</div>
|
|
228
228
|
|
|
229
229
|
<div id="footer">
|
|
230
|
-
Generated on
|
|
230
|
+
Generated on Thu Oct 23 08:05:56 2025 by
|
|
231
231
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
232
|
-
0.9.
|
|
232
|
+
0.9.37 (ruby-3.4.4).
|
|
233
233
|
</div>
|
|
234
234
|
|
|
235
235
|
</div>
|
data/docs/doc/Doing/Section.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::Section
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -400,9 +400,9 @@
|
|
|
400
400
|
</div>
|
|
401
401
|
|
|
402
402
|
<div id="footer">
|
|
403
|
-
Generated on
|
|
403
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
404
404
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
405
|
-
0.9.
|
|
405
|
+
0.9.37 (ruby-3.4.4).
|
|
406
406
|
</div>
|
|
407
407
|
|
|
408
408
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::StringHighlight
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -523,9 +523,9 @@ may not render the same style.</p>
|
|
|
523
523
|
</div>
|
|
524
524
|
|
|
525
525
|
<div id="footer">
|
|
526
|
-
Generated on
|
|
526
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
527
527
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
528
|
-
0.9.
|
|
528
|
+
0.9.37 (ruby-3.4.4).
|
|
529
529
|
</div>
|
|
530
530
|
|
|
531
531
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::StringNormalize
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -1036,9 +1036,9 @@ to avoid match groups</p>
|
|
|
1036
1036
|
</div>
|
|
1037
1037
|
|
|
1038
1038
|
<div id="footer">
|
|
1039
|
-
Generated on
|
|
1039
|
+
Generated on Thu Oct 23 08:05:56 2025 by
|
|
1040
1040
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1041
|
-
0.9.
|
|
1041
|
+
0.9.37 (ruby-3.4.4).
|
|
1042
1042
|
</div>
|
|
1043
1043
|
|
|
1044
1044
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::StringQuery
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -619,7 +619,7 @@ haystack, spaces indicate unlimited distance.</p>
|
|
|
619
619
|
<div class="tags">
|
|
620
620
|
|
|
621
621
|
<div class="examples">
|
|
622
|
-
<
|
|
622
|
+
<h4 class="tag_title">Examples:</h4>
|
|
623
623
|
|
|
624
624
|
|
|
625
625
|
<pre class="example code"><code><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>this word</span><span class='tstring_end'>"</span></span><span class='period'>.</span><span class='id identifier rubyid_to_rx'>to_rx</span><span class='lparen'>(</span><span class='int'>3</span><span class='rparen'>)</span>
|
|
@@ -771,9 +771,9 @@ Uses \S (non-whitespace) instead of . (any character)</p>
|
|
|
771
771
|
</div>
|
|
772
772
|
|
|
773
773
|
<div id="footer">
|
|
774
|
-
Generated on
|
|
774
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
775
775
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
776
|
-
0.9.
|
|
776
|
+
0.9.37 (ruby-3.4.4).
|
|
777
777
|
</div>
|
|
778
778
|
|
|
779
779
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::StringTags
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -874,9 +874,9 @@ can include parenthetical values (with spaces)</p>
|
|
|
874
874
|
</div>
|
|
875
875
|
|
|
876
876
|
<div id="footer">
|
|
877
|
-
Generated on
|
|
877
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
878
878
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
879
|
-
0.9.
|
|
879
|
+
0.9.37 (ruby-3.4.4).
|
|
880
880
|
</div>
|
|
881
881
|
|
|
882
882
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::StringTransform
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -589,9 +589,9 @@ object the string represents</p>
|
|
|
589
589
|
</div>
|
|
590
590
|
|
|
591
591
|
<div id="footer">
|
|
592
|
-
Generated on
|
|
592
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
593
593
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
594
|
-
0.9.
|
|
594
|
+
0.9.37 (ruby-3.4.4).
|
|
595
595
|
</div>
|
|
596
596
|
|
|
597
597
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::StringTruncate
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -438,9 +438,9 @@
|
|
|
438
438
|
</div>
|
|
439
439
|
|
|
440
440
|
<div id="footer">
|
|
441
|
-
Generated on
|
|
441
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
442
442
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
443
|
-
0.9.
|
|
443
|
+
0.9.37 (ruby-3.4.4).
|
|
444
444
|
</div>
|
|
445
445
|
|
|
446
446
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::StringURL
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -399,9 +399,9 @@
|
|
|
399
399
|
</div>
|
|
400
400
|
|
|
401
401
|
<div id="footer">
|
|
402
|
-
Generated on
|
|
402
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
403
403
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
404
|
-
0.9.
|
|
404
|
+
0.9.37 (ruby-3.4.4).
|
|
405
405
|
</div>
|
|
406
406
|
|
|
407
407
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::SymbolNormalize
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
<li class="public ">
|
|
227
227
|
<span class="summary_signature">
|
|
228
228
|
|
|
229
|
-
<a href="#normalize_tag_sort-instance_method" title="#normalize_tag_sort (instance method)">#<strong>normalize_tag_sort</strong>(
|
|
229
|
+
<a href="#normalize_tag_sort-instance_method" title="#normalize_tag_sort (instance method)">#<strong>normalize_tag_sort</strong>(_default = :name) ⇒ Object </a>
|
|
230
230
|
|
|
231
231
|
|
|
232
232
|
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
<div class="method_details ">
|
|
318
318
|
<h3 class="signature " id="normalize_tag_sort-instance_method">
|
|
319
319
|
|
|
320
|
-
#<strong>normalize_tag_sort</strong>(
|
|
320
|
+
#<strong>normalize_tag_sort</strong>(_default = :name) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
321
321
|
|
|
322
322
|
|
|
323
323
|
|
|
@@ -331,9 +331,9 @@
|
|
|
331
331
|
</div>
|
|
332
332
|
|
|
333
333
|
<div id="footer">
|
|
334
|
-
Generated on
|
|
334
|
+
Generated on Thu Oct 23 08:05:56 2025 by
|
|
335
335
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
336
|
-
0.9.
|
|
336
|
+
0.9.37 (ruby-3.4.4).
|
|
337
337
|
</div>
|
|
338
338
|
|
|
339
339
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::TaskPaperExport
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Util.html" title="Doing::Util (module)">Util</a></span></h3>
|
|
179
|
-
<p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-
|
|
179
|
+
<p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-class_method" title="Doing::Util.args_for_editor (method)">args_for_editor</a></span>, <span class='object_link'><a href="Util.html#deep_merge_hashes-class_method" title="Doing::Util.deep_merge_hashes (method)">deep_merge_hashes</a></span>, <span class='object_link'><a href="Util.html#deep_merge_hashes!-class_method" title="Doing::Util.deep_merge_hashes! (method)">deep_merge_hashes!</a></span>, <span class='object_link'><a href="Util.html#default_editor-class_method" title="Doing::Util.default_editor (method)">default_editor</a></span>, <span class='object_link'><a href="Util.html#duplicable%3F-class_method" title="Doing::Util.duplicable? (method)">duplicable?</a></span>, <span class='object_link'><a href="Util.html#duplicate_frozen_values-class_method" title="Doing::Util.duplicate_frozen_values (method)">duplicate_frozen_values</a></span>, <span class='object_link'><a href="Util.html#editor_with_args-class_method" title="Doing::Util.editor_with_args (method)">editor_with_args</a></span>, <span class='object_link'><a href="Util.html#exec_available-class_method" title="Doing::Util.exec_available (method)">exec_available</a></span>, <span class='object_link'><a href="Util.html#find_default_editor-class_method" title="Doing::Util.find_default_editor (method)">find_default_editor</a></span>, <span class='object_link'><a href="Util.html#first_available_exec-class_method" title="Doing::Util.first_available_exec (method)">first_available_exec</a></span>, <span class='object_link'><a href="Util.html#mergable%3F-class_method" title="Doing::Util.mergable? (method)">mergable?</a></span>, <span class='object_link'><a href="Util.html#merge_default_proc-class_method" title="Doing::Util.merge_default_proc (method)">merge_default_proc</a></span>, <span class='object_link'><a href="Util.html#merge_values-class_method" title="Doing::Util.merge_values (method)">merge_values</a></span>, <span class='object_link'><a href="Util.html#safe_load_file-class_method" title="Doing::Util.safe_load_file (method)">safe_load_file</a></span>, <span class='object_link'><a href="Util.html#user_home-class_method" title="Doing::Util.user_home (method)">user_home</a></span>, <span class='object_link'><a href="Util.html#write_to_file-class_method" title="Doing::Util.write_to_file (method)">write_to_file</a></span></p>
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
<div id="class_method_details" class="method_details_list">
|
|
@@ -212,9 +212,9 @@
|
|
|
212
212
|
</div>
|
|
213
213
|
|
|
214
214
|
<div id="footer">
|
|
215
|
-
Generated on
|
|
215
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
216
216
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
217
|
-
0.9.
|
|
217
|
+
0.9.37 (ruby-3.4.4).
|
|
218
218
|
</div>
|
|
219
219
|
|
|
220
220
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::TemplateExport
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
|
|
193
193
|
|
|
194
194
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Util.html" title="Doing::Util (module)">Util</a></span></h3>
|
|
195
|
-
<p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-
|
|
195
|
+
<p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-class_method" title="Doing::Util.args_for_editor (method)">args_for_editor</a></span>, <span class='object_link'><a href="Util.html#deep_merge_hashes-class_method" title="Doing::Util.deep_merge_hashes (method)">deep_merge_hashes</a></span>, <span class='object_link'><a href="Util.html#deep_merge_hashes!-class_method" title="Doing::Util.deep_merge_hashes! (method)">deep_merge_hashes!</a></span>, <span class='object_link'><a href="Util.html#default_editor-class_method" title="Doing::Util.default_editor (method)">default_editor</a></span>, <span class='object_link'><a href="Util.html#duplicable%3F-class_method" title="Doing::Util.duplicable? (method)">duplicable?</a></span>, <span class='object_link'><a href="Util.html#duplicate_frozen_values-class_method" title="Doing::Util.duplicate_frozen_values (method)">duplicate_frozen_values</a></span>, <span class='object_link'><a href="Util.html#editor_with_args-class_method" title="Doing::Util.editor_with_args (method)">editor_with_args</a></span>, <span class='object_link'><a href="Util.html#exec_available-class_method" title="Doing::Util.exec_available (method)">exec_available</a></span>, <span class='object_link'><a href="Util.html#find_default_editor-class_method" title="Doing::Util.find_default_editor (method)">find_default_editor</a></span>, <span class='object_link'><a href="Util.html#first_available_exec-class_method" title="Doing::Util.first_available_exec (method)">first_available_exec</a></span>, <span class='object_link'><a href="Util.html#mergable%3F-class_method" title="Doing::Util.mergable? (method)">mergable?</a></span>, <span class='object_link'><a href="Util.html#merge_default_proc-class_method" title="Doing::Util.merge_default_proc (method)">merge_default_proc</a></span>, <span class='object_link'><a href="Util.html#merge_values-class_method" title="Doing::Util.merge_values (method)">merge_values</a></span>, <span class='object_link'><a href="Util.html#safe_load_file-class_method" title="Doing::Util.safe_load_file (method)">safe_load_file</a></span>, <span class='object_link'><a href="Util.html#user_home-class_method" title="Doing::Util.user_home (method)">user_home</a></span>, <span class='object_link'><a href="Util.html#write_to_file-class_method" title="Doing::Util.write_to_file (method)">write_to_file</a></span></p>
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
|
|
204
204
|
|
|
205
205
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Color.html" title="Doing::Color (module)">Color</a></span></h3>
|
|
206
|
-
<p class="inherited"><span class='object_link'><a href="Color.html#attributes-
|
|
206
|
+
<p class="inherited"><span class='object_link'><a href="Color.html#attributes-class_method" title="Doing::Color.attributes (method)">attributes</a></span>, <span class='object_link'><a href="Color.html#coloring%3F-class_method" title="Doing::Color.coloring? (method)">coloring?</a></span>, <span class='object_link'><a href="Color.html#rgb-instance_method" title="Doing::Color#rgb (method)">#rgb</a></span>, <span class='object_link'><a href="Color.html#support%3F-instance_method" title="Doing::Color#support? (method)">#support?</a></span>, <span class='object_link'><a href="Color.html#template-class_method" title="Doing::Color.template (method)">template</a></span>, <span class='object_link'><a href="Color.html#uncolor-class_method" title="Doing::Color.uncolor (method)">uncolor</a></span>, <span class='object_link'><a href="Color.html#uncolor-instance_method" title="Doing::Color#uncolor (method)">#uncolor</a></span></p>
|
|
207
207
|
|
|
208
208
|
|
|
209
209
|
<div id="class_method_details" class="method_details_list">
|
|
@@ -239,9 +239,9 @@
|
|
|
239
239
|
</div>
|
|
240
240
|
|
|
241
241
|
<div id="footer">
|
|
242
|
-
Generated on
|
|
242
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
243
243
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
244
|
-
0.9.
|
|
244
|
+
0.9.37 (ruby-3.4.4).
|
|
245
245
|
</div>
|
|
246
246
|
|
|
247
247
|
</div>
|
|
@@ -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.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
<li class="public ">
|
|
265
265
|
<span class="summary_signature">
|
|
266
266
|
|
|
267
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(string, placeholders: {}, force_color: false, wrap_width: 0, color: '', tags_color: '', reset: '') ⇒ TemplateString </a>
|
|
267
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(string, placeholders: {}, force_color: false, disable_color: false, wrap_width: 0, color: '', tags_color: '', reset: '') ⇒ TemplateString </a>
|
|
268
268
|
|
|
269
269
|
|
|
270
270
|
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
|
|
390
390
|
|
|
391
391
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Color.html" title="Doing::Color (module)">Color</a></span></h3>
|
|
392
|
-
<p class="inherited"><span class='object_link'><a href="Color.html#attributes-
|
|
392
|
+
<p class="inherited"><span class='object_link'><a href="Color.html#attributes-class_method" title="Doing::Color.attributes (method)">attributes</a></span>, <span class='object_link'><a href="Color.html#coloring%3F-class_method" title="Doing::Color.coloring? (method)">coloring?</a></span>, <span class='object_link'><a href="Color.html#rgb-instance_method" title="Doing::Color#rgb (method)">#rgb</a></span>, <span class='object_link'><a href="Color.html#support%3F-instance_method" title="Doing::Color#support? (method)">#support?</a></span>, <span class='object_link'><a href="Color.html#template-class_method" title="Doing::Color.template (method)">template</a></span>, <span class='object_link'><a href="Color.html#uncolor-class_method" title="Doing::Color.uncolor (method)">uncolor</a></span>, <span class='object_link'><a href="Color.html#uncolor-instance_method" title="Doing::Color#uncolor (method)">#uncolor</a></span></p>
|
|
393
393
|
|
|
394
394
|
|
|
395
395
|
|
|
@@ -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#good%3F-instance_method" title="String#good? (method)">#good?</a></span>, <span class='object_link'><a href="../String.html#last_color_code-instance_method" title="String#last_color_code (method)">#last_color_code</a></span>, <span class='object_link'><a href="../String.html#normalize_color-instance_method" title="String#normalize_color (method)">#normalize_color</a></span>, <span class='object_link'><a href="../String.html#sanitize-instance_method" title="String#sanitize (method)">#sanitize</a></span>, <span class='object_link'><a href="../String.html#utf8-instance_method" title="String#utf8 (method)">#utf8</a></span>, <span class='object_link'><a href="../String.html#valid_id%3F-instance_method" title="String#valid_id? (method)">#valid_id?</a></span>, <span class='object_link'><a href="../String.html#validate_color-instance_method" title="String#validate_color (method)">#validate_color</a></span></p>
|
|
403
|
+
<p class="inherited"><span class='object_link'><a href="../String.html#good%3F-instance_method" title="String#good? (method)">#good?</a></span>, <span class='object_link'><a href="../String.html#last_color_code-instance_method" title="String#last_color_code (method)">#last_color_code</a></span>, <span class='object_link'><a href="../String.html#normalize_color-instance_method" title="String#normalize_color (method)">#normalize_color</a></span>, <span class='object_link'><a href="../String.html#sanitize-instance_method" title="String#sanitize (method)">#sanitize</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#utf8-instance_method" title="String#utf8 (method)">#utf8</a></span>, <span class='object_link'><a href="../String.html#valid_id%3F-instance_method" title="String#valid_id? (method)">#valid_id?</a></span>, <span class='object_link'><a href="../String.html#validate_color-instance_method" title="String#validate_color (method)">#validate_color</a></span></p>
|
|
404
404
|
|
|
405
405
|
|
|
406
406
|
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
<div class="method_details first">
|
|
507
507
|
<h3 class="signature first" id="initialize-instance_method">
|
|
508
508
|
|
|
509
|
-
#<strong>initialize</strong>(string, placeholders: {}, force_color: false, wrap_width: 0, color: '', tags_color: '', reset: '') ⇒ <tt><span class='object_link'><a href="" title="Doing::TemplateString (class)">TemplateString</a></span></tt>
|
|
509
|
+
#<strong>initialize</strong>(string, placeholders: {}, force_color: false, disable_color: false, wrap_width: 0, color: '', tags_color: '', reset: '') ⇒ <tt><span class='object_link'><a href="" title="Doing::TemplateString (class)">TemplateString</a></span></tt>
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
@@ -802,9 +802,9 @@ of colors and string locations</p>
|
|
|
802
802
|
</div>
|
|
803
803
|
|
|
804
804
|
<div id="footer">
|
|
805
|
-
Generated on
|
|
805
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
806
806
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
807
|
-
0.9.
|
|
807
|
+
0.9.37 (ruby-3.4.4).
|
|
808
808
|
</div>
|
|
809
809
|
|
|
810
810
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::TimingImport
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Util.html" title="Doing::Util (module)">Util</a></span></h3>
|
|
180
|
-
<p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-
|
|
180
|
+
<p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-class_method" title="Doing::Util.args_for_editor (method)">args_for_editor</a></span>, <span class='object_link'><a href="Util.html#deep_merge_hashes-class_method" title="Doing::Util.deep_merge_hashes (method)">deep_merge_hashes</a></span>, <span class='object_link'><a href="Util.html#deep_merge_hashes!-class_method" title="Doing::Util.deep_merge_hashes! (method)">deep_merge_hashes!</a></span>, <span class='object_link'><a href="Util.html#default_editor-class_method" title="Doing::Util.default_editor (method)">default_editor</a></span>, <span class='object_link'><a href="Util.html#duplicable%3F-class_method" title="Doing::Util.duplicable? (method)">duplicable?</a></span>, <span class='object_link'><a href="Util.html#duplicate_frozen_values-class_method" title="Doing::Util.duplicate_frozen_values (method)">duplicate_frozen_values</a></span>, <span class='object_link'><a href="Util.html#editor_with_args-class_method" title="Doing::Util.editor_with_args (method)">editor_with_args</a></span>, <span class='object_link'><a href="Util.html#exec_available-class_method" title="Doing::Util.exec_available (method)">exec_available</a></span>, <span class='object_link'><a href="Util.html#find_default_editor-class_method" title="Doing::Util.find_default_editor (method)">find_default_editor</a></span>, <span class='object_link'><a href="Util.html#first_available_exec-class_method" title="Doing::Util.first_available_exec (method)">first_available_exec</a></span>, <span class='object_link'><a href="Util.html#mergable%3F-class_method" title="Doing::Util.mergable? (method)">mergable?</a></span>, <span class='object_link'><a href="Util.html#merge_default_proc-class_method" title="Doing::Util.merge_default_proc (method)">merge_default_proc</a></span>, <span class='object_link'><a href="Util.html#merge_values-class_method" title="Doing::Util.merge_values (method)">merge_values</a></span>, <span class='object_link'><a href="Util.html#safe_load_file-class_method" title="Doing::Util.safe_load_file (method)">safe_load_file</a></span>, <span class='object_link'><a href="Util.html#user_home-class_method" title="Doing::Util.user_home (method)">user_home</a></span>, <span class='object_link'><a href="Util.html#write_to_file-class_method" title="Doing::Util.write_to_file (method)">write_to_file</a></span></p>
|
|
181
181
|
|
|
182
182
|
|
|
183
183
|
<div id="class_method_details" class="method_details_list">
|
|
@@ -275,9 +275,9 @@ file</p>
|
|
|
275
275
|
</div>
|
|
276
276
|
|
|
277
277
|
<div id="footer">
|
|
278
|
-
Generated on
|
|
278
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
279
279
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
280
|
-
0.9.
|
|
280
|
+
0.9.37 (ruby-3.4.4).
|
|
281
281
|
</div>
|
|
282
282
|
|
|
283
283
|
</div>
|
data/docs/doc/Doing/Types.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::Types
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -241,9 +241,9 @@
|
|
|
241
241
|
</div>
|
|
242
242
|
|
|
243
243
|
<div id="footer">
|
|
244
|
-
Generated on
|
|
244
|
+
Generated on Thu Oct 23 08:05:56 2025 by
|
|
245
245
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
246
|
-
0.9.
|
|
246
|
+
0.9.37 (ruby-3.4.4).
|
|
247
247
|
</div>
|
|
248
248
|
|
|
249
249
|
</div>
|