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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::DayOneRenderer
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -373,9 +373,9 @@
|
|
|
373
373
|
</div>
|
|
374
374
|
|
|
375
375
|
<div id="footer">
|
|
376
|
-
Generated on
|
|
376
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
377
377
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
378
|
-
0.9.
|
|
378
|
+
0.9.37 (ruby-3.4.4).
|
|
379
379
|
</div>
|
|
380
380
|
|
|
381
381
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::DayoneExport
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
|
|
221
221
|
|
|
222
222
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Util.html" title="Doing::Util (module)">Util</a></span></h3>
|
|
223
|
-
<p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-
|
|
223
|
+
<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>
|
|
224
224
|
|
|
225
225
|
|
|
226
226
|
<div id="class_method_details" class="method_details_list">
|
|
@@ -280,9 +280,9 @@
|
|
|
280
280
|
</div>
|
|
281
281
|
|
|
282
282
|
<div id="footer">
|
|
283
|
-
Generated on
|
|
283
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
284
284
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
285
|
-
0.9.
|
|
285
|
+
0.9.37 (ruby-3.4.4).
|
|
286
286
|
</div>
|
|
287
287
|
|
|
288
288
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::DoingExport
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
<li class="public ">
|
|
118
118
|
<span class="summary_signature">
|
|
119
119
|
|
|
120
|
-
<a href="#render-class_method" title="render (class method)">.<strong>render</strong>(
|
|
120
|
+
<a href="#render-class_method" title="render (class method)">.<strong>render</strong>(_wwid, items, variables: {}) ⇒ Object </a>
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
<div class="method_details first">
|
|
171
171
|
<h3 class="signature first" id="render-class_method">
|
|
172
172
|
|
|
173
|
-
.<strong>render</strong>(
|
|
173
|
+
.<strong>render</strong>(_wwid, items, variables: {}) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
|
|
@@ -196,9 +196,9 @@
|
|
|
196
196
|
</div>
|
|
197
197
|
|
|
198
198
|
<div id="footer">
|
|
199
|
-
Generated on
|
|
199
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
200
200
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
201
|
-
0.9.
|
|
201
|
+
0.9.37 (ruby-3.4.4).
|
|
202
202
|
</div>
|
|
203
203
|
|
|
204
204
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::DoingImport
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
|
|
222
222
|
|
|
223
223
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Util.html" title="Doing::Util (module)">Util</a></span></h3>
|
|
224
|
-
<p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-
|
|
224
|
+
<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>
|
|
225
225
|
|
|
226
226
|
|
|
227
227
|
<div id="class_method_details" class="method_details_list">
|
|
@@ -381,9 +381,9 @@
|
|
|
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>
|
data/docs/doc/Doing/Entry.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::Entry
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -476,9 +476,9 @@
|
|
|
476
476
|
</div>
|
|
477
477
|
|
|
478
478
|
<div id="footer">
|
|
479
|
-
Generated on
|
|
479
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
480
480
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
481
|
-
0.9.
|
|
481
|
+
0.9.37 (ruby-3.4.4).
|
|
482
482
|
</div>
|
|
483
483
|
|
|
484
484
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::DoingNoTraceError
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -180,9 +180,9 @@
|
|
|
180
180
|
</div>
|
|
181
181
|
|
|
182
182
|
<div id="footer">
|
|
183
|
-
Generated on
|
|
183
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
184
184
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
185
|
-
0.9.
|
|
185
|
+
0.9.37 (ruby-3.4.4).
|
|
186
186
|
</div>
|
|
187
187
|
|
|
188
188
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::DoingRuntimeError
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -180,9 +180,9 @@
|
|
|
180
180
|
</div>
|
|
181
181
|
|
|
182
182
|
<div id="footer">
|
|
183
|
-
Generated on
|
|
183
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
184
184
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
185
|
-
0.9.
|
|
185
|
+
0.9.37 (ruby-3.4.4).
|
|
186
186
|
</div>
|
|
187
187
|
|
|
188
188
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::DoingStandardError
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -176,9 +176,9 @@
|
|
|
176
176
|
</div>
|
|
177
177
|
|
|
178
178
|
<div id="footer">
|
|
179
|
-
Generated on
|
|
179
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
180
180
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
181
|
-
0.9.
|
|
181
|
+
0.9.37 (ruby-3.4.4).
|
|
182
182
|
</div>
|
|
183
183
|
|
|
184
184
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::EmptyInput
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
|
|
186
186
|
<div id="footer">
|
|
187
|
-
Generated on
|
|
187
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
188
188
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
189
|
-
0.9.
|
|
189
|
+
0.9.37 (ruby-3.4.4).
|
|
190
190
|
</div>
|
|
191
191
|
|
|
192
192
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::HistoryLimitError
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
|
|
186
186
|
<div id="footer">
|
|
187
|
-
Generated on
|
|
187
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
188
188
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
189
|
-
0.9.
|
|
189
|
+
0.9.37 (ruby-3.4.4).
|
|
190
190
|
</div>
|
|
191
191
|
|
|
192
192
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::InvalidPlugin
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
|
|
186
186
|
<div id="footer">
|
|
187
|
-
Generated on
|
|
187
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
188
188
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
189
|
-
0.9.
|
|
189
|
+
0.9.37 (ruby-3.4.4).
|
|
190
190
|
</div>
|
|
191
191
|
|
|
192
192
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::MissingBackupFile
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
|
|
186
186
|
<div id="footer">
|
|
187
|
-
Generated on
|
|
187
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
188
188
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
189
|
-
0.9.
|
|
189
|
+
0.9.37 (ruby-3.4.4).
|
|
190
190
|
</div>
|
|
191
191
|
|
|
192
192
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::NoResults
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
|
|
186
186
|
<div id="footer">
|
|
187
|
-
Generated on
|
|
187
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
188
188
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
189
|
-
0.9.
|
|
189
|
+
0.9.37 (ruby-3.4.4).
|
|
190
190
|
</div>
|
|
191
191
|
|
|
192
192
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::PluginException
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -238,9 +238,9 @@
|
|
|
238
238
|
</div>
|
|
239
239
|
|
|
240
240
|
<div id="footer">
|
|
241
|
-
Generated on
|
|
241
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
242
242
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
243
|
-
0.9.
|
|
243
|
+
0.9.37 (ruby-3.4.4).
|
|
244
244
|
</div>
|
|
245
245
|
|
|
246
246
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::UserCancelled
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
|
|
186
186
|
<div id="footer">
|
|
187
|
-
Generated on
|
|
187
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
188
188
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
189
|
-
0.9.
|
|
189
|
+
0.9.37 (ruby-3.4.4).
|
|
190
190
|
</div>
|
|
191
191
|
|
|
192
192
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Exception: Doing::Errors::WrongCommand
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
|
|
186
186
|
<div id="footer">
|
|
187
|
-
Generated on
|
|
187
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
188
188
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
189
|
-
0.9.
|
|
189
|
+
0.9.37 (ruby-3.4.4).
|
|
190
190
|
</div>
|
|
191
191
|
|
|
192
192
|
</div>
|
data/docs/doc/Doing/Errors.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::Errors
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -181,9 +181,9 @@
|
|
|
181
181
|
</div>
|
|
182
182
|
|
|
183
183
|
<div id="footer">
|
|
184
|
-
Generated on
|
|
184
|
+
Generated on Thu Oct 23 08:05:56 2025 by
|
|
185
185
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
186
|
-
0.9.
|
|
186
|
+
0.9.37 (ruby-3.4.4).
|
|
187
187
|
</div>
|
|
188
188
|
|
|
189
189
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::HTMLExport
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
|
|
199
199
|
|
|
200
200
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Util.html" title="Doing::Util (module)">Util</a></span></h3>
|
|
201
|
-
<p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-
|
|
201
|
+
<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>
|
|
202
202
|
|
|
203
203
|
|
|
204
204
|
<div id="class_method_details" class="method_details_list">
|
|
@@ -246,9 +246,9 @@
|
|
|
246
246
|
</div>
|
|
247
247
|
|
|
248
248
|
<div id="footer">
|
|
249
|
-
Generated on
|
|
249
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
250
250
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
251
|
-
0.9.
|
|
251
|
+
0.9.37 (ruby-3.4.4).
|
|
252
252
|
</div>
|
|
253
253
|
|
|
254
254
|
</div>
|
data/docs/doc/Doing/Hooks.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::Hooks
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -320,19 +320,6 @@
|
|
|
320
320
|
</div>
|
|
321
321
|
<div class="tags">
|
|
322
322
|
|
|
323
|
-
<p class="tag_title">Raises:</p>
|
|
324
|
-
<ul class="raise">
|
|
325
|
-
|
|
326
|
-
<li>
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
<span class='type'>(<tt><span class='object_link'><a href="Errors.html#PluginUncallable-constant" title="Doing::Errors::PluginUncallable (constant)">Doing::Errors::PluginUncallable</a></span></tt>)</span>
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
</li>
|
|
334
|
-
|
|
335
|
-
</ul>
|
|
336
323
|
|
|
337
324
|
</div>
|
|
338
325
|
</div>
|
|
@@ -354,9 +341,9 @@
|
|
|
354
341
|
</div>
|
|
355
342
|
|
|
356
343
|
<div id="footer">
|
|
357
|
-
Generated on
|
|
344
|
+
Generated on Thu Oct 23 08:05:56 2025 by
|
|
358
345
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
359
|
-
0.9.
|
|
346
|
+
0.9.37 (ruby-3.4.4).
|
|
360
347
|
</div>
|
|
361
348
|
|
|
362
349
|
</div>
|
data/docs/doc/Doing/Item.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Doing::Item
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
|
|
445
445
|
|
|
446
446
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="Color.html" title="Doing::Color (module)">Color</a></span></h3>
|
|
447
|
-
<p class="inherited"><span class='object_link'><a href="Color.html#attributes-
|
|
447
|
+
<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>
|
|
448
448
|
|
|
449
449
|
|
|
450
450
|
|
|
@@ -991,9 +991,9 @@ section) tag</p>
|
|
|
991
991
|
</div>
|
|
992
992
|
|
|
993
993
|
<div id="footer">
|
|
994
|
-
Generated on
|
|
994
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
995
995
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
996
|
-
0.9.
|
|
996
|
+
0.9.37 (ruby-3.4.4).
|
|
997
997
|
</div>
|
|
998
998
|
|
|
999
999
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::ItemDates
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -554,9 +554,9 @@ value overlaps with another item's</p>
|
|
|
554
554
|
</div>
|
|
555
555
|
|
|
556
556
|
<div id="footer">
|
|
557
|
-
Generated on
|
|
557
|
+
Generated on Thu Oct 23 08:05:56 2025 by
|
|
558
558
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
559
|
-
0.9.
|
|
559
|
+
0.9.37 (ruby-3.4.4).
|
|
560
560
|
</div>
|
|
561
561
|
|
|
562
562
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::ItemQuery
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -685,9 +685,9 @@ type (:sensitive,
|
|
|
685
685
|
</div>
|
|
686
686
|
|
|
687
687
|
<div id="footer">
|
|
688
|
-
Generated on
|
|
688
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
689
689
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
690
|
-
0.9.
|
|
690
|
+
0.9.37 (ruby-3.4.4).
|
|
691
691
|
</div>
|
|
692
692
|
|
|
693
693
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::ItemState
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -377,9 +377,9 @@ thus should not receive a date on the @done tag</p>
|
|
|
377
377
|
</div>
|
|
378
378
|
|
|
379
379
|
<div id="footer">
|
|
380
|
-
Generated on
|
|
380
|
+
Generated on Thu Oct 23 08:05:57 2025 by
|
|
381
381
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
382
|
-
0.9.
|
|
382
|
+
0.9.37 (ruby-3.4.4).
|
|
383
383
|
</div>
|
|
384
384
|
|
|
385
385
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: Doing::ItemTags
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.37
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -488,9 +488,9 @@
|
|
|
488
488
|
</div>
|
|
489
489
|
|
|
490
490
|
<div id="footer">
|
|
491
|
-
Generated on
|
|
491
|
+
Generated on Thu Oct 23 08:05:56 2025 by
|
|
492
492
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
493
|
-
0.9.
|
|
493
|
+
0.9.37 (ruby-3.4.4).
|
|
494
494
|
</div>
|
|
495
495
|
|
|
496
496
|
</div>
|