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.
Files changed (242) hide show
  1. checksums.yaml +4 -4
  2. data/.irbrc +2 -0
  3. data/.rubocop.yml +1 -0
  4. data/.rubocop_todo.yml +251 -0
  5. data/CHANGELOG.md +22 -0
  6. data/Gemfile +2 -0
  7. data/Gemfile.lock +1 -1
  8. data/Rakefile +5 -3
  9. data/bin/commands/changes.rb +3 -1
  10. data/bin/commands/choose.rb +2 -0
  11. data/bin/commands/colors.rb +5 -3
  12. data/bin/commands/commands_accepting.rb +3 -3
  13. data/bin/commands/completion.rb +2 -1
  14. data/bin/commands/config.rb +8 -6
  15. data/bin/commands/done.rb +19 -12
  16. data/bin/commands/finish.rb +4 -2
  17. data/bin/commands/grep.rb +9 -5
  18. data/bin/commands/import.rb +14 -11
  19. data/bin/commands/install_fzf.rb +4 -2
  20. data/bin/commands/last.rb +31 -27
  21. data/bin/commands/meanwhile.rb +6 -2
  22. data/bin/commands/note.rb +6 -3
  23. data/bin/commands/now.rb +2 -0
  24. data/bin/commands/open.rb +6 -1
  25. data/bin/commands/plugins.rb +2 -0
  26. data/bin/commands/recent.rb +47 -33
  27. data/bin/commands/reset.rb +7 -3
  28. data/bin/commands/rotate.rb +6 -3
  29. data/bin/commands/sections.rb +3 -3
  30. data/bin/commands/select.rb +2 -0
  31. data/bin/commands/show.rb +24 -20
  32. data/bin/commands/since.rb +10 -3
  33. data/bin/commands/tag.rb +18 -16
  34. data/bin/commands/tag_dir.rb +5 -2
  35. data/bin/commands/tags.rb +17 -17
  36. data/bin/commands/template.rb +8 -2
  37. data/bin/commands/today.rb +10 -2
  38. data/bin/commands/undo.rb +2 -0
  39. data/bin/commands/update.rb +9 -7
  40. data/bin/commands/view.rb +11 -8
  41. data/bin/commands/views.rb +2 -0
  42. data/bin/commands/yesterday.rb +6 -1
  43. data/bin/doing +54 -57
  44. data/docs/doc/Array.html +3 -3
  45. data/docs/doc/BooleanTermParser/Clause.html +3 -3
  46. data/docs/doc/BooleanTermParser/Operator.html +3 -3
  47. data/docs/doc/BooleanTermParser/Query.html +3 -3
  48. data/docs/doc/BooleanTermParser/QueryParser.html +3 -3
  49. data/docs/doc/BooleanTermParser/QueryTransformer.html +3 -3
  50. data/docs/doc/BooleanTermParser.html +3 -3
  51. data/docs/doc/Doing/ArrayCleanup.html +3 -3
  52. data/docs/doc/Doing/ArrayNestedHash.html +3 -3
  53. data/docs/doc/Doing/ArrayTags.html +9 -9
  54. data/docs/doc/Doing/ByDayExport.html +3 -3
  55. data/docs/doc/Doing/CSVExport.html +4 -4
  56. data/docs/doc/Doing/CalendarImport.html +4 -4
  57. data/docs/doc/Doing/Change.html +3 -3
  58. data/docs/doc/Doing/Changes.html +3 -3
  59. data/docs/doc/Doing/ChronifyArray.html +3 -3
  60. data/docs/doc/Doing/ChronifyNumeric.html +3 -3
  61. data/docs/doc/Doing/ChronifyString.html +6 -6
  62. data/docs/doc/Doing/Color.html +88 -47
  63. data/docs/doc/Doing/Completion/BashCompletions.html +3 -3
  64. data/docs/doc/Doing/Completion/FigCompletions.html +3 -3
  65. data/docs/doc/Doing/Completion/FishCompletions.html +3 -3
  66. data/docs/doc/Doing/Completion/StringUtils.html +3 -3
  67. data/docs/doc/Doing/Completion/ZshCompletions.html +3 -3
  68. data/docs/doc/Doing/Completion.html +5 -5
  69. data/docs/doc/Doing/Configuration.html +6 -6
  70. data/docs/doc/Doing/DayOneRenderer.html +3 -3
  71. data/docs/doc/Doing/DayoneExport.html +4 -4
  72. data/docs/doc/Doing/DoingExport.html +5 -5
  73. data/docs/doc/Doing/DoingImport.html +4 -4
  74. data/docs/doc/Doing/Entry.html +3 -3
  75. data/docs/doc/Doing/Errors/DoingNoTraceError.html +3 -3
  76. data/docs/doc/Doing/Errors/DoingRuntimeError.html +3 -3
  77. data/docs/doc/Doing/Errors/DoingStandardError.html +3 -3
  78. data/docs/doc/Doing/Errors/EmptyInput.html +3 -3
  79. data/docs/doc/Doing/Errors/HistoryLimitError.html +3 -3
  80. data/docs/doc/Doing/Errors/InvalidPlugin.html +3 -3
  81. data/docs/doc/Doing/Errors/MissingBackupFile.html +3 -3
  82. data/docs/doc/Doing/Errors/NoResults.html +3 -3
  83. data/docs/doc/Doing/Errors/PluginException.html +3 -3
  84. data/docs/doc/Doing/Errors/UserCancelled.html +3 -3
  85. data/docs/doc/Doing/Errors/WrongCommand.html +3 -3
  86. data/docs/doc/Doing/Errors.html +3 -3
  87. data/docs/doc/Doing/HTMLExport.html +4 -4
  88. data/docs/doc/Doing/Hooks.html +3 -16
  89. data/docs/doc/Doing/Item.html +4 -4
  90. data/docs/doc/Doing/ItemDates.html +3 -3
  91. data/docs/doc/Doing/ItemQuery.html +3 -3
  92. data/docs/doc/Doing/ItemState.html +3 -3
  93. data/docs/doc/Doing/ItemTags.html +3 -3
  94. data/docs/doc/Doing/Items.html +3 -3
  95. data/docs/doc/Doing/JSONExport.html +4 -4
  96. data/docs/doc/Doing/JSONImport.html +4 -4
  97. data/docs/doc/Doing/Logger.html +183 -3
  98. data/docs/doc/Doing/MarkdownExport.html +4 -4
  99. data/docs/doc/Doing/Note.html +3 -3
  100. data/docs/doc/Doing/Pager.html +54 -58
  101. data/docs/doc/Doing/Plugins.html +3 -3
  102. data/docs/doc/Doing/Prompt.html +4 -4
  103. data/docs/doc/Doing/PromptChoose.html +3 -3
  104. data/docs/doc/Doing/PromptFZF.html +3 -3
  105. data/docs/doc/Doing/PromptInput.html +3 -3
  106. data/docs/doc/Doing/PromptSTD.html +3 -3
  107. data/docs/doc/Doing/PromptYN.html +3 -3
  108. data/docs/doc/Doing/Section.html +3 -3
  109. data/docs/doc/Doing/StringHighlight.html +3 -3
  110. data/docs/doc/Doing/StringNormalize.html +3 -3
  111. data/docs/doc/Doing/StringQuery.html +4 -4
  112. data/docs/doc/Doing/StringTags.html +3 -3
  113. data/docs/doc/Doing/StringTransform.html +3 -3
  114. data/docs/doc/Doing/StringTruncate.html +3 -3
  115. data/docs/doc/Doing/StringURL.html +3 -3
  116. data/docs/doc/Doing/SymbolNormalize.html +5 -5
  117. data/docs/doc/Doing/TaskPaperExport.html +4 -4
  118. data/docs/doc/Doing/TemplateExport.html +5 -5
  119. data/docs/doc/Doing/TemplateString.html +7 -7
  120. data/docs/doc/Doing/TimingImport.html +4 -4
  121. data/docs/doc/Doing/Types.html +3 -3
  122. data/docs/doc/Doing/Util/Backup.html +4 -17
  123. data/docs/doc/Doing/Util.html +56 -61
  124. data/docs/doc/Doing/Version.html +3 -3
  125. data/docs/doc/Doing/WWID.html +6 -4
  126. data/docs/doc/Doing.html +4 -4
  127. data/docs/doc/FalseClass.html +3 -3
  128. data/docs/doc/GLI/Commands/Help.html +5 -5
  129. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +3 -3
  130. data/docs/doc/GLI/Commands.html +3 -3
  131. data/docs/doc/GLI.html +3 -3
  132. data/docs/doc/Hash.html +4 -4
  133. data/docs/doc/Numeric.html +3 -3
  134. data/docs/doc/Object.html +3 -3
  135. data/docs/doc/PhraseParser/Operator.html +3 -3
  136. data/docs/doc/PhraseParser/PhraseClause.html +3 -3
  137. data/docs/doc/PhraseParser/Query.html +3 -3
  138. data/docs/doc/PhraseParser/QueryParser.html +3 -3
  139. data/docs/doc/PhraseParser/QueryTransformer.html +3 -3
  140. data/docs/doc/PhraseParser/TermClause.html +3 -3
  141. data/docs/doc/PhraseParser.html +3 -3
  142. data/docs/doc/Status.html +3 -3
  143. data/docs/doc/String.html +51 -5
  144. data/docs/doc/Symbol.html +3 -3
  145. data/docs/doc/Time.html +3 -3
  146. data/docs/doc/TrueClass.html +3 -3
  147. data/docs/doc/_index.html +4 -4
  148. data/docs/doc/class_list.html +6 -3
  149. data/docs/doc/css/full_list.css +3 -3
  150. data/docs/doc/css/style.css +6 -0
  151. data/docs/doc/file.README.html +3 -3
  152. data/docs/doc/file_list.html +5 -2
  153. data/docs/doc/frames.html +1 -1
  154. data/docs/doc/index.html +3 -3
  155. data/docs/doc/js/app.js +294 -264
  156. data/docs/doc/js/full_list.js +30 -4
  157. data/docs/doc/method_list.html +443 -392
  158. data/docs/doc/top-level-namespace.html +3 -3
  159. data/doing.gemspec +2 -0
  160. data/doing.rdoc +1 -1
  161. data/example_plugin.rb +1 -4
  162. data/lib/doing/add_options.rb +2 -2
  163. data/lib/doing/array/cleanup.rb +2 -0
  164. data/lib/doing/array/nested_hash.rb +2 -0
  165. data/lib/doing/boolean_term_parser.rb +3 -3
  166. data/lib/doing/changelog/changes.rb +4 -5
  167. data/lib/doing/changelog/version.rb +8 -11
  168. data/lib/doing/chronify/array.rb +4 -4
  169. data/lib/doing/chronify/string.rb +5 -4
  170. data/lib/doing/cli_status.rb +7 -2
  171. data/lib/doing/colors.rb +93 -51
  172. data/lib/doing/completion/bash_completion.rb +36 -39
  173. data/lib/doing/completion/completion_string.rb +2 -1
  174. data/lib/doing/completion/fig_completion.rb +33 -33
  175. data/lib/doing/completion/fish_completion.rb +22 -23
  176. data/lib/doing/completion/zsh_completion.rb +5 -5
  177. data/lib/doing/completion.rb +7 -4
  178. data/lib/doing/configuration.rb +21 -13
  179. data/lib/doing/errors.rb +1 -4
  180. data/lib/doing/good.rb +1 -1
  181. data/lib/doing/hash.rb +4 -4
  182. data/lib/doing/help_monkey_patch.rb +1 -1
  183. data/lib/doing/hooks.rb +6 -2
  184. data/lib/doing/item/dates.rb +3 -1
  185. data/lib/doing/item/query.rb +10 -10
  186. data/lib/doing/item/state.rb +2 -0
  187. data/lib/doing/logger.rb +113 -45
  188. data/lib/doing/markdown_document_listener.rb +25 -25
  189. data/lib/doing/normalize.rb +1 -1
  190. data/lib/doing/pager.rb +73 -29
  191. data/lib/doing/plugin_manager.rb +4 -5
  192. data/lib/doing/plugins/export/byday.rb +1 -1
  193. data/lib/doing/plugins/export/dayone_export.rb +28 -27
  194. data/lib/doing/plugins/export/doing_export.rb +1 -1
  195. data/lib/doing/plugins/export/html_export.rb +3 -3
  196. data/lib/doing/plugins/export/json_export.rb +4 -5
  197. data/lib/doing/plugins/export/markdown_export.rb +10 -2
  198. data/lib/doing/plugins/export/taskpaper_export.rb +1 -0
  199. data/lib/doing/plugins/export/template_export.rb +110 -107
  200. data/lib/doing/plugins/import/calendar_import.rb +1 -1
  201. data/lib/doing/plugins/import/doing_import.rb +2 -2
  202. data/lib/doing/plugins/import/timing_import.rb +3 -3
  203. data/lib/doing/prompt/choose.rb +5 -6
  204. data/lib/doing/prompt/fzf.rb +3 -2
  205. data/lib/doing/prompt/input.rb +7 -6
  206. data/lib/doing/prompt/yn.rb +9 -11
  207. data/lib/doing/string/tags.rb +7 -4
  208. data/lib/doing/string/transform.rb +15 -10
  209. data/lib/doing/string/truncate.rb +1 -0
  210. data/lib/doing/string/url.rb +1 -1
  211. data/lib/doing/template_string.rb +13 -9
  212. data/lib/doing/time.rb +4 -2
  213. data/lib/doing/util.rb +12 -11
  214. data/lib/doing/util_backup.rb +29 -26
  215. data/lib/doing/version.rb +3 -1
  216. data/lib/doing/wwid/display.rb +182 -151
  217. data/lib/doing/wwid/editor.rb +13 -12
  218. data/lib/doing/wwid/filetools.rb +13 -11
  219. data/lib/doing/wwid/filter.rb +41 -40
  220. data/lib/doing/wwid/guess.rb +6 -8
  221. data/lib/doing/wwid/interactive.rb +9 -9
  222. data/lib/doing/wwid/modify.rb +53 -53
  223. data/lib/doing/wwid/timers.rb +4 -5
  224. data/lib/doing/wwid/wwid.rb +0 -0
  225. data/lib/doing/wwid/wwidutil.rb +8 -10
  226. data/lib/examples/commands/wiki.rb +2 -0
  227. data/lib/examples/plugins/capture_thing_import.rb +1 -1
  228. data/lib/examples/plugins/say_export.rb +1 -2
  229. data/lib/examples/plugins/wiki_export/wiki_export.rb +3 -4
  230. data/lib/helpers/fzf/test/test_go.rb +5 -5
  231. data/lib/helpers/threaded_tests.rb +20 -20
  232. data/lib/helpers/threaded_tests_string.rb +2 -0
  233. data/rdoc_to_mmd.rb +5 -4
  234. data/rdocfixer.rb +1 -2
  235. data/scripts/deploy.rb +3 -4
  236. data/scripts/generate_bash_completions.rb +40 -43
  237. data/scripts/generate_fish_completions.rb +17 -15
  238. data/scripts/generate_zsh_completions.rb +9 -7
  239. data/scripts/setting_replace.rb +1 -0
  240. data/scripts/sort_commands.rb +4 -2
  241. data/yard_templates/default/method_details/setup.rb +3 -1
  242. metadata +3 -1
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: GLI::Commands
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -107,9 +107,9 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Mon May 19 04:38:00 2025 by
110
+ Generated on Thu Oct 23 08:05:57 2025 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.9.36 (ruby-3.4.4).
112
+ 0.9.37 (ruby-3.4.4).
113
113
  </div>
114
114
 
115
115
  </div>
data/docs/doc/GLI.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: GLI
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -107,9 +107,9 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Mon May 19 04:38:00 2025 by
110
+ Generated on Thu Oct 23 08:05:57 2025 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.9.36 (ruby-3.4.4).
112
+ 0.9.37 (ruby-3.4.4).
113
113
  </div>
114
114
 
115
115
  </div>
data/docs/doc/Hash.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Hash
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -555,7 +555,7 @@
555
555
  <div class="tags">
556
556
 
557
557
  <div class="examples">
558
- <p class="tag_title">Examples:</p>
558
+ <h4 class="tag_title">Examples:</h4>
559
559
 
560
560
 
561
561
  <pre class="example code"><code><span class='lbrace'>{</span><span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_deep_set'>deep_set</span><span class='lparen'>(</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>one</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>two</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>value</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
@@ -1000,9 +1000,9 @@ keys are symbols</p>
1000
1000
  </div>
1001
1001
 
1002
1002
  <div id="footer">
1003
- Generated on Mon May 19 04:38:00 2025 by
1003
+ Generated on Thu Oct 23 08:05:57 2025 by
1004
1004
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1005
- 0.9.36 (ruby-3.4.4).
1005
+ 0.9.37 (ruby-3.4.4).
1006
1006
  </div>
1007
1007
 
1008
1008
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Numeric
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -214,9 +214,9 @@
214
214
  </div>
215
215
 
216
216
  <div id="footer">
217
- Generated on Mon May 19 04:38:00 2025 by
217
+ Generated on Thu Oct 23 08:05:57 2025 by
218
218
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
219
- 0.9.36 (ruby-3.4.4).
219
+ 0.9.37 (ruby-3.4.4).
220
220
  </div>
221
221
 
222
222
  </div>
data/docs/doc/Object.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Object
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -193,9 +193,9 @@ has content</p>
193
193
  </div>
194
194
 
195
195
  <div id="footer">
196
- Generated on Mon May 19 04:38:00 2025 by
196
+ Generated on Thu Oct 23 08:05:57 2025 by
197
197
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
- 0.9.36 (ruby-3.4.4).
198
+ 0.9.37 (ruby-3.4.4).
199
199
  </div>
200
200
 
201
201
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::Operator
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -172,9 +172,9 @@
172
172
  </div>
173
173
 
174
174
  <div id="footer">
175
- Generated on Mon May 19 04:38:01 2025 by
175
+ Generated on Thu Oct 23 08:05:57 2025 by
176
176
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
177
- 0.9.36 (ruby-3.4.4).
177
+ 0.9.37 (ruby-3.4.4).
178
178
  </div>
179
179
 
180
180
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::PhraseClause
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -293,9 +293,9 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Mon May 19 04:38:01 2025 by
296
+ Generated on Thu Oct 23 08:05:57 2025 by
297
297
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
- 0.9.36 (ruby-3.4.4).
298
+ 0.9.37 (ruby-3.4.4).
299
299
  </div>
300
300
 
301
301
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::Query
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -485,9 +485,9 @@
485
485
  </div>
486
486
 
487
487
  <div id="footer">
488
- Generated on Mon May 19 04:38:01 2025 by
488
+ Generated on Thu Oct 23 08:05:57 2025 by
489
489
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
490
- 0.9.36 (ruby-3.4.4).
490
+ 0.9.37 (ruby-3.4.4).
491
491
  </div>
492
492
 
493
493
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::QueryParser
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -142,9 +142,9 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
142
142
  </div>
143
143
 
144
144
  <div id="footer">
145
- Generated on Mon May 19 04:38:01 2025 by
145
+ Generated on Thu Oct 23 08:05:57 2025 by
146
146
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
147
- 0.9.36 (ruby-3.4.4).
147
+ 0.9.37 (ruby-3.4.4).
148
148
  </div>
149
149
 
150
150
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::QueryTransformer
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Mon May 19 04:38:01 2025 by
127
+ Generated on Thu Oct 23 08:05:57 2025 by
128
128
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.9.36 (ruby-3.4.4).
129
+ 0.9.37 (ruby-3.4.4).
130
130
  </div>
131
131
 
132
132
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: PhraseParser::TermClause
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -293,9 +293,9 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Mon May 19 04:38:01 2025 by
296
+ Generated on Thu Oct 23 08:05:57 2025 by
297
297
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
- 0.9.36 (ruby-3.4.4).
298
+ 0.9.37 (ruby-3.4.4).
299
299
  </div>
300
300
 
301
301
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: PhraseParser
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -105,9 +105,9 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Mon May 19 04:38:00 2025 by
108
+ Generated on Thu Oct 23 08:05:57 2025 by
109
109
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
- 0.9.36 (ruby-3.4.4).
110
+ 0.9.37 (ruby-3.4.4).
111
111
  </div>
112
112
 
113
113
  </div>
data/docs/doc/Status.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Status
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -316,9 +316,9 @@
316
316
  </div>
317
317
 
318
318
  <div id="footer">
319
- Generated on Mon May 19 04:38:00 2025 by
319
+ Generated on Thu Oct 23 08:05:56 2025 by
320
320
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
321
- 0.9.36 (ruby-3.4.4).
321
+ 0.9.37 (ruby-3.4.4).
322
322
  </div>
323
323
 
324
324
  </div>
data/docs/doc/String.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: String
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -229,6 +229,29 @@
229
229
 
230
230
  <span class="summary_desc"><div class='inline'></div></span>
231
231
 
232
+ </li>
233
+
234
+
235
+ <li class="public ">
236
+ <span class="summary_signature">
237
+
238
+ <a href="#uncolor-instance_method" title="#uncolor (instance method)">#<strong>uncolor</strong> &#x21d2; Object </a>
239
+
240
+
241
+
242
+ </span>
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+ <span class="summary_desc"><div class='inline'><p>Returns an uncolored version of the string, that is all ANSI-sequences are stripped from the string.</p>
253
+ </div></span>
254
+
232
255
  </li>
233
256
 
234
257
 
@@ -391,7 +414,7 @@
391
414
 
392
415
 
393
416
  <h3 class="inherited">Methods included from <span class='object_link'><a href="Doing/StringHighlight.html" title="Doing::StringHighlight (module)">Doing::StringHighlight</a></span></h3>
394
- <p class="inherited"><span class='object_link'><a href="Doing/StringHighlight.html#highlight_search-instance_method" title="Doing::StringHighlight#highlight_search (method)">#highlight_search</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#highlight_search!-instance_method" title="Doing::StringHighlight#highlight_search! (method)">#highlight_search!</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#highlight_tags-instance_method" title="Doing::StringHighlight#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#highlight_tags!-instance_method" title="Doing::StringHighlight#highlight_tags! (method)">#highlight_tags!</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#last_color-instance_method" title="Doing::StringHighlight#last_color (method)">#last_color</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#uncolor-instance_method" title="Doing::StringHighlight#uncolor (method)">#uncolor</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#uncolor!-instance_method" title="Doing::StringHighlight#uncolor! (method)">#uncolor!</a></span></p>
417
+ <p class="inherited"><span class='object_link'><a href="Doing/StringHighlight.html#highlight_search-instance_method" title="Doing::StringHighlight#highlight_search (method)">#highlight_search</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#highlight_search!-instance_method" title="Doing::StringHighlight#highlight_search! (method)">#highlight_search!</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#highlight_tags-instance_method" title="Doing::StringHighlight#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#highlight_tags!-instance_method" title="Doing::StringHighlight#highlight_tags! (method)">#highlight_tags!</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#last_color-instance_method" title="Doing::StringHighlight#last_color (method)">#last_color</a></span>, <span class='object_link'><a href="Doing/StringHighlight.html#uncolor!-instance_method" title="Doing::StringHighlight#uncolor! (method)">#uncolor!</a></span></p>
395
418
 
396
419
 
397
420
 
@@ -402,7 +425,7 @@
402
425
 
403
426
 
404
427
  <h3 class="inherited">Methods included from <span class='object_link'><a href="Doing/Color.html" title="Doing::Color (module)">Doing::Color</a></span></h3>
405
- <p class="inherited"><span class='object_link'><a href="Doing/Color.html#attributes-instance_method" title="Doing::Color#attributes (method)">#attributes</a></span>, <span class='object_link'><a href="Doing/Color.html#coloring%3F-class_method" title="Doing::Color.coloring? (method)">coloring?</a></span>, <span class='object_link'><a href="Doing/Color.html#rgb-instance_method" title="Doing::Color#rgb (method)">#rgb</a></span>, <span class='object_link'><a href="Doing/Color.html#support%3F-instance_method" title="Doing::Color#support? (method)">#support?</a></span>, <span class='object_link'><a href="Doing/Color.html#template-class_method" title="Doing::Color.template (method)">template</a></span>, <span class='object_link'><a href="Doing/Color.html#uncolor-instance_method" title="Doing::Color#uncolor (method)">#uncolor</a></span></p>
428
+ <p class="inherited"><span class='object_link'><a href="Doing/Color.html#attributes-class_method" title="Doing::Color.attributes (method)">attributes</a></span>, <span class='object_link'><a href="Doing/Color.html#coloring%3F-class_method" title="Doing::Color.coloring? (method)">coloring?</a></span>, <span class='object_link'><a href="Doing/Color.html#rgb-instance_method" title="Doing::Color#rgb (method)">#rgb</a></span>, <span class='object_link'><a href="Doing/Color.html#support%3F-instance_method" title="Doing::Color#support? (method)">#support?</a></span>, <span class='object_link'><a href="Doing/Color.html#template-class_method" title="Doing::Color.template (method)">template</a></span>, <span class='object_link'><a href="Doing/Color.html#uncolor-class_method" title="Doing::Color.uncolor (method)">uncolor</a></span></p>
406
429
 
407
430
 
408
431
 
@@ -551,6 +574,29 @@ bgbold to boldbg</p>
551
574
 
552
575
 
553
576
  </h3>
577
+ </div>
578
+
579
+ <div class="method_details ">
580
+ <h3 class="signature " id="uncolor-instance_method">
581
+
582
+ #<strong>uncolor</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
583
+
584
+
585
+
586
+
587
+
588
+ </h3><div class="docstring">
589
+ <div class="discussion">
590
+ <p>Returns an uncolored version of the string, that is all
591
+ ANSI-sequences are stripped from the string.</p>
592
+
593
+
594
+ </div>
595
+ </div>
596
+ <div class="tags">
597
+
598
+
599
+ </div>
554
600
  </div>
555
601
 
556
602
  <div class="method_details ">
@@ -679,9 +725,9 @@ be recognized, e.g. %greensomething still finds
679
725
  </div>
680
726
 
681
727
  <div id="footer">
682
- Generated on Mon May 19 04:38:00 2025 by
728
+ Generated on Thu Oct 23 08:05:57 2025 by
683
729
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
684
- 0.9.36 (ruby-3.4.4).
730
+ 0.9.37 (ruby-3.4.4).
685
731
  </div>
686
732
 
687
733
  </div>
data/docs/doc/Symbol.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Symbol
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -127,9 +127,9 @@
127
127
  </div>
128
128
 
129
129
  <div id="footer">
130
- Generated on Mon May 19 04:38:00 2025 by
130
+ Generated on Thu Oct 23 08:05:57 2025 by
131
131
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
132
- 0.9.36 (ruby-3.4.4).
132
+ 0.9.37 (ruby-3.4.4).
133
133
  </div>
134
134
 
135
135
  </div>
data/docs/doc/Time.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Time
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -411,9 +411,9 @@ entries get month/day/year/time</p>
411
411
  </div>
412
412
 
413
413
  <div id="footer">
414
- Generated on Mon May 19 04:38:00 2025 by
414
+ Generated on Thu Oct 23 08:05:57 2025 by
415
415
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
416
- 0.9.36 (ruby-3.4.4).
416
+ 0.9.37 (ruby-3.4.4).
417
417
  </div>
418
418
 
419
419
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: TrueClass
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.37
10
10
 
11
11
  </title>
12
12
 
@@ -235,9 +235,9 @@ has content</p>
235
235
  </div>
236
236
 
237
237
  <div id="footer">
238
- Generated on Mon May 19 04:38:00 2025 by
238
+ Generated on Thu Oct 23 08:05:57 2025 by
239
239
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
240
- 0.9.36 (ruby-3.4.4).
240
+ 0.9.37 (ruby-3.4.4).
241
241
  </div>
242
242
 
243
243
  </div>
data/docs/doc/_index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.9.36
7
+ Documentation by YARD 0.9.37
8
8
 
9
9
  </title>
10
10
 
@@ -52,7 +52,7 @@
52
52
  <div class="clear"></div>
53
53
  </div>
54
54
 
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.36</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.37</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -961,9 +961,9 @@
961
961
  </div>
962
962
 
963
963
  <div id="footer">
964
- Generated on Mon May 19 04:38:00 2025 by
964
+ Generated on Thu Oct 23 08:05:56 2025 by
965
965
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
966
- 0.9.36 (ruby-3.4.4).
966
+ 0.9.37 (ruby-3.4.4).
967
967
  </div>
968
968
 
969
969
  </div>