doing 2.1.22 → 2.1.26
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/.yardoc/checksums +17 -14
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +323 -111
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/Rakefile +2 -1
- data/bin/commands/add_section.rb +13 -0
- data/bin/commands/again.rb +99 -0
- data/bin/commands/archive.rb +96 -0
- data/bin/commands/cancel.rb +102 -0
- data/bin/commands/changes.rb +42 -0
- data/bin/commands/choose.rb +9 -0
- data/bin/commands/colors.rb +19 -0
- data/bin/commands/commands.rb +87 -0
- data/bin/commands/commands_accepting.rb +25 -0
- data/bin/commands/completion.rb +24 -0
- data/bin/commands/config.rb +245 -0
- data/bin/commands/done.rb +249 -0
- data/bin/commands/finish.rb +149 -0
- data/bin/commands/flag.rb +126 -0
- data/bin/commands/grep.rb +124 -0
- data/bin/commands/import.rb +101 -0
- data/bin/commands/install_fzf.rb +17 -0
- data/bin/commands/last.rb +114 -0
- data/bin/commands/meanwhile.rb +86 -0
- data/bin/commands/note.rb +130 -0
- data/bin/commands/now.rb +151 -0
- data/bin/commands/on.rb +66 -0
- data/bin/commands/open.rb +53 -0
- data/bin/commands/plugins.rb +23 -0
- data/bin/commands/recent.rb +78 -0
- data/bin/commands/redo.rb +22 -0
- data/bin/commands/reset.rb +106 -0
- data/bin/commands/rotate.rb +73 -0
- data/bin/commands/sections.rb +11 -0
- data/bin/commands/select.rb +123 -0
- data/bin/commands/show.rb +231 -0
- data/bin/commands/since.rb +64 -0
- data/bin/commands/tag.rb +179 -0
- data/bin/commands/tag_dir.rb +29 -0
- data/bin/commands/tags.rb +93 -0
- data/bin/commands/template.rb +61 -0
- data/bin/commands/today.rb +65 -0
- data/bin/commands/undo.rb +49 -0
- data/bin/commands/view.rb +238 -0
- data/bin/commands/views.rb +11 -0
- data/bin/commands/yesterday.rb +73 -0
- data/bin/doing +54 -3505
- data/docs/doc/Array.html +79 -11
- data/docs/doc/BooleanTermParser/Clause.html +5 -5
- data/docs/doc/BooleanTermParser/Operator.html +4 -4
- data/docs/doc/BooleanTermParser/Query.html +8 -8
- data/docs/doc/BooleanTermParser/QueryParser.html +2 -2
- data/docs/doc/BooleanTermParser/QueryTransformer.html +2 -2
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/Color.html +4 -4
- data/docs/doc/Doing/Completion.html +2 -2
- data/docs/doc/Doing/Configuration.html +17 -18
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +2 -2
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +2 -2
- data/docs/doc/Doing/Errors/DoingStandardError.html +2 -2
- data/docs/doc/Doing/Errors/EmptyInput.html +2 -2
- data/docs/doc/Doing/Errors/NoResults.html +2 -2
- data/docs/doc/Doing/Errors/PluginException.html +3 -3
- data/docs/doc/Doing/Errors/UserCancelled.html +2 -2
- data/docs/doc/Doing/Errors/WrongCommand.html +2 -2
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/Hooks.html +6 -6
- data/docs/doc/Doing/Item.html +50 -16
- data/docs/doc/Doing/Items.html +10 -10
- data/docs/doc/Doing/LogAdapter.html +24 -24
- data/docs/doc/Doing/Note.html +7 -7
- data/docs/doc/Doing/Pager.html +4 -4
- data/docs/doc/Doing/Plugins.html +7 -7
- data/docs/doc/Doing/Prompt.html +59 -14
- data/docs/doc/Doing/Section.html +6 -6
- data/docs/doc/Doing/TemplateString.html +8 -8
- data/docs/doc/Doing/Types.html +206 -0
- data/docs/doc/Doing/Util/Backup.html +10 -10
- data/docs/doc/Doing/Util.html +16 -19
- data/docs/doc/Doing/WWID.html +65 -53
- data/docs/doc/Doing.html +3 -3
- data/docs/doc/FalseClass.html +201 -0
- data/docs/doc/GLI/Commands/Help.html +185 -0
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +17 -17
- data/docs/doc/GLI/Commands.html +5 -3
- data/docs/doc/GLI.html +4 -2
- data/docs/doc/Hash.html +47 -21
- data/docs/doc/Numeric.html +5 -5
- data/docs/doc/Object.html +203 -0
- data/docs/doc/PhraseParser/Operator.html +4 -4
- data/docs/doc/PhraseParser/PhraseClause.html +5 -5
- data/docs/doc/PhraseParser/Query.html +10 -10
- data/docs/doc/PhraseParser/QueryParser.html +2 -2
- data/docs/doc/PhraseParser/QueryTransformer.html +2 -2
- data/docs/doc/PhraseParser/TermClause.html +5 -5
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +7 -7
- data/docs/doc/String.html +144 -51
- data/docs/doc/Symbol.html +8 -8
- data/docs/doc/Time.html +6 -6
- data/docs/doc/TrueClass.html +201 -0
- data/docs/doc/_index.html +46 -16
- data/docs/doc/class_list.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +292 -212
- data/docs/doc/top-level-namespace.html +2 -2
- data/docs/index.md +1 -1
- data/doing.rdoc +178 -16
- data/example_plugin.rb +2 -2
- data/lib/completion/_doing.zsh +27 -27
- data/lib/completion/doing.bash +31 -20
- data/lib/completion/doing.fish +33 -11
- data/lib/doing/array.rb +2 -2
- data/lib/doing/changelog/change.rb +115 -0
- data/lib/doing/changelog/changes.rb +73 -0
- data/lib/doing/changelog/entry.rb +21 -0
- data/lib/doing/changelog/version.rb +97 -0
- data/lib/doing/changelog.rb +6 -0
- data/lib/doing/completion/fish_completion.rb +2 -1
- data/lib/doing/configuration.rb +20 -13
- data/lib/doing/good.rb +64 -0
- data/lib/doing/hash.rb +7 -2
- data/lib/doing/help_monkey_patch.rb +31 -0
- data/lib/doing/hooks.rb +8 -4
- data/lib/doing/item.rb +24 -35
- data/lib/doing/pager.rb +1 -0
- data/lib/doing/plugins/export/template_export.rb +1 -1
- data/lib/doing/plugins/import/calendar_import.rb +1 -1
- data/lib/doing/plugins/import/doing_import.rb +1 -1
- data/lib/doing/plugins/import/timing_import.rb +1 -1
- data/lib/doing/prompt.rb +8 -0
- data/lib/doing/string.rb +20 -11
- data/lib/doing/string_chronify.rb +1 -1
- data/lib/doing/template_string.rb +2 -2
- data/lib/doing/types.rb +3 -0
- data/lib/doing/util.rb +12 -11
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +62 -37
- data/lib/doing.rb +2 -0
- data/lib/examples/commands/wiki.rb +6 -7
- data/lib/helpers/threaded_tests.rb +61 -71
- data/lib/helpers/threaded_tests_string.rb +50 -0
- metadata +56 -2
data/docs/doc/Hash.html
CHANGED
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
<dl>
|
|
70
70
|
<dt>Inherits:</dt>
|
|
71
71
|
<dd>
|
|
72
|
-
<span class="inheritName">Object</span>
|
|
72
|
+
<span class="inheritName"><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></span>
|
|
73
73
|
|
|
74
74
|
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
75
|
+
<li><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></li>
|
|
76
76
|
|
|
77
77
|
<li class="next">Hash</li>
|
|
78
78
|
|
|
@@ -127,6 +127,28 @@
|
|
|
127
127
|
<li class="public ">
|
|
128
128
|
<span class="summary_signature">
|
|
129
129
|
|
|
130
|
+
<a href="#clone-instance_method" title="#clone (instance method)">#<strong>clone</strong> ⇒ Object </a>
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
</span>
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
145
|
+
|
|
146
|
+
</li>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
<li class="public ">
|
|
150
|
+
<span class="summary_signature">
|
|
151
|
+
|
|
130
152
|
<a href="#deep_freeze-instance_method" title="#deep_freeze (instance method)">#<strong>deep_freeze</strong> ⇒ Object </a>
|
|
131
153
|
|
|
132
154
|
|
|
@@ -292,9 +314,21 @@
|
|
|
292
314
|
|
|
293
315
|
|
|
294
316
|
<div class="method_details first">
|
|
295
|
-
<h3 class="signature first" id="
|
|
317
|
+
<h3 class="signature first" id="clone-instance_method">
|
|
296
318
|
|
|
297
|
-
#<strong>
|
|
319
|
+
#<strong>clone</strong> ⇒ <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
</h3>
|
|
326
|
+
</div>
|
|
327
|
+
|
|
328
|
+
<div class="method_details ">
|
|
329
|
+
<h3 class="signature " id="deep_freeze-instance_method">
|
|
330
|
+
|
|
331
|
+
#<strong>deep_freeze</strong> ⇒ <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
|
|
298
332
|
|
|
299
333
|
|
|
300
334
|
|
|
@@ -333,7 +367,7 @@
|
|
|
333
367
|
<div class="method_details ">
|
|
334
368
|
<h3 class="signature " id="deep_freeze!-instance_method">
|
|
335
369
|
|
|
336
|
-
#<strong>deep_freeze!</strong> ⇒ <tt>Object</tt>
|
|
370
|
+
#<strong>deep_freeze!</strong> ⇒ <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
|
|
337
371
|
|
|
338
372
|
|
|
339
373
|
|
|
@@ -345,7 +379,7 @@
|
|
|
345
379
|
<div class="method_details ">
|
|
346
380
|
<h3 class="signature " id="deep_set-instance_method">
|
|
347
381
|
|
|
348
|
-
#<strong>deep_set</strong>(path, value) ⇒ <tt>Object</tt>
|
|
382
|
+
#<strong>deep_set</strong>(path, value) ⇒ <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
|
|
349
383
|
|
|
350
384
|
|
|
351
385
|
|
|
@@ -364,16 +398,8 @@
|
|
|
364
398
|
<p class="tag_title">Examples:</p>
|
|
365
399
|
|
|
366
400
|
|
|
367
|
-
|
|
368
|
-
</
|
|
369
|
-
|
|
370
|
-
<pre class="example code"><code></code></pre>
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
<p class="example_title"><div class='inline'><p>`=> { 'one' => { 'two' => 'value' } }</p>
|
|
374
|
-
</div></p>
|
|
375
|
-
|
|
376
|
-
<pre class="example code"><code></code></pre>
|
|
401
|
+
<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'>'</span><span class='tstring_content'>one</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>two</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>value</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span>
|
|
402
|
+
<span class='comment'># => { 'one' => { 'two' => 'value' } }</span></code></pre>
|
|
377
403
|
|
|
378
404
|
</div>
|
|
379
405
|
<p class="tag_title">Parameters:</p>
|
|
@@ -418,7 +444,7 @@
|
|
|
418
444
|
<div class="method_details ">
|
|
419
445
|
<h3 class="signature " id="deep_thaw-instance_method">
|
|
420
446
|
|
|
421
|
-
#<strong>deep_thaw</strong> ⇒ <tt>Object</tt>
|
|
447
|
+
#<strong>deep_thaw</strong> ⇒ <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
|
|
422
448
|
|
|
423
449
|
|
|
424
450
|
|
|
@@ -430,7 +456,7 @@
|
|
|
430
456
|
<div class="method_details ">
|
|
431
457
|
<h3 class="signature " id="deep_thaw!-instance_method">
|
|
432
458
|
|
|
433
|
-
#<strong>deep_thaw!</strong> ⇒ <tt>Object</tt>
|
|
459
|
+
#<strong>deep_thaw!</strong> ⇒ <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
|
|
434
460
|
|
|
435
461
|
|
|
436
462
|
|
|
@@ -442,7 +468,7 @@
|
|
|
442
468
|
<div class="method_details ">
|
|
443
469
|
<h3 class="signature " id="stringify_keys-instance_method">
|
|
444
470
|
|
|
445
|
-
#<strong>stringify_keys</strong> ⇒ <tt>Object</tt>
|
|
471
|
+
#<strong>stringify_keys</strong> ⇒ <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
|
|
446
472
|
|
|
447
473
|
|
|
448
474
|
|
|
@@ -466,7 +492,7 @@
|
|
|
466
492
|
<div class="method_details ">
|
|
467
493
|
<h3 class="signature " id="symbolize_keys-instance_method">
|
|
468
494
|
|
|
469
|
-
#<strong>symbolize_keys</strong> ⇒ <tt>Object</tt>
|
|
495
|
+
#<strong>symbolize_keys</strong> ⇒ <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
|
|
470
496
|
|
|
471
497
|
|
|
472
498
|
|
|
@@ -490,7 +516,7 @@
|
|
|
490
516
|
</div>
|
|
491
517
|
|
|
492
518
|
<div id="footer">
|
|
493
|
-
Generated on
|
|
519
|
+
Generated on Sun Jan 23 16:30:43 2022 by
|
|
494
520
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
495
521
|
0.9.27 (ruby-3.0.1).
|
|
496
522
|
</div>
|
data/docs/doc/Numeric.html
CHANGED
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
<dl>
|
|
70
70
|
<dt>Inherits:</dt>
|
|
71
71
|
<dd>
|
|
72
|
-
<span class="inheritName">Object</span>
|
|
72
|
+
<span class="inheritName"><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></span>
|
|
73
73
|
|
|
74
74
|
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
75
|
+
<li><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></li>
|
|
76
76
|
|
|
77
77
|
<li class="next">Numeric</li>
|
|
78
78
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
<div class="method_details first">
|
|
183
183
|
<h3 class="signature first" id="format_time-instance_method">
|
|
184
184
|
|
|
185
|
-
#<strong>format_time</strong>(human: false) ⇒ <tt>Object</tt>
|
|
185
|
+
#<strong>format_time</strong>(human: false) ⇒ <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
|
|
186
186
|
|
|
187
187
|
|
|
188
188
|
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
<div class="method_details ">
|
|
224
224
|
<h3 class="signature " id="time_string-instance_method">
|
|
225
225
|
|
|
226
|
-
#<strong>time_string</strong>(format: :dhm) ⇒ <tt>Object</tt>
|
|
226
|
+
#<strong>time_string</strong>(format: :dhm) ⇒ <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>
|
|
227
227
|
|
|
228
228
|
|
|
229
229
|
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
</div>
|
|
270
270
|
|
|
271
271
|
<div id="footer">
|
|
272
|
-
Generated on
|
|
272
|
+
Generated on Sun Jan 23 16:30:43 2022 by
|
|
273
273
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
274
274
|
0.9.27 (ruby-3.0.1).
|
|
275
275
|
</div>
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>
|
|
7
|
+
Class: Object
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.9.27
|
|
10
|
+
|
|
11
|
+
</title>
|
|
12
|
+
|
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
|
14
|
+
|
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" />
|
|
16
|
+
|
|
17
|
+
<script type="text/javascript">
|
|
18
|
+
pathId = "Object";
|
|
19
|
+
relpath = '';
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
|
24
|
+
|
|
25
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
</head>
|
|
29
|
+
<body>
|
|
30
|
+
<div class="nav_wrap">
|
|
31
|
+
<iframe id="nav" src="class_list.html?1"></iframe>
|
|
32
|
+
<div id="resizer"></div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div id="main" tabindex="-1">
|
|
36
|
+
<div id="header">
|
|
37
|
+
<div id="menu">
|
|
38
|
+
|
|
39
|
+
<a href="_index.html">Index (O)</a> »
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
<span class="title">Object</span>
|
|
43
|
+
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
<div id="search">
|
|
47
|
+
|
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
|
49
|
+
href="class_list.html">
|
|
50
|
+
|
|
51
|
+
<svg width="24" height="24">
|
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
|
55
|
+
</svg>
|
|
56
|
+
</a>
|
|
57
|
+
|
|
58
|
+
</div>
|
|
59
|
+
<div class="clear"></div>
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
<div id="content"><h1>Class: Object
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
</h1>
|
|
67
|
+
<div class="box_info">
|
|
68
|
+
|
|
69
|
+
<dl>
|
|
70
|
+
<dt>Inherits:</dt>
|
|
71
|
+
<dd>
|
|
72
|
+
<span class="inheritName">BasicObject</span>
|
|
73
|
+
|
|
74
|
+
</dd>
|
|
75
|
+
</dl>
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
<dl>
|
|
88
|
+
<dt>Defined in:</dt>
|
|
89
|
+
<dd>lib/doing/good.rb</dd>
|
|
90
|
+
</dl>
|
|
91
|
+
|
|
92
|
+
</div>
|
|
93
|
+
|
|
94
|
+
<h2>Overview</h2><div class="docstring">
|
|
95
|
+
<div class="discussion">
|
|
96
|
+
<p>Object helpers</p>
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
</div>
|
|
100
|
+
</div>
|
|
101
|
+
<div class="tags">
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
</div>
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
<h2>
|
|
113
|
+
Instance Method Summary
|
|
114
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
115
|
+
</h2>
|
|
116
|
+
|
|
117
|
+
<ul class="summary">
|
|
118
|
+
|
|
119
|
+
<li class="public ">
|
|
120
|
+
<span class="summary_signature">
|
|
121
|
+
|
|
122
|
+
<a href="#good%3F-instance_method" title="#good? (instance method)">#<strong>good?</strong> ⇒ Boolean </a>
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
</span>
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
<span class="summary_desc"><div class='inline'><p>Tests if object is nil or empty.</p>
|
|
137
|
+
</div></span>
|
|
138
|
+
|
|
139
|
+
</li>
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
</ul>
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
<div id="instance_method_details" class="method_details_list">
|
|
148
|
+
<h2>Instance Method Details</h2>
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
<div class="method_details first">
|
|
152
|
+
<h3 class="signature first" id="good?-instance_method">
|
|
153
|
+
|
|
154
|
+
#<strong>good?</strong> ⇒ <tt>Boolean</tt>
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
</h3><div class="docstring">
|
|
161
|
+
<div class="discussion">
|
|
162
|
+
<p>Tests if object is nil or empty</p>
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
</div>
|
|
166
|
+
</div>
|
|
167
|
+
<div class="tags">
|
|
168
|
+
|
|
169
|
+
<p class="tag_title">Returns:</p>
|
|
170
|
+
<ul class="return">
|
|
171
|
+
|
|
172
|
+
<li>
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
—
|
|
180
|
+
<div class='inline'><p>true if object is defined and
|
|
181
|
+
has content</p>
|
|
182
|
+
</div>
|
|
183
|
+
|
|
184
|
+
</li>
|
|
185
|
+
|
|
186
|
+
</ul>
|
|
187
|
+
|
|
188
|
+
</div>
|
|
189
|
+
</div>
|
|
190
|
+
|
|
191
|
+
</div>
|
|
192
|
+
|
|
193
|
+
</div>
|
|
194
|
+
|
|
195
|
+
<div id="footer">
|
|
196
|
+
Generated on Sun Jan 23 16:30:43 2022 by
|
|
197
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
198
|
+
0.9.27 (ruby-3.0.1).
|
|
199
|
+
</div>
|
|
200
|
+
|
|
201
|
+
</div>
|
|
202
|
+
</body>
|
|
203
|
+
</html>
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
<dl>
|
|
70
70
|
<dt>Inherits:</dt>
|
|
71
71
|
<dd>
|
|
72
|
-
<span class="inheritName">Object</span>
|
|
72
|
+
<span class="inheritName"><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></span>
|
|
73
73
|
|
|
74
74
|
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
75
|
+
<li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
|
|
76
76
|
|
|
77
77
|
<li class="next">PhraseParser::Operator</li>
|
|
78
78
|
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<div class="method_details first">
|
|
149
149
|
<h3 class="signature first" id="symbol-class_method">
|
|
150
150
|
|
|
151
|
-
.<strong>symbol</strong>(str) ⇒ <tt>Object</tt>
|
|
151
|
+
.<strong>symbol</strong>(str) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
</div>
|
|
163
163
|
|
|
164
164
|
<div id="footer">
|
|
165
|
-
Generated on
|
|
165
|
+
Generated on Sun Jan 23 16:30:43 2022 by
|
|
166
166
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
167
167
|
0.9.27 (ruby-3.0.1).
|
|
168
168
|
</div>
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
<dl>
|
|
70
70
|
<dt>Inherits:</dt>
|
|
71
71
|
<dd>
|
|
72
|
-
<span class="inheritName">Object</span>
|
|
72
|
+
<span class="inheritName"><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></span>
|
|
73
73
|
|
|
74
74
|
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
75
|
+
<li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
|
|
76
76
|
|
|
77
77
|
<li class="next">PhraseParser::PhraseClause</li>
|
|
78
78
|
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
<div class="method_details first">
|
|
245
245
|
<h3 class="signature first" id="operator-instance_method">
|
|
246
246
|
|
|
247
|
-
#<strong>operator</strong> ⇒ <tt>Object</tt>
|
|
247
|
+
#<strong>operator</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
248
248
|
|
|
249
249
|
|
|
250
250
|
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
<div class="method_details ">
|
|
269
269
|
<h3 class="signature " id="phrase-instance_method">
|
|
270
270
|
|
|
271
|
-
#<strong>phrase</strong> ⇒ <tt>Object</tt>
|
|
271
|
+
#<strong>phrase</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
272
272
|
|
|
273
273
|
|
|
274
274
|
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
</div>
|
|
294
294
|
|
|
295
295
|
<div id="footer">
|
|
296
|
-
Generated on
|
|
296
|
+
Generated on Sun Jan 23 16:30:43 2022 by
|
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
298
298
|
0.9.27 (ruby-3.0.1).
|
|
299
299
|
</div>
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
<dl>
|
|
70
70
|
<dt>Inherits:</dt>
|
|
71
71
|
<dd>
|
|
72
|
-
<span class="inheritName">Object</span>
|
|
72
|
+
<span class="inheritName"><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></span>
|
|
73
73
|
|
|
74
74
|
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
75
|
+
<li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
|
|
76
76
|
|
|
77
77
|
<li class="next">PhraseParser::Query</li>
|
|
78
78
|
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
<div class="method_details first">
|
|
359
359
|
<h3 class="signature first" id="must_clauses-instance_method">
|
|
360
360
|
|
|
361
|
-
#<strong>must_clauses</strong> ⇒ <tt>Object</tt>
|
|
361
|
+
#<strong>must_clauses</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
362
362
|
|
|
363
363
|
|
|
364
364
|
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
<div class="method_details ">
|
|
383
383
|
<h3 class="signature " id="must_not_clauses-instance_method">
|
|
384
384
|
|
|
385
|
-
#<strong>must_not_clauses</strong> ⇒ <tt>Object</tt>
|
|
385
|
+
#<strong>must_not_clauses</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
386
386
|
|
|
387
387
|
|
|
388
388
|
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
<div class="method_details ">
|
|
407
407
|
<h3 class="signature " id="should_clauses-instance_method">
|
|
408
408
|
|
|
409
|
-
#<strong>should_clauses</strong> ⇒ <tt>Object</tt>
|
|
409
|
+
#<strong>should_clauses</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
410
410
|
|
|
411
411
|
|
|
412
412
|
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
<div class="method_details first">
|
|
436
436
|
<h3 class="signature first" id="clause_to_query-instance_method">
|
|
437
437
|
|
|
438
|
-
#<strong>clause_to_query</strong>(clause) ⇒ <tt>Object</tt>
|
|
438
|
+
#<strong>clause_to_query</strong>(clause) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
439
439
|
|
|
440
440
|
|
|
441
441
|
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
<div class="method_details ">
|
|
448
448
|
<h3 class="signature " id="match-instance_method">
|
|
449
449
|
|
|
450
|
-
#<strong>match</strong>(term) ⇒ <tt>Object</tt>
|
|
450
|
+
#<strong>match</strong>(term) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
451
451
|
|
|
452
452
|
|
|
453
453
|
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
<div class="method_details ">
|
|
460
460
|
<h3 class="signature " id="match_phrase-instance_method">
|
|
461
461
|
|
|
462
|
-
#<strong>match_phrase</strong>(phrase) ⇒ <tt>Object</tt>
|
|
462
|
+
#<strong>match_phrase</strong>(phrase) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
463
463
|
|
|
464
464
|
|
|
465
465
|
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
<div class="method_details ">
|
|
472
472
|
<h3 class="signature " id="to_elasticsearch-instance_method">
|
|
473
473
|
|
|
474
|
-
#<strong>to_elasticsearch</strong> ⇒ <tt>Object</tt>
|
|
474
|
+
#<strong>to_elasticsearch</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
475
475
|
|
|
476
476
|
|
|
477
477
|
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
</div>
|
|
486
486
|
|
|
487
487
|
<div id="footer">
|
|
488
|
-
Generated on
|
|
488
|
+
Generated on Sun Jan 23 16:30:43 2022 by
|
|
489
489
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
490
490
|
0.9.27 (ruby-3.0.1).
|
|
491
491
|
</div>
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<span class="inheritName">Parslet::Parser</span>
|
|
73
73
|
|
|
74
74
|
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
75
|
+
<li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
|
|
76
76
|
|
|
77
77
|
<li class="next">Parslet::Parser</li>
|
|
78
78
|
|
|
@@ -126,7 +126,7 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
|
|
|
126
126
|
</div>
|
|
127
127
|
|
|
128
128
|
<div id="footer">
|
|
129
|
-
Generated on
|
|
129
|
+
Generated on Sun Jan 23 16:30:43 2022 by
|
|
130
130
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
131
131
|
0.9.27 (ruby-3.0.1).
|
|
132
132
|
</div>
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<span class="inheritName">Parslet::Transform</span>
|
|
73
73
|
|
|
74
74
|
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
75
|
+
<li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
|
|
76
76
|
|
|
77
77
|
<li class="next">Parslet::Transform</li>
|
|
78
78
|
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
</div>
|
|
115
115
|
|
|
116
116
|
<div id="footer">
|
|
117
|
-
Generated on
|
|
117
|
+
Generated on Sun Jan 23 16:30:43 2022 by
|
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
119
119
|
0.9.27 (ruby-3.0.1).
|
|
120
120
|
</div>
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
<dl>
|
|
70
70
|
<dt>Inherits:</dt>
|
|
71
71
|
<dd>
|
|
72
|
-
<span class="inheritName">Object</span>
|
|
72
|
+
<span class="inheritName"><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></span>
|
|
73
73
|
|
|
74
74
|
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
75
|
+
<li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
|
|
76
76
|
|
|
77
77
|
<li class="next">PhraseParser::TermClause</li>
|
|
78
78
|
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
<div class="method_details first">
|
|
235
235
|
<h3 class="signature first" id="operator-instance_method">
|
|
236
236
|
|
|
237
|
-
#<strong>operator</strong> ⇒ <tt>Object</tt>
|
|
237
|
+
#<strong>operator</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
238
238
|
|
|
239
239
|
|
|
240
240
|
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
<div class="method_details ">
|
|
259
259
|
<h3 class="signature " id="term-instance_method">
|
|
260
260
|
|
|
261
|
-
#<strong>term</strong> ⇒ <tt>Object</tt>
|
|
261
|
+
#<strong>term</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
|
|
262
262
|
|
|
263
263
|
|
|
264
264
|
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
</div>
|
|
284
284
|
|
|
285
285
|
<div id="footer">
|
|
286
|
-
Generated on
|
|
286
|
+
Generated on Sun Jan 23 16:30:43 2022 by
|
|
287
287
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
288
288
|
0.9.27 (ruby-3.0.1).
|
|
289
289
|
</div>
|
data/docs/doc/PhraseParser.html
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
108
|
+
Generated on Sun Jan 23 16:30:43 2022 by
|
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.9.27 (ruby-3.0.1).
|
|
111
111
|
</div>
|