term_utils 0.4.0 → 0.5.0

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 (60) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/COPYING +1 -1
  4. data/Rakefile +6 -0
  5. data/doc/TermUtils/AP/Article.html +13 -13
  6. data/doc/TermUtils/AP/ArticleResult.html +4 -4
  7. data/doc/TermUtils/AP/Flag.html +8 -8
  8. data/doc/TermUtils/AP/Parameter.html +9 -9
  9. data/doc/TermUtils/AP/ParameterResult.html +4 -4
  10. data/doc/TermUtils/AP/ParameterWalkerHooks.html +4 -4
  11. data/doc/TermUtils/AP/ParseError.html +646 -14
  12. data/doc/TermUtils/AP/Parser.html +43 -15
  13. data/doc/TermUtils/AP/Result.html +4 -4
  14. data/doc/TermUtils/AP/Syntax.html +4 -4
  15. data/doc/TermUtils/AP/SyntaxError.html +4 -86
  16. data/doc/TermUtils/AP/Walker.html +4 -4
  17. data/doc/TermUtils/AP.html +16 -16
  18. data/doc/TermUtils/FF/Config.html +8 -8
  19. data/doc/TermUtils/FF/Context.html +4 -4
  20. data/doc/TermUtils/FF/Entry.html +4 -4
  21. data/doc/TermUtils/FF/Finder.html +850 -0
  22. data/doc/TermUtils/FF/FinderEntry.html +1191 -0
  23. data/doc/TermUtils/FF/FinderQuery.html +946 -0
  24. data/doc/TermUtils/FF/Query.html +11 -15
  25. data/doc/TermUtils/FF.html +131 -7
  26. data/doc/TermUtils/PropertyTreeNode.html +6 -6
  27. data/doc/TermUtils/Tab/Column.html +44 -44
  28. data/doc/TermUtils/Tab/Header.html +19 -19
  29. data/doc/TermUtils/Tab/Holder.html +40 -40
  30. data/doc/TermUtils/Tab/Printer.html +4 -4
  31. data/doc/TermUtils/Tab/Table.html +59 -59
  32. data/doc/TermUtils/Tab/TableError.html +4 -86
  33. data/doc/TermUtils/Tab.html +42 -42
  34. data/doc/TermUtils.html +6 -6
  35. data/doc/_index.html +29 -23
  36. data/doc/class_list.html +1 -1
  37. data/doc/css/style.css +1 -0
  38. data/doc/file.README.html +25 -21
  39. data/doc/frames.html +1 -1
  40. data/doc/index.html +25 -21
  41. data/doc/method_list.html +385 -89
  42. data/doc/top-level-namespace.html +4 -4
  43. data/lib/term_utils/ap/article.rb +2 -2
  44. data/lib/term_utils/ap/flag.rb +2 -2
  45. data/lib/term_utils/ap/parameter.rb +2 -2
  46. data/lib/term_utils/ap/parser.rb +16 -15
  47. data/lib/term_utils/ap/result.rb +2 -2
  48. data/lib/term_utils/ap/syntax.rb +2 -2
  49. data/lib/term_utils/ap.rb +66 -22
  50. data/lib/term_utils/ff/config.rb +3 -3
  51. data/lib/term_utils/ff/entry.rb +2 -2
  52. data/lib/term_utils/ff/finder.rb +255 -0
  53. data/lib/term_utils/ff/query.rb +6 -8
  54. data/lib/term_utils/ff.rb +4 -3
  55. data/lib/term_utils/property_tree_node.rb +3 -3
  56. data/lib/term_utils/tab.rb +14 -13
  57. data/lib/term_utils.rb +2 -2
  58. data/term_utils.gemspec +2 -2
  59. metadata +8 -5
  60. data/doc/TermUtils/AP/NoSuchValueError.html +0 -217
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: TermUtils::AP::Parser
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -338,12 +338,12 @@
338
338
  <pre class="lines">
339
339
 
340
340
 
341
- 64
342
341
  65
343
- 66</pre>
342
+ 66
343
+ 67</pre>
344
344
  </td>
345
345
  <td>
346
- <pre class="code"><span class="info file"># File 'lib/term_utils/ap/parser.rb', line 64</span>
346
+ <pre class="code"><span class="info file"># File 'lib/term_utils/ap/parser.rb', line 65</span>
347
347
 
348
348
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_eval_article_min_occurs'>eval_article_min_occurs</span><span class='lparen'>(</span><span class='id identifier rubyid_articles'>articles</span><span class='rparen'>)</span>
349
349
  <span class='id identifier rubyid_articles'>articles</span><span class='period'>.</span><span class='id identifier rubyid_inject'>inject</span><span class='lparen'>(</span><span class='int'>0</span><span class='rparen'>)</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_acc'>acc</span><span class='comma'>,</span> <span class='id identifier rubyid_a'>a</span><span class='op'>|</span> <span class='id identifier rubyid_acc'>acc</span> <span class='op'>+</span> <span class='id identifier rubyid_a'>a</span><span class='period'>.</span><span class='id identifier rubyid_min_occurs'>min_occurs</span> <span class='rbrace'>}</span>
@@ -423,7 +423,6 @@
423
423
  <pre class="lines">
424
424
 
425
425
 
426
- 51
427
426
  52
428
427
  53
429
428
  54
@@ -431,16 +430,17 @@
431
430
  56
432
431
  57
433
432
  58
434
- 59</pre>
433
+ 59
434
+ 60</pre>
435
435
  </td>
436
436
  <td>
437
- <pre class="code"><span class="info file"># File 'lib/term_utils/ap/parser.rb', line 51</span>
437
+ <pre class="code"><span class="info file"># File 'lib/term_utils/ap/parser.rb', line 52</span>
438
438
 
439
439
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_match_shortcut_flag'>match_shortcut_flag</span><span class='lparen'>(</span><span class='id identifier rubyid_shortcut_flags'>shortcut_flags</span><span class='comma'>,</span> <span class='id identifier rubyid_arg'>arg</span><span class='rparen'>)</span>
440
440
  <span class='id identifier rubyid_shortcut_flags'>shortcut_flags</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_label'>label</span><span class='comma'>,</span> <span class='id identifier rubyid_flag'>flag</span><span class='op'>|</span>
441
441
  <span class='kw'>next</span> <span class='kw'>unless</span> <span class='id identifier rubyid_arg'>arg</span><span class='period'>.</span><span class='id identifier rubyid_start_with?'>start_with?</span> <span class='id identifier rubyid_label'>label</span>
442
442
 
443
- <span class='kw'>return</span> <span class='lbracket'>[</span><span class='id identifier rubyid_flag'>flag</span><span class='period'>.</span><span class='id identifier rubyid_label'>label</span><span class='comma'>,</span> <span class='id identifier rubyid_arg'>arg</span><span class='lbracket'>[</span><span class='id identifier rubyid_label'>label</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span><span class='op'>..</span><span class='op'>-</span><span class='int'>1</span><span class='rbracket'>]</span><span class='rbracket'>]</span>
443
+ <span class='kw'>return</span> <span class='lbracket'>[</span><span class='id identifier rubyid_flag'>flag</span><span class='period'>.</span><span class='id identifier rubyid_label'>label</span><span class='comma'>,</span> <span class='id identifier rubyid_arg'>arg</span><span class='lbracket'>[</span><span class='id identifier rubyid_label'>label</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span><span class='op'>..</span><span class='rbracket'>]</span><span class='rbracket'>]</span>
444
444
  <span class='kw'>end</span>
445
445
 
446
446
  <span class='kw'>nil</span>
@@ -504,7 +504,7 @@
504
504
  <span class='name'>opts</span>
505
505
 
506
506
 
507
- <span class='type'>(<tt>Hash</tt>)</span>
507
+ <span class='type'>(<tt>Hash&lt;Symbol, Object&gt;</tt>)</span>
508
508
 
509
509
 
510
510
  <em class="default">(defaults to: <tt>{}</tt>)</em>
@@ -514,6 +514,34 @@
514
514
 
515
515
  </ul>
516
516
 
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+ <p class="tag_title">Options Hash (<tt>opts</tt>):</p>
525
+ <ul class="option">
526
+
527
+ <li>
528
+ <span class="name">:strict</span>
529
+ <span class="type">(<tt>Boolean</tt>)</span>
530
+ <span class="default">
531
+
532
+ </span>
533
+
534
+ &mdash; <div class='inline'>
535
+ <p>Whether the Syntax must be considered as strict.</p>
536
+ </div>
537
+
538
+ </li>
539
+
540
+ </ul>
541
+
542
+
543
+
544
+
517
545
  <p class="tag_title">Returns:</p>
518
546
  <ul class="return">
519
547
 
@@ -556,7 +584,6 @@
556
584
  <pre class="lines">
557
585
 
558
586
 
559
- 34
560
587
  35
561
588
  36
562
589
  37
@@ -567,10 +594,11 @@
567
594
  42
568
595
  43
569
596
  44
570
- 45</pre>
597
+ 45
598
+ 46</pre>
571
599
  </td>
572
600
  <td>
573
- <pre class="code"><span class="info file"># File 'lib/term_utils/ap/parser.rb', line 34</span>
601
+ <pre class="code"><span class="info file"># File 'lib/term_utils/ap/parser.rb', line 35</span>
574
602
 
575
603
  <span class='kw'>def</span> <span class='id identifier rubyid_parse_arguments'>parse_arguments</span><span class='lparen'>(</span><span class='id identifier rubyid_syntax'>syntax</span><span class='comma'>,</span> <span class='id identifier rubyid_arguments'>arguments</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
576
604
  <span class='id identifier rubyid_syntax'>syntax</span> <span class='op'>=</span> <span class='id identifier rubyid_syntax'>syntax</span><span class='period'>.</span><span class='id identifier rubyid_dup'>dup</span>
@@ -594,9 +622,9 @@
594
622
  </div>
595
623
 
596
624
  <div id="footer">
597
- Generated on Sun Aug 2 18:35:09 2020 by
598
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
599
- 0.9.25 (ruby-2.6.5).
625
+ Generated on Wed Aug 9 17:34:26 2023 by
626
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
627
+ 0.9.34 (ruby-3.2.2).
600
628
  </div>
601
629
 
602
630
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: TermUtils::AP::Result
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -827,9 +827,9 @@
827
827
  </div>
828
828
 
829
829
  <div id="footer">
830
- Generated on Sun Aug 2 18:35:09 2020 by
831
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
832
- 0.9.25 (ruby-2.6.5).
830
+ Generated on Wed Aug 9 17:34:26 2023 by
831
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
832
+ 0.9.34 (ruby-3.2.2).
833
833
  </div>
834
834
 
835
835
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: TermUtils::AP::Syntax
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -751,9 +751,9 @@
751
751
  </div>
752
752
 
753
753
  <div id="footer">
754
- Generated on Sun Aug 2 18:35:10 2020 by
755
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
756
- 0.9.25 (ruby-2.6.5).
754
+ Generated on Wed Aug 9 17:34:27 2023 by
755
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
756
+ 0.9.34 (ruby-3.2.2).
757
757
  </div>
758
758
 
759
759
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: TermUtils::AP::SyntaxError
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -119,97 +119,15 @@
119
119
 
120
120
 
121
121
 
122
-
123
- <h2>
124
- Instance Method Summary
125
- <small><a href="#" class="summary_toggle">collapse</a></small>
126
- </h2>
127
-
128
- <ul class="summary">
129
-
130
- <li class="public ">
131
- <span class="summary_signature">
132
-
133
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(msg) &#x21d2; SyntaxError </a>
134
-
135
-
136
-
137
- </span>
138
-
139
-
140
- <span class="note title constructor">constructor</span>
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
- <span class="summary_desc"><div class='inline'>
150
- <p>A new instance of SyntaxError.</p>
151
- </div></span>
152
-
153
- </li>
154
-
155
-
156
- </ul>
157
-
158
-
159
122
 
160
- <div id="constructor_details" class="method_details_list">
161
- <h2>Constructor Details</h2>
162
123
 
163
- <div class="method_details first">
164
- <h3 class="signature first" id="initialize-instance_method">
165
-
166
- #<strong>initialize</strong>(msg) &#x21d2; <tt><span class='object_link'><a href="" title="TermUtils::AP::SyntaxError (class)">SyntaxError</a></span></tt>
167
-
168
-
169
-
170
-
171
-
172
- </h3><div class="docstring">
173
- <div class="discussion">
174
-
175
- <p>Returns a new instance of SyntaxError.</p>
176
-
177
-
178
- </div>
179
- </div>
180
- <div class="tags">
181
-
182
-
183
- </div><table class="source_code">
184
- <tr>
185
- <td>
186
- <pre class="lines">
187
-
188
-
189
- 38
190
- 39
191
- 40</pre>
192
- </td>
193
- <td>
194
- <pre class="code"><span class="info file"># File 'lib/term_utils/ap.rb', line 38</span>
195
-
196
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_msg'>msg</span><span class='rparen'>)</span>
197
- <span class='kw'>super</span>
198
- <span class='kw'>end</span></pre>
199
- </td>
200
- </tr>
201
- </table>
202
- </div>
203
-
204
- </div>
205
-
206
124
 
207
125
  </div>
208
126
 
209
127
  <div id="footer">
210
- Generated on Sun Aug 2 18:35:09 2020 by
211
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
212
- 0.9.25 (ruby-2.6.5).
128
+ Generated on Wed Aug 9 17:34:26 2023 by
129
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
+ 0.9.34 (ruby-3.2.2).
213
131
  </div>
214
132
 
215
133
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: TermUtils::AP::Walker
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -676,9 +676,9 @@
676
676
  </div>
677
677
 
678
678
  <div id="footer">
679
- Generated on Sun Aug 2 18:35:10 2020 by
680
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
681
- 0.9.25 (ruby-2.6.5).
679
+ Generated on Wed Aug 9 17:34:27 2023 by
680
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
681
+ 0.9.34 (ruby-3.2.2).
682
682
  </div>
683
683
 
684
684
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: TermUtils::AP
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -102,7 +102,7 @@
102
102
 
103
103
 
104
104
 
105
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="AP/Article.html" title="TermUtils::AP::Article (class)">Article</a></span>, <span class='object_link'><a href="AP/ArticleResult.html" title="TermUtils::AP::ArticleResult (class)">ArticleResult</a></span>, <span class='object_link'><a href="AP/Flag.html" title="TermUtils::AP::Flag (class)">Flag</a></span>, <span class='object_link'><a href="AP/NoSuchValueError.html" title="TermUtils::AP::NoSuchValueError (class)">NoSuchValueError</a></span>, <span class='object_link'><a href="AP/Parameter.html" title="TermUtils::AP::Parameter (class)">Parameter</a></span>, <span class='object_link'><a href="AP/ParameterResult.html" title="TermUtils::AP::ParameterResult (class)">ParameterResult</a></span>, <span class='object_link'><a href="AP/ParameterWalkerHooks.html" title="TermUtils::AP::ParameterWalkerHooks (class)">ParameterWalkerHooks</a></span>, <span class='object_link'><a href="AP/ParseError.html" title="TermUtils::AP::ParseError (class)">ParseError</a></span>, <span class='object_link'><a href="AP/Parser.html" title="TermUtils::AP::Parser (class)">Parser</a></span>, <span class='object_link'><a href="AP/Result.html" title="TermUtils::AP::Result (class)">Result</a></span>, <span class='object_link'><a href="AP/Syntax.html" title="TermUtils::AP::Syntax (class)">Syntax</a></span>, <span class='object_link'><a href="AP/SyntaxError.html" title="TermUtils::AP::SyntaxError (class)">SyntaxError</a></span>, <span class='object_link'><a href="AP/Walker.html" title="TermUtils::AP::Walker (class)">Walker</a></span>
105
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="AP/Article.html" title="TermUtils::AP::Article (class)">Article</a></span>, <span class='object_link'><a href="AP/ArticleResult.html" title="TermUtils::AP::ArticleResult (class)">ArticleResult</a></span>, <span class='object_link'><a href="AP/Flag.html" title="TermUtils::AP::Flag (class)">Flag</a></span>, <span class='object_link'><a href="AP/Parameter.html" title="TermUtils::AP::Parameter (class)">Parameter</a></span>, <span class='object_link'><a href="AP/ParameterResult.html" title="TermUtils::AP::ParameterResult (class)">ParameterResult</a></span>, <span class='object_link'><a href="AP/ParameterWalkerHooks.html" title="TermUtils::AP::ParameterWalkerHooks (class)">ParameterWalkerHooks</a></span>, <span class='object_link'><a href="AP/ParseError.html" title="TermUtils::AP::ParseError (class)">ParseError</a></span>, <span class='object_link'><a href="AP/Parser.html" title="TermUtils::AP::Parser (class)">Parser</a></span>, <span class='object_link'><a href="AP/Result.html" title="TermUtils::AP::Result (class)">Result</a></span>, <span class='object_link'><a href="AP/Syntax.html" title="TermUtils::AP::Syntax (class)">Syntax</a></span>, <span class='object_link'><a href="AP/SyntaxError.html" title="TermUtils::AP::SyntaxError (class)">SyntaxError</a></span>, <span class='object_link'><a href="AP/Walker.html" title="TermUtils::AP::Walker (class)">Walker</a></span>
106
106
 
107
107
 
108
108
  </p>
@@ -217,14 +217,14 @@
217
217
  <pre class="lines">
218
218
 
219
219
 
220
- 45
221
- 46
222
- 47
223
- 48
224
- 49</pre>
220
+ 96
221
+ 97
222
+ 98
223
+ 99
224
+ 100</pre>
225
225
  </td>
226
226
  <td>
227
- <pre class="code"><span class="info file"># File 'lib/term_utils/ap.rb', line 45</span>
227
+ <pre class="code"><span class="info file"># File 'lib/term_utils/ap.rb', line 96</span>
228
228
 
229
229
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_create_syntax'>create_syntax</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
230
230
  <span class='id identifier rubyid_new_syntax'>new_syntax</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../TermUtils.html" title="TermUtils (module)">TermUtils</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="TermUtils::AP (module)">AP</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="AP/Syntax.html" title="TermUtils::AP::Syntax (class)">Syntax</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="AP/Syntax.html#initialize-instance_method" title="TermUtils::AP::Syntax#initialize (method)">new</a></span></span>
@@ -312,7 +312,7 @@
312
312
  </span>
313
313
 
314
314
  &mdash; <div class='inline'>
315
- <p>Whether the Syntax must be considered strict.</p>
315
+ <p>Whether the Syntax must be considered as strict.</p>
316
316
  </div>
317
317
 
318
318
  </li>
@@ -364,12 +364,12 @@
364
364
  <pre class="lines">
365
365
 
366
366
 
367
- 59
368
- 60
369
- 61</pre>
367
+ 110
368
+ 111
369
+ 112</pre>
370
370
  </td>
371
371
  <td>
372
- <pre class="code"><span class="info file"># File 'lib/term_utils/ap.rb', line 59</span>
372
+ <pre class="code"><span class="info file"># File 'lib/term_utils/ap.rb', line 110</span>
373
373
 
374
374
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_parse_arguments'>parse_arguments</span><span class='lparen'>(</span><span class='id identifier rubyid_syntax'>syntax</span><span class='comma'>,</span> <span class='id identifier rubyid_arguments'>arguments</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
375
375
  <span class='const'><span class='object_link'><a href="../TermUtils.html" title="TermUtils (module)">TermUtils</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="TermUtils::AP (module)">AP</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="AP/Parser.html" title="TermUtils::AP::Parser (class)">Parser</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="AP/Parser.html#initialize-instance_method" title="TermUtils::AP::Parser#initialize (method)">new</a></span></span><span class='period'>.</span><span class='id identifier rubyid_parse_arguments'><span class='object_link'><a href="AP/Parser.html#parse_arguments-instance_method" title="TermUtils::AP::Parser#parse_arguments (method)">parse_arguments</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_syntax'>syntax</span><span class='comma'>,</span> <span class='id identifier rubyid_arguments'>arguments</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
@@ -384,9 +384,9 @@
384
384
  </div>
385
385
 
386
386
  <div id="footer">
387
- Generated on Sun Aug 2 18:35:09 2020 by
388
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
389
- 0.9.25 (ruby-2.6.5).
387
+ Generated on Wed Aug 9 17:34:25 2023 by
388
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
389
+ 0.9.34 (ruby-3.2.2).
390
390
  </div>
391
391
 
392
392
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: TermUtils::FF::Config
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <span class="summary_desc"><div class='inline'>
241
- <p>Either `:forward`, `:reverse` or `nil` (default).</p>
241
+ <p>Either ‘:forward`, `:reverse` or `nil` (default).</p>
242
242
  </div></span>
243
243
 
244
244
  </li>
@@ -619,7 +619,7 @@
619
619
  </h3><div class="docstring">
620
620
  <div class="discussion">
621
621
 
622
- <p>Returns Either `:forward`, `:reverse` or `nil` (default).</p>
622
+ <p>Returns Either ‘:forward`, `:reverse` or `nil` (default).</p>
623
623
 
624
624
 
625
625
  </div>
@@ -638,7 +638,7 @@
638
638
 
639
639
  &mdash;
640
640
  <div class='inline'>
641
- <p>Either `:forward`, `:reverse` or `nil` (default).</p>
641
+ <p>Either ‘:forward`, `:reverse` or `nil` (default).</p>
642
642
  </div>
643
643
 
644
644
  </li>
@@ -697,8 +697,8 @@
697
697
  <pre class="code"><span class="info file"># File 'lib/term_utils/ff/config.rb', line 49</span>
698
698
 
699
699
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize_copy'>initialize_copy</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
700
- <span class='ivar'>@ignore_list</span> <span class='op'>=</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_ignore_list'>ignore_list</span><span class='period'>.</span><span class='id identifier rubyid_dup'>dup</span>
701
700
  <span class='kw'>super</span>
701
+ <span class='ivar'>@ignore_list</span> <span class='op'>=</span> <span class='ivar'>@ignore_list</span><span class='period'>.</span><span class='id identifier rubyid_dup'>dup</span>
702
702
  <span class='kw'>end</span></pre>
703
703
  </td>
704
704
  </tr>
@@ -764,9 +764,9 @@
764
764
  </div>
765
765
 
766
766
  <div id="footer">
767
- Generated on Sun Aug 2 18:35:10 2020 by
768
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
769
- 0.9.25 (ruby-2.6.5).
767
+ Generated on Wed Aug 9 17:34:27 2023 by
768
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
769
+ 0.9.34 (ruby-3.2.2).
770
770
  </div>
771
771
 
772
772
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: TermUtils::FF::Context
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -575,9 +575,9 @@
575
575
  </div>
576
576
 
577
577
  <div id="footer">
578
- Generated on Sun Aug 2 18:35:09 2020 by
579
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
580
- 0.9.25 (ruby-2.6.5).
578
+ Generated on Wed Aug 9 17:34:26 2023 by
579
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
580
+ 0.9.34 (ruby-3.2.2).
581
581
  </div>
582
582
 
583
583
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: TermUtils::FF::Entry
8
8
 
9
- &mdash; Documentation by YARD 0.9.25
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -616,9 +616,9 @@
616
616
  </div>
617
617
 
618
618
  <div id="footer">
619
- Generated on Sun Aug 2 18:35:09 2020 by
620
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
621
- 0.9.25 (ruby-2.6.5).
619
+ Generated on Wed Aug 9 17:34:26 2023 by
620
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
621
+ 0.9.34 (ruby-3.2.2).
622
622
  </div>
623
623
 
624
624
  </div>