diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7772e3..e90a20ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### 2.1.85 + +2024-03-26 10:17 + +#### NEW + +- Add todo as an example command plugin + +#### FIXED + +- Error thrown when trying to guess a section/view when there's no match. + ### 2.1.84 2023-08-17 09:49 diff --git a/Gemfile.lock b/Gemfile.lock index 831a1151..eb3f20ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - doing (2.1.84) + doing (2.1.85) chronic (~> 0.10, >= 0.10.2) deep_merge (~> 1.2, >= 1.2.1) gli (~> 2.20, >= 2.20.1) @@ -21,36 +21,36 @@ GEM specs: chronic (0.10.2) deep_merge (1.2.2) - github-markup (4.0.1) - gli (2.21.0) + github-markup (4.0.2) + gli (2.21.1) haml (5.0.4) temple (>= 0.8.0) tilt kramdown (2.4.0) rexml - parallel (1.23.0) + parallel (1.24.0) parallel_tests (3.13.0) parallel parslet (2.0.0) pastel (0.8.0) tty-color (~> 0.5) - plist (3.7.0) + plist (3.7.1) power_assert (2.0.3) - rake (13.0.6) + rake (13.1.0) rdoc (6.3.3) redcarpet (3.6.0) - rexml (3.2.5) - rouge (4.1.2) + rexml (3.2.6) + rouge (4.2.0) safe_yaml (1.0.5) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) - temple (0.10.2) + temple (0.10.3) test-unit (3.4.9) power_assert - tilt (2.2.0) + tilt (2.3.0) tty-color (0.6.0) tty-cursor (0.7.1) tty-link (0.1.1) @@ -70,14 +70,14 @@ GEM tty-cursor (~> 0.7) tty-screen (~> 0.8) wisper (~> 2.0) - tty-screen (0.8.1) + tty-screen (0.8.2) tty-spinner (0.9.3) tty-cursor (~> 0.7) tty-which (0.5.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) unicode_utils (1.4.0) wisper (2.0.1) - yard (0.9.35) + yard (0.9.36) PLATFORMS ruby @@ -91,7 +91,7 @@ DEPENDENCIES redcarpet (~> 3.5, >= 3.5.1) test-unit (~> 3.4.4) tty-spinner (~> 0.9, >= 0.9.3) - yard (~> 0.9, >= 0.9.26) + yard (~> 0.9, >= 0.9.36) BUNDLED WITH 2.2.17 diff --git a/README.md b/README.md index f3e3152f..10fac701 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ _If you're one of the rare people like me who find this useful, feel free to -The current version of `doing` is 2.1.83. +The current version of `doing` is 2.1.84. Find all of the documentation in the [doing wiki][wiki]. diff --git a/docs/doc/Array.html b/docs/doc/Array.html index 448d7f34..01732d44 100644 --- a/docs/doc/Array.html +++ b/docs/doc/Array.html @@ -6,7 +6,7 @@ Class: Array - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -350,9 +350,9 @@

diff --git a/docs/doc/BooleanTermParser.html b/docs/doc/BooleanTermParser.html index 6a8d0230..a0d75ea9 100644 --- a/docs/doc/BooleanTermParser.html +++ b/docs/doc/BooleanTermParser.html @@ -6,7 +6,7 @@ Module: BooleanTermParser - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -105,9 +105,9 @@

Defined Under Namespace

diff --git a/docs/doc/BooleanTermParser/Clause.html b/docs/doc/BooleanTermParser/Clause.html index fd7e92dc..77f0b803 100644 --- a/docs/doc/BooleanTermParser/Clause.html +++ b/docs/doc/BooleanTermParser/Clause.html @@ -6,7 +6,7 @@ Class: BooleanTermParser::Clause - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -283,9 +283,9 @@

diff --git a/docs/doc/BooleanTermParser/Operator.html b/docs/doc/BooleanTermParser/Operator.html index 5165d116..74db39e0 100644 --- a/docs/doc/BooleanTermParser/Operator.html +++ b/docs/doc/BooleanTermParser/Operator.html @@ -6,7 +6,7 @@ Class: BooleanTermParser::Operator - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -162,9 +162,9 @@

diff --git a/docs/doc/BooleanTermParser/Query.html b/docs/doc/BooleanTermParser/Query.html index d2c619c3..ecfc2174 100644 --- a/docs/doc/BooleanTermParser/Query.html +++ b/docs/doc/BooleanTermParser/Query.html @@ -6,7 +6,7 @@ Class: BooleanTermParser::Query - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -407,9 +407,9 @@

diff --git a/docs/doc/BooleanTermParser/QueryParser.html b/docs/doc/BooleanTermParser/QueryParser.html index d4a5b915..b30b23b0 100644 --- a/docs/doc/BooleanTermParser/QueryParser.html +++ b/docs/doc/BooleanTermParser/QueryParser.html @@ -6,7 +6,7 @@ Class: BooleanTermParser::QueryParser - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -125,9 +125,9 @@

Overview

diff --git a/docs/doc/BooleanTermParser/QueryTransformer.html b/docs/doc/BooleanTermParser/QueryTransformer.html index b817091d..da6afd87 100644 --- a/docs/doc/BooleanTermParser/QueryTransformer.html +++ b/docs/doc/BooleanTermParser/QueryTransformer.html @@ -6,7 +6,7 @@ Class: BooleanTermParser::QueryTransformer - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -114,9 +114,9 @@ diff --git a/docs/doc/Doing.html b/docs/doc/Doing.html index fcc4eada..1c3b7ac9 100644 --- a/docs/doc/Doing.html +++ b/docs/doc/Doing.html @@ -6,7 +6,7 @@ Module: Doing - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -122,7 +122,7 @@

VERSION =
-
'2.1.84'
+
'2.1.85'
@@ -138,9 +138,9 @@

diff --git a/docs/doc/Doing/ArrayCleanup.html b/docs/doc/Doing/ArrayCleanup.html index f27ff16c..9f104f6a 100644 --- a/docs/doc/Doing/ArrayCleanup.html +++ b/docs/doc/Doing/ArrayCleanup.html @@ -6,7 +6,7 @@ Module: Doing::ArrayCleanup - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -306,9 +306,9 @@

diff --git a/docs/doc/Doing/ArrayNestedHash.html b/docs/doc/Doing/ArrayNestedHash.html index e934d7d7..10f8fcc7 100644 --- a/docs/doc/Doing/ArrayNestedHash.html +++ b/docs/doc/Doing/ArrayNestedHash.html @@ -6,7 +6,7 @@ Module: Doing::ArrayNestedHash - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -188,9 +188,9 @@

diff --git a/docs/doc/Doing/ArrayTags.html b/docs/doc/Doing/ArrayTags.html index 9e9207fb..677eb843 100644 --- a/docs/doc/Doing/ArrayTags.html +++ b/docs/doc/Doing/ArrayTags.html @@ -6,7 +6,7 @@ Module: Doing::ArrayTags - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -414,9 +414,9 @@

diff --git a/docs/doc/Doing/ByDayExport.html b/docs/doc/Doing/ByDayExport.html index a50fdf7c..2655f0e1 100644 --- a/docs/doc/Doing/ByDayExport.html +++ b/docs/doc/Doing/ByDayExport.html @@ -6,7 +6,7 @@ Class: Doing::ByDayExport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -196,9 +196,9 @@

diff --git a/docs/doc/Doing/CSVExport.html b/docs/doc/Doing/CSVExport.html index 2f2dcf3b..1c9ddf6f 100644 --- a/docs/doc/Doing/CSVExport.html +++ b/docs/doc/Doing/CSVExport.html @@ -6,7 +6,7 @@ Class: Doing::CSVExport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -256,9 +256,9 @@

diff --git a/docs/doc/Doing/CalendarImport.html b/docs/doc/Doing/CalendarImport.html index 5bff2079..02915114 100644 --- a/docs/doc/Doing/CalendarImport.html +++ b/docs/doc/Doing/CalendarImport.html @@ -6,7 +6,7 @@ Class: Doing::CalendarImport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -222,9 +222,9 @@

diff --git a/docs/doc/Doing/Change.html b/docs/doc/Doing/Change.html index 3f252922..21852e96 100644 --- a/docs/doc/Doing/Change.html +++ b/docs/doc/Doing/Change.html @@ -6,7 +6,7 @@ Class: Doing::Change - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -678,9 +678,9 @@

diff --git a/docs/doc/Doing/Changes.html b/docs/doc/Doing/Changes.html index 6baf26e9..c322fbb1 100644 --- a/docs/doc/Doing/Changes.html +++ b/docs/doc/Doing/Changes.html @@ -6,7 +6,7 @@ Class: Doing::Changes - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -458,9 +458,9 @@

diff --git a/docs/doc/Doing/ChronifyArray.html b/docs/doc/Doing/ChronifyArray.html index 29b20825..9c08a78d 100644 --- a/docs/doc/Doing/ChronifyArray.html +++ b/docs/doc/Doing/ChronifyArray.html @@ -6,7 +6,7 @@ Module: Doing::ChronifyArray - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -337,9 +337,9 @@

diff --git a/docs/doc/Doing/ChronifyNumeric.html b/docs/doc/Doing/ChronifyNumeric.html index 95c6e894..9eebcee7 100644 --- a/docs/doc/Doing/ChronifyNumeric.html +++ b/docs/doc/Doing/ChronifyNumeric.html @@ -6,7 +6,7 @@ Module: Doing::ChronifyNumeric - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -261,9 +261,9 @@

diff --git a/docs/doc/Doing/ChronifyString.html b/docs/doc/Doing/ChronifyString.html index 872c5dd6..c0ed9ac9 100644 --- a/docs/doc/Doing/ChronifyString.html +++ b/docs/doc/Doing/ChronifyString.html @@ -6,7 +6,7 @@ Module: Doing::ChronifyString - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -672,9 +672,9 @@

diff --git a/docs/doc/Doing/Color.html b/docs/doc/Doing/Color.html index c69d31e9..5109aa22 100644 --- a/docs/doc/Doing/Color.html +++ b/docs/doc/Doing/Color.html @@ -6,7 +6,7 @@ Module: Doing::Color - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -687,9 +687,9 @@

diff --git a/docs/doc/Doing/Completion.html b/docs/doc/Doing/Completion.html index c36f4bd6..ba9da2d4 100644 --- a/docs/doc/Doing/Completion.html +++ b/docs/doc/Doing/Completion.html @@ -6,7 +6,7 @@ Module: Doing::Completion - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -540,9 +540,9 @@

diff --git a/docs/doc/Doing/Completion/BashCompletions.html b/docs/doc/Doing/Completion/BashCompletions.html index f615133b..62d8b7b0 100644 --- a/docs/doc/Doing/Completion/BashCompletions.html +++ b/docs/doc/Doing/Completion/BashCompletions.html @@ -6,7 +6,7 @@ Class: Doing::Completion::BashCompletions - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -435,9 +435,9 @@

diff --git a/docs/doc/Doing/Completion/FigCompletions.html b/docs/doc/Doing/Completion/FigCompletions.html index 6e27ac44..ee2cd76a 100644 --- a/docs/doc/Doing/Completion/FigCompletions.html +++ b/docs/doc/Doing/Completion/FigCompletions.html @@ -6,7 +6,7 @@ Class: Doing::Completion::FigCompletions - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -435,9 +435,9 @@

- Generated on Thu Aug 17 09:53:02 2023 by + Generated on Tue Mar 26 10:18:24 2024 by yard - 0.9.34 (ruby-3.2.0). + 0.9.36 (ruby-3.2.0). diff --git a/docs/doc/Doing/Completion/FishCompletions.html b/docs/doc/Doing/Completion/FishCompletions.html index 805e793a..3194cf50 100644 --- a/docs/doc/Doing/Completion/FishCompletions.html +++ b/docs/doc/Doing/Completion/FishCompletions.html @@ -6,7 +6,7 @@ Class: Doing::Completion::FishCompletions - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -435,9 +435,9 @@

- Generated on Thu Aug 17 09:53:02 2023 by + Generated on Tue Mar 26 10:18:24 2024 by yard - 0.9.34 (ruby-3.2.0). + 0.9.36 (ruby-3.2.0). diff --git a/docs/doc/Doing/Completion/StringUtils.html b/docs/doc/Doing/Completion/StringUtils.html index 4799011a..b35319fc 100644 --- a/docs/doc/Doing/Completion/StringUtils.html +++ b/docs/doc/Doing/Completion/StringUtils.html @@ -6,7 +6,7 @@ Module: Doing::Completion::StringUtils - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -277,9 +277,9 @@

diff --git a/docs/doc/Doing/Completion/ZshCompletions.html b/docs/doc/Doing/Completion/ZshCompletions.html index 3b4f3f40..bdd09f90 100644 --- a/docs/doc/Doing/Completion/ZshCompletions.html +++ b/docs/doc/Doing/Completion/ZshCompletions.html @@ -6,7 +6,7 @@ Class: Doing::Completion::ZshCompletions - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -435,9 +435,9 @@

- Generated on Thu Aug 17 09:53:02 2023 by + Generated on Tue Mar 26 10:18:24 2024 by yard - 0.9.34 (ruby-3.2.0). + 0.9.36 (ruby-3.2.0). diff --git a/docs/doc/Doing/Configuration.html b/docs/doc/Doing/Configuration.html index 0117e93c..4dd210d2 100644 --- a/docs/doc/Doing/Configuration.html +++ b/docs/doc/Doing/Configuration.html @@ -6,7 +6,7 @@ Class: Doing::Configuration - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -1228,9 +1228,9 @@

diff --git a/docs/doc/Doing/DayOneRenderer.html b/docs/doc/Doing/DayOneRenderer.html index a66227c8..a9087ac1 100644 --- a/docs/doc/Doing/DayOneRenderer.html +++ b/docs/doc/Doing/DayOneRenderer.html @@ -6,7 +6,7 @@ Class: Doing::DayOneRenderer - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -373,9 +373,9 @@

diff --git a/docs/doc/Doing/DayoneExport.html b/docs/doc/Doing/DayoneExport.html index b42278cd..57416718 100644 --- a/docs/doc/Doing/DayoneExport.html +++ b/docs/doc/Doing/DayoneExport.html @@ -6,7 +6,7 @@ Class: Doing::DayoneExport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -280,9 +280,9 @@

diff --git a/docs/doc/Doing/DoingExport.html b/docs/doc/Doing/DoingExport.html index 78c867f2..efc8129c 100644 --- a/docs/doc/Doing/DoingExport.html +++ b/docs/doc/Doing/DoingExport.html @@ -6,7 +6,7 @@ Class: Doing::DoingExport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -196,9 +196,9 @@

diff --git a/docs/doc/Doing/DoingImport.html b/docs/doc/Doing/DoingImport.html index ec82af11..4add29eb 100644 --- a/docs/doc/Doing/DoingImport.html +++ b/docs/doc/Doing/DoingImport.html @@ -6,7 +6,7 @@ Class: Doing::DoingImport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -381,9 +381,9 @@

diff --git a/docs/doc/Doing/Entry.html b/docs/doc/Doing/Entry.html index e532f092..93494496 100644 --- a/docs/doc/Doing/Entry.html +++ b/docs/doc/Doing/Entry.html @@ -6,7 +6,7 @@ Class: Doing::Entry - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -476,9 +476,9 @@

diff --git a/docs/doc/Doing/Errors.html b/docs/doc/Doing/Errors.html index db2ef9e8..676f8c13 100644 --- a/docs/doc/Doing/Errors.html +++ b/docs/doc/Doing/Errors.html @@ -6,7 +6,7 @@ Module: Doing::Errors - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -181,9 +181,9 @@

diff --git a/docs/doc/Doing/Errors/DoingNoTraceError.html b/docs/doc/Doing/Errors/DoingNoTraceError.html index 8c039f09..c52977b2 100644 --- a/docs/doc/Doing/Errors/DoingNoTraceError.html +++ b/docs/doc/Doing/Errors/DoingNoTraceError.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::DoingNoTraceError - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -180,9 +180,9 @@

diff --git a/docs/doc/Doing/Errors/DoingRuntimeError.html b/docs/doc/Doing/Errors/DoingRuntimeError.html index 56e6a8cb..0a5b2e08 100644 --- a/docs/doc/Doing/Errors/DoingRuntimeError.html +++ b/docs/doc/Doing/Errors/DoingRuntimeError.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::DoingRuntimeError - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -180,9 +180,9 @@

diff --git a/docs/doc/Doing/Errors/DoingStandardError.html b/docs/doc/Doing/Errors/DoingStandardError.html index c8d5c2aa..910d6183 100644 --- a/docs/doc/Doing/Errors/DoingStandardError.html +++ b/docs/doc/Doing/Errors/DoingStandardError.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::DoingStandardError - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -176,9 +176,9 @@

diff --git a/docs/doc/Doing/Errors/EmptyInput.html b/docs/doc/Doing/Errors/EmptyInput.html index bde495ac..7c437b48 100644 --- a/docs/doc/Doing/Errors/EmptyInput.html +++ b/docs/doc/Doing/Errors/EmptyInput.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::EmptyInput - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -184,9 +184,9 @@

diff --git a/docs/doc/Doing/Errors/HistoryLimitError.html b/docs/doc/Doing/Errors/HistoryLimitError.html index 38a2f7e7..ff38138a 100644 --- a/docs/doc/Doing/Errors/HistoryLimitError.html +++ b/docs/doc/Doing/Errors/HistoryLimitError.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::HistoryLimitError - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -184,9 +184,9 @@

diff --git a/docs/doc/Doing/Errors/InvalidPlugin.html b/docs/doc/Doing/Errors/InvalidPlugin.html index 43d973ab..a7b51e0d 100644 --- a/docs/doc/Doing/Errors/InvalidPlugin.html +++ b/docs/doc/Doing/Errors/InvalidPlugin.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::InvalidPlugin - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -184,9 +184,9 @@

diff --git a/docs/doc/Doing/Errors/MissingBackupFile.html b/docs/doc/Doing/Errors/MissingBackupFile.html index 3cf3b477..5811f8fd 100644 --- a/docs/doc/Doing/Errors/MissingBackupFile.html +++ b/docs/doc/Doing/Errors/MissingBackupFile.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::MissingBackupFile - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -184,9 +184,9 @@

diff --git a/docs/doc/Doing/Errors/NoResults.html b/docs/doc/Doing/Errors/NoResults.html index 0cef4972..442c6032 100644 --- a/docs/doc/Doing/Errors/NoResults.html +++ b/docs/doc/Doing/Errors/NoResults.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::NoResults - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -184,9 +184,9 @@

diff --git a/docs/doc/Doing/Errors/PluginException.html b/docs/doc/Doing/Errors/PluginException.html index ec1839a4..88246d3c 100644 --- a/docs/doc/Doing/Errors/PluginException.html +++ b/docs/doc/Doing/Errors/PluginException.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::PluginException - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -238,9 +238,9 @@

diff --git a/docs/doc/Doing/Errors/UserCancelled.html b/docs/doc/Doing/Errors/UserCancelled.html index fe112100..ddfd4b66 100644 --- a/docs/doc/Doing/Errors/UserCancelled.html +++ b/docs/doc/Doing/Errors/UserCancelled.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::UserCancelled - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -184,9 +184,9 @@

diff --git a/docs/doc/Doing/Errors/WrongCommand.html b/docs/doc/Doing/Errors/WrongCommand.html index 2c2d515f..fc5aee3f 100644 --- a/docs/doc/Doing/Errors/WrongCommand.html +++ b/docs/doc/Doing/Errors/WrongCommand.html @@ -6,7 +6,7 @@ Exception: Doing::Errors::WrongCommand - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -184,9 +184,9 @@

diff --git a/docs/doc/Doing/HTMLExport.html b/docs/doc/Doing/HTMLExport.html index af957e00..a5b371a1 100644 --- a/docs/doc/Doing/HTMLExport.html +++ b/docs/doc/Doing/HTMLExport.html @@ -6,7 +6,7 @@ Class: Doing::HTMLExport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -246,9 +246,9 @@

diff --git a/docs/doc/Doing/Hooks.html b/docs/doc/Doing/Hooks.html index 83c1731d..c0cceb29 100644 --- a/docs/doc/Doing/Hooks.html +++ b/docs/doc/Doing/Hooks.html @@ -6,7 +6,7 @@ Module: Doing::Hooks - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -354,9 +354,9 @@

diff --git a/docs/doc/Doing/Item.html b/docs/doc/Doing/Item.html index 6103d043..8eb6c566 100644 --- a/docs/doc/Doing/Item.html +++ b/docs/doc/Doing/Item.html @@ -6,7 +6,7 @@ Class: Doing::Item - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -991,9 +991,9 @@

diff --git a/docs/doc/Doing/ItemDates.html b/docs/doc/Doing/ItemDates.html index c16a10d6..173d293c 100644 --- a/docs/doc/Doing/ItemDates.html +++ b/docs/doc/Doing/ItemDates.html @@ -6,7 +6,7 @@ Module: Doing::ItemDates - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -554,9 +554,9 @@

diff --git a/docs/doc/Doing/ItemQuery.html b/docs/doc/Doing/ItemQuery.html index b4391e48..17ec70c5 100644 --- a/docs/doc/Doing/ItemQuery.html +++ b/docs/doc/Doing/ItemQuery.html @@ -6,7 +6,7 @@ Module: Doing::ItemQuery - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -685,9 +685,9 @@

diff --git a/docs/doc/Doing/ItemState.html b/docs/doc/Doing/ItemState.html index 32f84fd8..7f9ae1c5 100644 --- a/docs/doc/Doing/ItemState.html +++ b/docs/doc/Doing/ItemState.html @@ -6,7 +6,7 @@ Module: Doing::ItemState - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -377,9 +377,9 @@

diff --git a/docs/doc/Doing/ItemTags.html b/docs/doc/Doing/ItemTags.html index a97c3330..1488deee 100644 --- a/docs/doc/Doing/ItemTags.html +++ b/docs/doc/Doing/ItemTags.html @@ -6,7 +6,7 @@ Module: Doing::ItemTags - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -488,9 +488,9 @@

diff --git a/docs/doc/Doing/Items.html b/docs/doc/Doing/Items.html index 27e4e4c1..100b9dc4 100644 --- a/docs/doc/Doing/Items.html +++ b/docs/doc/Doing/Items.html @@ -6,7 +6,7 @@ Class: Doing::Items - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -1792,9 +1792,9 @@

diff --git a/docs/doc/Doing/JSONExport.html b/docs/doc/Doing/JSONExport.html index f54247e8..84fd81be 100644 --- a/docs/doc/Doing/JSONExport.html +++ b/docs/doc/Doing/JSONExport.html @@ -6,7 +6,7 @@ Class: Doing::JSONExport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -212,9 +212,9 @@

diff --git a/docs/doc/Doing/JSONImport.html b/docs/doc/Doing/JSONImport.html index 5e959bfb..555df339 100644 --- a/docs/doc/Doing/JSONImport.html +++ b/docs/doc/Doing/JSONImport.html @@ -6,7 +6,7 @@ Class: Doing::JSONImport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -285,9 +285,9 @@

diff --git a/docs/doc/Doing/Logger.html b/docs/doc/Doing/Logger.html index add8743e..b81d674a 100644 --- a/docs/doc/Doing/Logger.html +++ b/docs/doc/Doing/Logger.html @@ -6,7 +6,7 @@ Class: Doing::Logger - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -1797,9 +1797,9 @@

diff --git a/docs/doc/Doing/MarkdownExport.html b/docs/doc/Doing/MarkdownExport.html index fe9c32f7..4f3dbb0b 100644 --- a/docs/doc/Doing/MarkdownExport.html +++ b/docs/doc/Doing/MarkdownExport.html @@ -6,7 +6,7 @@ Class: Doing::MarkdownExport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -256,9 +256,9 @@

diff --git a/docs/doc/Doing/Note.html b/docs/doc/Doing/Note.html index 1a6004a5..30bcd4de 100644 --- a/docs/doc/Doing/Note.html +++ b/docs/doc/Doing/Note.html @@ -6,7 +6,7 @@ Class: Doing::Note - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -747,9 +747,9 @@

diff --git a/docs/doc/Doing/Pager.html b/docs/doc/Doing/Pager.html index 683cb7f2..9380e328 100644 --- a/docs/doc/Doing/Pager.html +++ b/docs/doc/Doing/Pager.html @@ -6,7 +6,7 @@ Module: Doing::Pager - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -296,9 +296,9 @@

diff --git a/docs/doc/Doing/Plugins.html b/docs/doc/Doing/Plugins.html index 40874844..16e1f4f8 100644 --- a/docs/doc/Doing/Plugins.html +++ b/docs/doc/Doing/Plugins.html @@ -6,7 +6,7 @@ Module: Doing::Plugins - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -1340,9 +1340,9 @@

diff --git a/docs/doc/Doing/Prompt.html b/docs/doc/Doing/Prompt.html index 14268b12..81c43fc7 100644 --- a/docs/doc/Doing/Prompt.html +++ b/docs/doc/Doing/Prompt.html @@ -6,7 +6,7 @@ Module: Doing::Prompt - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -326,9 +326,9 @@

diff --git a/docs/doc/Doing/PromptChoose.html b/docs/doc/Doing/PromptChoose.html index c9eb97cb..aa8e5882 100644 --- a/docs/doc/Doing/PromptChoose.html +++ b/docs/doc/Doing/PromptChoose.html @@ -6,7 +6,7 @@ Module: Doing::PromptChoose - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -474,9 +474,9 @@

diff --git a/docs/doc/Doing/PromptFZF.html b/docs/doc/Doing/PromptFZF.html index b9df9005..04373aeb 100644 --- a/docs/doc/Doing/PromptFZF.html +++ b/docs/doc/Doing/PromptFZF.html @@ -6,7 +6,7 @@ Module: Doing::PromptFZF - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -381,9 +381,9 @@

diff --git a/docs/doc/Doing/PromptInput.html b/docs/doc/Doing/PromptInput.html index 175e704e..0d98b26d 100644 --- a/docs/doc/Doing/PromptInput.html +++ b/docs/doc/Doing/PromptInput.html @@ -6,7 +6,7 @@ Module: Doing::PromptInput - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -562,9 +562,9 @@

diff --git a/docs/doc/Doing/PromptSTD.html b/docs/doc/Doing/PromptSTD.html index 33cc92ae..df7ff460 100644 --- a/docs/doc/Doing/PromptSTD.html +++ b/docs/doc/Doing/PromptSTD.html @@ -6,7 +6,7 @@ Module: Doing::PromptSTD - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -283,9 +283,9 @@

diff --git a/docs/doc/Doing/PromptYN.html b/docs/doc/Doing/PromptYN.html index cc66e048..d959df19 100644 --- a/docs/doc/Doing/PromptYN.html +++ b/docs/doc/Doing/PromptYN.html @@ -6,7 +6,7 @@ Module: Doing::PromptYN - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -227,9 +227,9 @@

diff --git a/docs/doc/Doing/Section.html b/docs/doc/Doing/Section.html index b1211e2f..32f2307b 100644 --- a/docs/doc/Doing/Section.html +++ b/docs/doc/Doing/Section.html @@ -6,7 +6,7 @@ Class: Doing::Section - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -400,9 +400,9 @@

diff --git a/docs/doc/Doing/StringHighlight.html b/docs/doc/Doing/StringHighlight.html index 2d60e0b0..75a61826 100644 --- a/docs/doc/Doing/StringHighlight.html +++ b/docs/doc/Doing/StringHighlight.html @@ -6,7 +6,7 @@ Module: Doing::StringHighlight - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -523,9 +523,9 @@

diff --git a/docs/doc/Doing/StringNormalize.html b/docs/doc/Doing/StringNormalize.html index ae0b0520..507d1b75 100644 --- a/docs/doc/Doing/StringNormalize.html +++ b/docs/doc/Doing/StringNormalize.html @@ -6,7 +6,7 @@ Module: Doing::StringNormalize - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -1036,9 +1036,9 @@

diff --git a/docs/doc/Doing/StringQuery.html b/docs/doc/Doing/StringQuery.html index 3349122f..42351ba6 100644 --- a/docs/doc/Doing/StringQuery.html +++ b/docs/doc/Doing/StringQuery.html @@ -6,7 +6,7 @@ Module: Doing::StringQuery - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -771,9 +771,9 @@

diff --git a/docs/doc/Doing/StringTags.html b/docs/doc/Doing/StringTags.html index e38c74c8..d573c4e0 100644 --- a/docs/doc/Doing/StringTags.html +++ b/docs/doc/Doing/StringTags.html @@ -6,7 +6,7 @@ Module: Doing::StringTags - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -874,9 +874,9 @@

diff --git a/docs/doc/Doing/StringTransform.html b/docs/doc/Doing/StringTransform.html index a69facf4..43b22414 100644 --- a/docs/doc/Doing/StringTransform.html +++ b/docs/doc/Doing/StringTransform.html @@ -6,7 +6,7 @@ Module: Doing::StringTransform - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -589,9 +589,9 @@

diff --git a/docs/doc/Doing/StringTruncate.html b/docs/doc/Doing/StringTruncate.html index 6311b417..ce5a8fa4 100644 --- a/docs/doc/Doing/StringTruncate.html +++ b/docs/doc/Doing/StringTruncate.html @@ -6,7 +6,7 @@ Module: Doing::StringTruncate - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -438,9 +438,9 @@

diff --git a/docs/doc/Doing/StringURL.html b/docs/doc/Doing/StringURL.html index 80afaa24..7a56a961 100644 --- a/docs/doc/Doing/StringURL.html +++ b/docs/doc/Doing/StringURL.html @@ -6,7 +6,7 @@ Module: Doing::StringURL - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -399,9 +399,9 @@

diff --git a/docs/doc/Doing/SymbolNormalize.html b/docs/doc/Doing/SymbolNormalize.html index 326061c2..6faf4481 100644 --- a/docs/doc/Doing/SymbolNormalize.html +++ b/docs/doc/Doing/SymbolNormalize.html @@ -6,7 +6,7 @@ Module: Doing::SymbolNormalize - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -331,9 +331,9 @@

diff --git a/docs/doc/Doing/TaskPaperExport.html b/docs/doc/Doing/TaskPaperExport.html index 54972ede..b2c7ef75 100644 --- a/docs/doc/Doing/TaskPaperExport.html +++ b/docs/doc/Doing/TaskPaperExport.html @@ -6,7 +6,7 @@ Class: Doing::TaskPaperExport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -212,9 +212,9 @@

diff --git a/docs/doc/Doing/TemplateExport.html b/docs/doc/Doing/TemplateExport.html index 008cf5eb..6822bd0f 100644 --- a/docs/doc/Doing/TemplateExport.html +++ b/docs/doc/Doing/TemplateExport.html @@ -6,7 +6,7 @@ Class: Doing::TemplateExport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -239,9 +239,9 @@

diff --git a/docs/doc/Doing/TemplateString.html b/docs/doc/Doing/TemplateString.html index 0c961e44..11f132f8 100644 --- a/docs/doc/Doing/TemplateString.html +++ b/docs/doc/Doing/TemplateString.html @@ -6,7 +6,7 @@ Class: Doing::TemplateString - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -802,9 +802,9 @@

diff --git a/docs/doc/Doing/TimingImport.html b/docs/doc/Doing/TimingImport.html index 9f6e9335..098b86f6 100644 --- a/docs/doc/Doing/TimingImport.html +++ b/docs/doc/Doing/TimingImport.html @@ -6,7 +6,7 @@ Class: Doing::TimingImport - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -275,9 +275,9 @@

diff --git a/docs/doc/Doing/Types.html b/docs/doc/Doing/Types.html index 0d92e420..7a99b76b 100644 --- a/docs/doc/Doing/Types.html +++ b/docs/doc/Doing/Types.html @@ -6,7 +6,7 @@ Module: Doing::Types - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -241,9 +241,9 @@

diff --git a/docs/doc/Doing/Util.html b/docs/doc/Doing/Util.html index ca6f157b..92d50764 100644 --- a/docs/doc/Doing/Util.html +++ b/docs/doc/Doing/Util.html @@ -6,7 +6,7 @@ Module: Doing::Util - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -982,9 +982,9 @@

diff --git a/docs/doc/Doing/Util/Backup.html b/docs/doc/Doing/Util/Backup.html index 8774597e..b85dcd67 100644 --- a/docs/doc/Doing/Util/Backup.html +++ b/docs/doc/Doing/Util/Backup.html @@ -6,7 +6,7 @@ Module: Doing::Util::Backup - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -684,9 +684,9 @@

diff --git a/docs/doc/Doing/Version.html b/docs/doc/Doing/Version.html index b6d4dd97..67821b6c 100644 --- a/docs/doc/Doing/Version.html +++ b/docs/doc/Doing/Version.html @@ -6,7 +6,7 @@ Class: Doing::Version - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -513,9 +513,9 @@

diff --git a/docs/doc/Doing/WWID.html b/docs/doc/Doing/WWID.html index 8bec648d..3f0f9011 100644 --- a/docs/doc/Doing/WWID.html +++ b/docs/doc/Doing/WWID.html @@ -6,7 +6,7 @@ Class: Doing::WWID - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -5155,9 +5155,9 @@

diff --git a/docs/doc/FalseClass.html b/docs/doc/FalseClass.html index 57a31410..739acdb6 100644 --- a/docs/doc/FalseClass.html +++ b/docs/doc/FalseClass.html @@ -6,7 +6,7 @@ Class: FalseClass - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -235,9 +235,9 @@

diff --git a/docs/doc/GLI.html b/docs/doc/GLI.html index 1549780c..f12822de 100644 --- a/docs/doc/GLI.html +++ b/docs/doc/GLI.html @@ -6,7 +6,7 @@ Module: GLI - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -107,9 +107,9 @@

Defined Under Namespace

diff --git a/docs/doc/GLI/Commands.html b/docs/doc/GLI/Commands.html index 061ae156..13abc328 100644 --- a/docs/doc/GLI/Commands.html +++ b/docs/doc/GLI/Commands.html @@ -6,7 +6,7 @@ Module: GLI::Commands - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -107,9 +107,9 @@

Defined Under Namespace

diff --git a/docs/doc/GLI/Commands/Help.html b/docs/doc/GLI/Commands/Help.html index af66205f..1f2df121 100644 --- a/docs/doc/GLI/Commands/Help.html +++ b/docs/doc/GLI/Commands/Help.html @@ -6,7 +6,7 @@ Class: GLI::Commands::Help - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -175,9 +175,9 @@

diff --git a/docs/doc/GLI/Commands/MarkdownDocumentListener.html b/docs/doc/GLI/Commands/MarkdownDocumentListener.html index 2b9351b2..93ea45eb 100644 --- a/docs/doc/GLI/Commands/MarkdownDocumentListener.html +++ b/docs/doc/GLI/Commands/MarkdownDocumentListener.html @@ -6,7 +6,7 @@ Class: GLI::Commands::MarkdownDocumentListener - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -753,9 +753,9 @@

diff --git a/docs/doc/Hash.html b/docs/doc/Hash.html index 598f82cf..2bc3ea3e 100644 --- a/docs/doc/Hash.html +++ b/docs/doc/Hash.html @@ -6,7 +6,7 @@ Class: Hash - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -1000,9 +1000,9 @@

diff --git a/docs/doc/Numeric.html b/docs/doc/Numeric.html index 254427d7..0ab3ce05 100644 --- a/docs/doc/Numeric.html +++ b/docs/doc/Numeric.html @@ -6,7 +6,7 @@ Class: Numeric - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -214,9 +214,9 @@

diff --git a/docs/doc/Object.html b/docs/doc/Object.html index 441c9092..fddca6de 100644 --- a/docs/doc/Object.html +++ b/docs/doc/Object.html @@ -6,7 +6,7 @@ Class: Object - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -193,9 +193,9 @@

diff --git a/docs/doc/PhraseParser.html b/docs/doc/PhraseParser.html index 87125ff8..86db40ce 100644 --- a/docs/doc/PhraseParser.html +++ b/docs/doc/PhraseParser.html @@ -6,7 +6,7 @@ Module: PhraseParser - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -105,9 +105,9 @@

Defined Under Namespace

diff --git a/docs/doc/PhraseParser/Operator.html b/docs/doc/PhraseParser/Operator.html index 835bda5e..951d890a 100644 --- a/docs/doc/PhraseParser/Operator.html +++ b/docs/doc/PhraseParser/Operator.html @@ -6,7 +6,7 @@ Class: PhraseParser::Operator - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -162,9 +162,9 @@

diff --git a/docs/doc/PhraseParser/PhraseClause.html b/docs/doc/PhraseParser/PhraseClause.html index 5eddee1f..fda5ce9d 100644 --- a/docs/doc/PhraseParser/PhraseClause.html +++ b/docs/doc/PhraseParser/PhraseClause.html @@ -6,7 +6,7 @@ Class: PhraseParser::PhraseClause - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -293,9 +293,9 @@

diff --git a/docs/doc/PhraseParser/Query.html b/docs/doc/PhraseParser/Query.html index bd4a2f49..8cad986d 100644 --- a/docs/doc/PhraseParser/Query.html +++ b/docs/doc/PhraseParser/Query.html @@ -6,7 +6,7 @@ Class: PhraseParser::Query - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -485,9 +485,9 @@

diff --git a/docs/doc/PhraseParser/QueryParser.html b/docs/doc/PhraseParser/QueryParser.html index d50066e1..fdbb8f2c 100644 --- a/docs/doc/PhraseParser/QueryParser.html +++ b/docs/doc/PhraseParser/QueryParser.html @@ -6,7 +6,7 @@ Class: PhraseParser::QueryParser - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -126,9 +126,9 @@

Overview

diff --git a/docs/doc/PhraseParser/QueryTransformer.html b/docs/doc/PhraseParser/QueryTransformer.html index 74c6048f..d23eec1c 100644 --- a/docs/doc/PhraseParser/QueryTransformer.html +++ b/docs/doc/PhraseParser/QueryTransformer.html @@ -6,7 +6,7 @@ Class: PhraseParser::QueryTransformer - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -114,9 +114,9 @@ diff --git a/docs/doc/PhraseParser/TermClause.html b/docs/doc/PhraseParser/TermClause.html index a0ae68af..56c8e01a 100644 --- a/docs/doc/PhraseParser/TermClause.html +++ b/docs/doc/PhraseParser/TermClause.html @@ -6,7 +6,7 @@ Class: PhraseParser::TermClause - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -283,9 +283,9 @@

diff --git a/docs/doc/Status.html b/docs/doc/Status.html index 4acf93e8..9c26452a 100644 --- a/docs/doc/Status.html +++ b/docs/doc/Status.html @@ -6,7 +6,7 @@ Module: Status - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -316,9 +316,9 @@

diff --git a/docs/doc/String.html b/docs/doc/String.html index b809e7aa..3a0f6277 100644 --- a/docs/doc/String.html +++ b/docs/doc/String.html @@ -6,7 +6,7 @@ Class: String - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -679,9 +679,9 @@

diff --git a/docs/doc/Symbol.html b/docs/doc/Symbol.html index e2c256de..48347891 100644 --- a/docs/doc/Symbol.html +++ b/docs/doc/Symbol.html @@ -6,7 +6,7 @@ Class: Symbol - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -127,9 +127,9 @@

Methods included from - Generated on Thu Aug 17 09:53:01 2023 by + Generated on Tue Mar 26 10:18:23 2024 by yard - 0.9.34 (ruby-3.2.0). + 0.9.36 (ruby-3.2.0). diff --git a/docs/doc/Time.html b/docs/doc/Time.html index 4874edb4..84fb2ff7 100644 --- a/docs/doc/Time.html +++ b/docs/doc/Time.html @@ -6,7 +6,7 @@ Class: Time - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -411,9 +411,9 @@

diff --git a/docs/doc/TrueClass.html b/docs/doc/TrueClass.html index 26a4c7cd..285802ff 100644 --- a/docs/doc/TrueClass.html +++ b/docs/doc/TrueClass.html @@ -6,7 +6,7 @@ Class: TrueClass - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -235,9 +235,9 @@

diff --git a/docs/doc/_index.html b/docs/doc/_index.html index 4d07e303..51b4873c 100644 --- a/docs/doc/_index.html +++ b/docs/doc/_index.html @@ -4,7 +4,7 @@ - Documentation by YARD 0.9.34 + Documentation by YARD 0.9.36 @@ -52,7 +52,7 @@
-

Documentation by YARD 0.9.34

+

Documentation by YARD 0.9.36

Alphabetic Index

@@ -961,9 +961,9 @@

Namespace Listing A-Z

diff --git a/docs/doc/file.README.html b/docs/doc/file.README.html index 05d68b92..0dfc58f5 100644 --- a/docs/doc/file.README.html +++ b/docs/doc/file.README.html @@ -6,7 +6,7 @@ File: README - — Documentation by YARD 0.9.34 + — Documentation by YARD 0.9.36 @@ -71,7 +71,7 @@ -

The current version of doing is <!--VER-->2.1.83<!--END VER-->.

+

The current version of doing is <!--VER-->2.1.84<!--END VER-->.

Find all of the documentation in the doing wiki.

@@ -153,9 +153,9 @@

Changelog

diff --git a/docs/doc/frames.html b/docs/doc/frames.html index 4f918f57..53734c22 100644 --- a/docs/doc/frames.html +++ b/docs/doc/frames.html @@ -2,13 +2,18 @@ - Documentation by YARD 0.9.34 + Documentation by YARD 0.9.36