term_utils 0.3.2 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -2
  3. data/COPYING +3 -3
  4. data/README.md +51 -16
  5. data/doc/TermUtils.html +9 -9
  6. data/doc/TermUtils/AP.html +48 -159
  7. data/doc/TermUtils/AP/Article.html +48 -46
  8. data/doc/TermUtils/AP/ArticleResult.html +584 -0
  9. data/doc/TermUtils/AP/Flag.html +294 -77
  10. data/doc/TermUtils/AP/NoSuchValueError.html +13 -13
  11. data/doc/TermUtils/AP/Parameter.html +885 -97
  12. data/doc/TermUtils/AP/ParameterResult.html +980 -0
  13. data/doc/TermUtils/{FF/Cursor/Context.html → AP/ParameterWalkerHooks.html} +59 -59
  14. data/doc/TermUtils/AP/ParseError.html +13 -13
  15. data/doc/TermUtils/AP/Parser.html +174 -142
  16. data/doc/TermUtils/AP/Result.html +200 -527
  17. data/doc/TermUtils/AP/Syntax.html +102 -392
  18. data/doc/TermUtils/AP/SyntaxError.html +13 -13
  19. data/doc/TermUtils/AP/Walker.html +686 -0
  20. data/doc/TermUtils/FF.html +10 -10
  21. data/doc/TermUtils/FF/Config.html +201 -33
  22. data/doc/TermUtils/FF/Context.html +585 -0
  23. data/doc/TermUtils/FF/Entry.html +626 -0
  24. data/doc/TermUtils/FF/Query.html +402 -66
  25. data/doc/TermUtils/PropertyTreeNode.html +302 -188
  26. data/doc/TermUtils/Tab.html +90 -83
  27. data/doc/TermUtils/Tab/Column.html +94 -92
  28. data/doc/TermUtils/Tab/Header.html +26 -26
  29. data/doc/TermUtils/Tab/Holder.html +74 -74
  30. data/doc/TermUtils/Tab/Printer.html +42 -42
  31. data/doc/TermUtils/Tab/Table.html +124 -128
  32. data/doc/TermUtils/Tab/TableError.html +11 -11
  33. data/doc/_index.html +48 -34
  34. data/doc/class_list.html +3 -3
  35. data/doc/css/style.css +2 -2
  36. data/doc/file.README.html +64 -31
  37. data/doc/file_list.html +2 -2
  38. data/doc/frames.html +2 -2
  39. data/doc/index.html +64 -31
  40. data/doc/js/app.js +14 -3
  41. data/doc/method_list.html +387 -211
  42. data/doc/top-level-namespace.html +6 -6
  43. data/lib/term_utils.rb +8 -1
  44. data/lib/term_utils/ap.rb +41 -30
  45. data/lib/term_utils/ap/article.rb +14 -8
  46. data/lib/term_utils/ap/flag.rb +36 -19
  47. data/lib/term_utils/ap/parameter.rb +87 -18
  48. data/lib/term_utils/ap/parser.rb +141 -115
  49. data/lib/term_utils/ap/result.rb +207 -160
  50. data/lib/term_utils/ap/syntax.rb +52 -68
  51. data/lib/term_utils/ff.rb +11 -2
  52. data/lib/term_utils/ff/config.rb +20 -8
  53. data/lib/term_utils/{ap/no_such_value_error.rb → ff/entry.rb} +25 -7
  54. data/lib/term_utils/ff/query.rb +93 -14
  55. data/lib/term_utils/property_tree_node.rb +47 -19
  56. data/lib/term_utils/tab.rb +102 -58
  57. data/term_utils.gemspec +4 -4
  58. metadata +12 -14
  59. data/doc/TermUtils/AP/Element.html +0 -1025
  60. data/doc/TermUtils/AP/Level.html +0 -638
  61. data/doc/TermUtils/FF/Cursor.html +0 -929
  62. data/lib/term_utils/ap/element.rb +0 -78
  63. data/lib/term_utils/ap/level.rb +0 -57
  64. data/lib/term_utils/ap/parse_error.rb +0 -27
  65. data/lib/term_utils/ap/syntax_error.rb +0 -27
  66. data/lib/term_utils/ff/cursor.rb +0 -153
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: TermUtils::Tab::TableError
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.25
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "TermUtils::Tab::TableError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -172,7 +172,7 @@
172
172
  </h3><div class="docstring">
173
173
  <div class="discussion">
174
174
 
175
- <p>Returns a new instance of TableError</p>
175
+ <p>Returns a new instance of TableError.</p>
176
176
 
177
177
 
178
178
  </div>
@@ -186,12 +186,12 @@
186
186
  <pre class="lines">
187
187
 
188
188
 
189
- 21
190
- 22
191
- 23</pre>
189
+ 24
190
+ 25
191
+ 26</pre>
192
192
  </td>
193
193
  <td>
194
- <pre class="code"><span class="info file"># File 'lib/term_utils/tab.rb', line 21</span>
194
+ <pre class="code"><span class="info file"># File 'lib/term_utils/tab.rb', line 24</span>
195
195
 
196
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
197
  <span class='kw'>super</span>
@@ -207,9 +207,9 @@
207
207
  </div>
208
208
 
209
209
  <div id="footer">
210
- Generated on Fri Feb 7 18:54:38 2020 by
210
+ Generated on Sun Aug 2 18:35:09 2020 by
211
211
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
212
- 0.9.20 (ruby-2.6.5).
212
+ 0.9.25 (ruby-2.6.5).
213
213
  </div>
214
214
 
215
215
  </div>
@@ -4,15 +4,15 @@
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.20
7
+ Documentation by YARD 0.9.25
8
8
 
9
9
  </title>
10
10
 
11
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
12
12
 
13
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
14
14
 
15
- <script type="text/javascript" charset="utf-8">
15
+ <script type="text/javascript">
16
16
  pathId = null;
17
17
  relpath = '';
18
18
  </script>
@@ -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.20</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.25</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -94,6 +94,13 @@
94
94
 
95
95
  </li>
96
96
 
97
+ <li>
98
+ <span class='object_link'><a href="TermUtils/AP/ArticleResult.html" title="TermUtils::AP::ArticleResult (class)">ArticleResult</a></span>
99
+
100
+ <small>(TermUtils::AP)</small>
101
+
102
+ </li>
103
+
97
104
  </ul>
98
105
  </ul>
99
106
 
@@ -117,14 +124,7 @@
117
124
  </li>
118
125
 
119
126
  <li>
120
- <span class='object_link'><a href="TermUtils/FF/Cursor/Context.html" title="TermUtils::FF::Cursor::Context (class)">Context</a></span>
121
-
122
- <small>(TermUtils::FF::Cursor)</small>
123
-
124
- </li>
125
-
126
- <li>
127
- <span class='object_link'><a href="TermUtils/FF/Cursor.html" title="TermUtils::FF::Cursor (class)">Cursor</a></span>
127
+ <span class='object_link'><a href="TermUtils/FF/Context.html" title="TermUtils::FF::Context (class)">Context</a></span>
128
128
 
129
129
  <small>(TermUtils::FF)</small>
130
130
 
@@ -139,9 +139,9 @@
139
139
  <ul>
140
140
 
141
141
  <li>
142
- <span class='object_link'><a href="TermUtils/AP/Element.html" title="TermUtils::AP::Element (class)">Element</a></span>
142
+ <span class='object_link'><a href="TermUtils/FF/Entry.html" title="TermUtils::FF::Entry (class)">Entry</a></span>
143
143
 
144
- <small>(TermUtils::AP)</small>
144
+ <small>(TermUtils::FF)</small>
145
145
 
146
146
  </li>
147
147
 
@@ -193,12 +193,12 @@
193
193
  </ul>
194
194
 
195
195
 
196
- <ul id="alpha_L" class="alpha">
197
- <li class="letter">L</li>
196
+ <ul id="alpha_N" class="alpha">
197
+ <li class="letter">N</li>
198
198
  <ul>
199
199
 
200
200
  <li>
201
- <span class='object_link'><a href="TermUtils/AP/Level.html" title="TermUtils::AP::Level (class)">Level</a></span>
201
+ <span class='object_link'><a href="TermUtils/AP/NoSuchValueError.html" title="TermUtils::AP::NoSuchValueError (class)">NoSuchValueError</a></span>
202
202
 
203
203
  <small>(TermUtils::AP)</small>
204
204
 
@@ -208,30 +208,26 @@
208
208
  </ul>
209
209
 
210
210
 
211
- <ul id="alpha_N" class="alpha">
212
- <li class="letter">N</li>
211
+ <ul id="alpha_P" class="alpha">
212
+ <li class="letter">P</li>
213
213
  <ul>
214
214
 
215
215
  <li>
216
- <span class='object_link'><a href="TermUtils/AP/NoSuchValueError.html" title="TermUtils::AP::NoSuchValueError (class)">NoSuchValueError</a></span>
216
+ <span class='object_link'><a href="TermUtils/AP/Parameter.html" title="TermUtils::AP::Parameter (class)">Parameter</a></span>
217
217
 
218
218
  <small>(TermUtils::AP)</small>
219
219
 
220
220
  </li>
221
221
 
222
- </ul>
223
- </ul>
224
-
225
-
226
- </td><td valign='top' width="33%">
227
-
228
-
229
- <ul id="alpha_P" class="alpha">
230
- <li class="letter">P</li>
231
- <ul>
222
+ <li>
223
+ <span class='object_link'><a href="TermUtils/AP/ParameterResult.html" title="TermUtils::AP::ParameterResult (class)">ParameterResult</a></span>
224
+
225
+ <small>(TermUtils::AP)</small>
226
+
227
+ </li>
232
228
 
233
229
  <li>
234
- <span class='object_link'><a href="TermUtils/AP/Parameter.html" title="TermUtils::AP::Parameter (class)">Parameter</a></span>
230
+ <span class='object_link'><a href="TermUtils/AP/ParameterWalkerHooks.html" title="TermUtils::AP::ParameterWalkerHooks (class)">ParameterWalkerHooks</a></span>
235
231
 
236
232
  <small>(TermUtils::AP)</small>
237
233
 
@@ -269,6 +265,9 @@
269
265
  </ul>
270
266
 
271
267
 
268
+ </td><td valign='top' width="33%">
269
+
270
+
272
271
  <ul id="alpha_Q" class="alpha">
273
272
  <li class="letter">Q</li>
274
273
  <ul>
@@ -354,6 +353,21 @@
354
353
  </ul>
355
354
  </ul>
356
355
 
356
+
357
+ <ul id="alpha_W" class="alpha">
358
+ <li class="letter">W</li>
359
+ <ul>
360
+
361
+ <li>
362
+ <span class='object_link'><a href="TermUtils/AP/Walker.html" title="TermUtils::AP::Walker (class)">Walker</a></span>
363
+
364
+ <small>(TermUtils::AP)</small>
365
+
366
+ </li>
367
+
368
+ </ul>
369
+ </ul>
370
+
357
371
  </td>
358
372
  </tr>
359
373
  </table>
@@ -363,9 +377,9 @@
363
377
  </div>
364
378
 
365
379
  <div id="footer">
366
- Generated on Fri Feb 7 18:54:37 2020 by
380
+ Generated on Sun Aug 2 18:35:09 2020 by
367
381
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
368
- 0.9.20 (ruby-2.6.5).
382
+ 0.9.25 (ruby-2.6.5).
369
383
  </div>
370
384
 
371
385
  </div>
@@ -4,9 +4,9 @@
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
5
  <meta charset="utf-8" />
6
6
 
7
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
8
8
 
9
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
10
10
 
11
11
 
12
12
 
@@ -43,7 +43,7 @@
43
43
 
44
44
  <ul id="full_list" class="class">
45
45
  <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
- <li id='object_TermUtils' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="TermUtils.html" title="TermUtils (module)">TermUtils</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_TermUtils::AP' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="TermUtils/AP.html" title="TermUtils::AP (module)">AP</a></span><small class='search_info'>TermUtils</small></div><ul><li id='object_TermUtils::AP::Article' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Article.html" title="TermUtils::AP::Article (class)">Article</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Element' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Element.html" title="TermUtils::AP::Element (class)">Element</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Flag' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Flag.html" title="TermUtils::AP::Flag (class)">Flag</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Level' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Level.html" title="TermUtils::AP::Level (class)">Level</a></span> &lt; Element<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::NoSuchValueError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/NoSuchValueError.html" title="TermUtils::AP::NoSuchValueError (class)">NoSuchValueError</a></span> &lt; StandardError<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Parameter' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Parameter.html" title="TermUtils::AP::Parameter (class)">Parameter</a></span> &lt; Element<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::ParseError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/ParseError.html" title="TermUtils::AP::ParseError (class)">ParseError</a></span> &lt; StandardError<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Parser' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Parser.html" title="TermUtils::AP::Parser (class)">Parser</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Result' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Result.html" title="TermUtils::AP::Result (class)">Result</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Syntax' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Syntax.html" title="TermUtils::AP::Syntax (class)">Syntax</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::SyntaxError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/SyntaxError.html" title="TermUtils::AP::SyntaxError (class)">SyntaxError</a></span> &lt; StandardError<small class='search_info'>TermUtils::AP</small></div></li></ul></li><li id='object_TermUtils::FF' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="TermUtils/FF.html" title="TermUtils::FF (module)">FF</a></span><small class='search_info'>TermUtils</small></div><ul><li id='object_TermUtils::FF::Config' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/FF/Config.html" title="TermUtils::FF::Config (class)">Config</a></span> &lt; Object<small class='search_info'>TermUtils::FF</small></div></li><li id='object_TermUtils::FF::Cursor' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="TermUtils/FF/Cursor.html" title="TermUtils::FF::Cursor (class)">Cursor</a></span> &lt; Object<small class='search_info'>TermUtils::FF</small></div><ul><li id='object_TermUtils::FF::Cursor::Context' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="TermUtils/FF/Cursor/Context.html" title="TermUtils::FF::Cursor::Context (class)">Context</a></span> &lt; Struct<small class='search_info'>TermUtils::FF::Cursor</small></div></li></ul></li><li id='object_TermUtils::FF::Query' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/FF/Query.html" title="TermUtils::FF::Query (class)">Query</a></span> &lt; Object<small class='search_info'>TermUtils::FF</small></div></li></ul></li><li id='object_TermUtils::PropertyTreeNode' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="TermUtils/PropertyTreeNode.html" title="TermUtils::PropertyTreeNode (class)">PropertyTreeNode</a></span> &lt; Object<small class='search_info'>TermUtils</small></div></li><li id='object_TermUtils::Tab' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="TermUtils/Tab.html" title="TermUtils::Tab (module)">Tab</a></span><small class='search_info'>TermUtils</small></div><ul><li id='object_TermUtils::Tab::Column' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/Column.html" title="TermUtils::Tab::Column (class)">Column</a></span> &lt; Object<small class='search_info'>TermUtils::Tab</small></div></li><li id='object_TermUtils::Tab::Header' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/Header.html" title="TermUtils::Tab::Header (class)">Header</a></span> &lt; Object<small class='search_info'>TermUtils::Tab</small></div></li><li id='object_TermUtils::Tab::Holder' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/Holder.html" title="TermUtils::Tab::Holder (class)">Holder</a></span> &lt; Object<small class='search_info'>TermUtils::Tab</small></div></li><li id='object_TermUtils::Tab::Printer' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/Printer.html" title="TermUtils::Tab::Printer (class)">Printer</a></span> &lt; Object<small class='search_info'>TermUtils::Tab</small></div></li><li id='object_TermUtils::Tab::Table' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/Table.html" title="TermUtils::Tab::Table (class)">Table</a></span> &lt; Object<small class='search_info'>TermUtils::Tab</small></div></li><li id='object_TermUtils::Tab::TableError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/TableError.html" title="TermUtils::Tab::TableError (class)">TableError</a></span> &lt; StandardError<small class='search_info'>TermUtils::Tab</small></div></li></ul></li></ul></li>
46
+ <li id='object_TermUtils' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="TermUtils.html" title="TermUtils (module)">TermUtils</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_TermUtils::AP' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="TermUtils/AP.html" title="TermUtils::AP (module)">AP</a></span><small class='search_info'>TermUtils</small></div><ul><li id='object_TermUtils::AP::Article' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Article.html" title="TermUtils::AP::Article (class)">Article</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::ArticleResult' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/ArticleResult.html" title="TermUtils::AP::ArticleResult (class)">ArticleResult</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Flag' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Flag.html" title="TermUtils::AP::Flag (class)">Flag</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::NoSuchValueError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/NoSuchValueError.html" title="TermUtils::AP::NoSuchValueError (class)">NoSuchValueError</a></span> &lt; StandardError<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Parameter' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Parameter.html" title="TermUtils::AP::Parameter (class)">Parameter</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::ParameterResult' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/ParameterResult.html" title="TermUtils::AP::ParameterResult (class)">ParameterResult</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::ParameterWalkerHooks' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/ParameterWalkerHooks.html" title="TermUtils::AP::ParameterWalkerHooks (class)">ParameterWalkerHooks</a></span> &lt; Struct<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::ParseError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/ParseError.html" title="TermUtils::AP::ParseError (class)">ParseError</a></span> &lt; StandardError<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Parser' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Parser.html" title="TermUtils::AP::Parser (class)">Parser</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Result' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Result.html" title="TermUtils::AP::Result (class)">Result</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Syntax' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Syntax.html" title="TermUtils::AP::Syntax (class)">Syntax</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::SyntaxError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/SyntaxError.html" title="TermUtils::AP::SyntaxError (class)">SyntaxError</a></span> &lt; StandardError<small class='search_info'>TermUtils::AP</small></div></li><li id='object_TermUtils::AP::Walker' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/AP/Walker.html" title="TermUtils::AP::Walker (class)">Walker</a></span> &lt; Object<small class='search_info'>TermUtils::AP</small></div></li></ul></li><li id='object_TermUtils::FF' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="TermUtils/FF.html" title="TermUtils::FF (module)">FF</a></span><small class='search_info'>TermUtils</small></div><ul><li id='object_TermUtils::FF::Config' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/FF/Config.html" title="TermUtils::FF::Config (class)">Config</a></span> &lt; Object<small class='search_info'>TermUtils::FF</small></div></li><li id='object_TermUtils::FF::Context' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/FF/Context.html" title="TermUtils::FF::Context (class)">Context</a></span> &lt; Struct<small class='search_info'>TermUtils::FF</small></div></li><li id='object_TermUtils::FF::Entry' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/FF/Entry.html" title="TermUtils::FF::Entry (class)">Entry</a></span> &lt; Object<small class='search_info'>TermUtils::FF</small></div></li><li id='object_TermUtils::FF::Query' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/FF/Query.html" title="TermUtils::FF::Query (class)">Query</a></span> &lt; Object<small class='search_info'>TermUtils::FF</small></div></li></ul></li><li id='object_TermUtils::PropertyTreeNode' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="TermUtils/PropertyTreeNode.html" title="TermUtils::PropertyTreeNode (class)">PropertyTreeNode</a></span> &lt; Object<small class='search_info'>TermUtils</small></div></li><li id='object_TermUtils::Tab' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="TermUtils/Tab.html" title="TermUtils::Tab (module)">Tab</a></span><small class='search_info'>TermUtils</small></div><ul><li id='object_TermUtils::Tab::Column' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/Column.html" title="TermUtils::Tab::Column (class)">Column</a></span> &lt; Object<small class='search_info'>TermUtils::Tab</small></div></li><li id='object_TermUtils::Tab::Header' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/Header.html" title="TermUtils::Tab::Header (class)">Header</a></span> &lt; Object<small class='search_info'>TermUtils::Tab</small></div></li><li id='object_TermUtils::Tab::Holder' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/Holder.html" title="TermUtils::Tab::Holder (class)">Holder</a></span> &lt; Object<small class='search_info'>TermUtils::Tab</small></div></li><li id='object_TermUtils::Tab::Printer' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/Printer.html" title="TermUtils::Tab::Printer (class)">Printer</a></span> &lt; Object<small class='search_info'>TermUtils::Tab</small></div></li><li id='object_TermUtils::Tab::Table' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/Table.html" title="TermUtils::Tab::Table (class)">Table</a></span> &lt; Object<small class='search_info'>TermUtils::Tab</small></div></li><li id='object_TermUtils::Tab::TableError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="TermUtils/Tab/TableError.html" title="TermUtils::Tab::TableError (class)">TableError</a></span> &lt; StandardError<small class='search_info'>TermUtils::Tab</small></div></li></ul></li></ul></li>
47
47
 
48
48
  </ul>
49
49
  </div>
@@ -422,8 +422,8 @@ li.r2 { background: #fafafa; }
422
422
  #toc ol { padding-left: 1.8em; }
423
423
  #toc li { font-size: 1.1em; line-height: 1.7em; }
424
424
  #toc > ol > li { font-size: 1.1em; font-weight: bold; }
425
- #toc ol > ol { font-size: 0.9em; }
426
- #toc ol ol > ol { padding-left: 2.3em; }
425
+ #toc ol > li > ol { font-size: 0.9em; }
426
+ #toc ol ol > li > ol { padding-left: 2.3em; }
427
427
  #toc ol + li { margin-top: 0.3em; }
428
428
  #toc.hidden { padding: 10px; background: #fefefe; box-shadow: none; }
429
429
  #toc.hidden:hover { background: #fafafa; }
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.25
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "README";
19
19
  relpath = '';
20
20
  </script>
@@ -58,28 +58,66 @@
58
58
  </div>
59
59
 
60
60
  <div id="content"><div id='filecontents'>
61
- <h1 id="label-term_utils">term_utils</h1>
61
+ <h1 id="term_utils">term_utils</h1>
62
62
 
63
- <p>Terminal utilities for ruby.</p>
63
+ <h2 id="purpose">Purpose</h2>
64
64
 
65
- <h2 id="label-Purpose">Purpose</h2>
65
+ <p>Provides utilities like argument parsing, table formatting and file finding.</p>
66
66
 
67
- <p>Provides terminal utilities like table formatting.</p>
67
+ <h2 id="getting_started">Getting Started</h2>
68
68
 
69
- <h2 id="label-Content">Content</h2>
69
+ <p>Install term_utils at the command prompt:</p>
70
70
 
71
- <h3 id="label-Table+formatting">Table formatting</h3>
71
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_term_utils'>term_utils</span></code></pre>
72
+
73
+ <p>Require term_utils in the source file:</p>
74
+
75
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>term_utils</span><span class='tstring_end'>&#39;</span></span></code></pre>
76
+
77
+ <h2 id="content">Content</h2>
78
+
79
+ <h3 id="argument_parsing">Argument Parsing</h3>
80
+
81
+ <p>Exmaple:</p>
82
+
83
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>term_utils/ap</span><span class='tstring_end'>&#39;</span></span>
84
+ <span class='id identifier rubyid_syntax'>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="TermUtils/AP.html" title="TermUtils::AP (module)">AP</a></span></span><span class='period'>.</span><span class='id identifier rubyid_create_syntax'><span class='object_link'><a href="TermUtils/AP.html#create_syntax-class_method" title="TermUtils::AP.create_syntax (method)">create_syntax</a></span></span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_s'>s</span><span class='op'>|</span>
85
+ <span class='id identifier rubyid_s'>s</span><span class='period'>.</span><span class='id identifier rubyid_define_parameter'>define_parameter</span> <span class='symbol'>:limit</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span>
86
+ <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_define_flag'>define_flag</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>-l</span><span class='tstring_end'>&#39;</span></span>
87
+ <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_define_article'>define_article</span>
88
+ <span class='kw'>end</span>
89
+ <span class='id identifier rubyid_s'>s</span><span class='period'>.</span><span class='id identifier rubyid_define_parameter'>define_parameter</span> <span class='symbol'>:path</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span>
90
+ <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_max_occurs'>max_occurs</span> <span class='op'>=</span> <span class='kw'>nil</span>
91
+ <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_define_article'>define_article</span>
92
+ <span class='kw'>end</span>
93
+ <span class='kw'>end</span>
94
+ <span class='id identifier rubyid_limit'>limit</span> <span class='op'>=</span> <span class='kw'>nil</span>
95
+ <span class='id identifier rubyid_paths'>paths</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
96
+ <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="TermUtils/AP.html" title="TermUtils::AP (module)">AP</a></span></span><span class='period'>.</span><span class='id identifier rubyid_parse_arguments'><span class='object_link'><a href="TermUtils/AP.html#parse_arguments-class_method" title="TermUtils::AP.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='const'>ARGV</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_on'>on</span><span class='op'>|</span>
97
+ <span class='id identifier rubyid_on'>on</span><span class='period'>.</span><span class='id identifier rubyid_parameter'>parameter</span> <span class='symbol'>:limit</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span>
98
+ <span class='id identifier rubyid_limit'>limit</span> <span class='op'>=</span> <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
99
+ <span class='kw'>end</span>
100
+ <span class='id identifier rubyid_on'>on</span><span class='period'>.</span><span class='id identifier rubyid_parameter'>parameter</span> <span class='symbol'>:path</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span>
101
+ <span class='id identifier rubyid_paths'>paths</span> <span class='op'>&lt;&lt;</span> <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
102
+ <span class='kw'>end</span>
103
+ <span class='kw'>end</span>
104
+ <span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>limit: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_limit'>limit</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
105
+ <span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>paths:</span><span class='tstring_end'>&quot;</span></span>
106
+ <span class='id identifier rubyid_paths'>paths</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span> <span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'> </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_p'>p</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span> <span class='rbrace'>}</span></code></pre>
107
+
108
+ <p>See the <a href="manual/ARGUMENT_PARSING.md">manual</a> for more details.</p>
109
+
110
+ <h3 id="table_formatting">Table Formatting</h3>
72
111
 
73
112
  <p>Take the following table:</p>
74
113
 
75
- <pre class="code ruby"><code class="ruby"> id string8 string16
76
- ---- -------- ----------------
77
- 1 Fiat Lux Fiat Lux
78
- 2 Alea ... Alea jacta est
79
- 3 Audac... Audaces fortuna juvat
80
- ---- -------- ----------------
81
- id string8 string16
82
- </code></pre>
114
+ <pre class="code ruby"><code class="ruby"> <span class='id identifier rubyid_id'>id</span> <span class='id identifier rubyid_string8'>string8</span> <span class='id identifier rubyid_string16'>string16</span></code></pre>
115
+ <hr />
116
+ <pre class="code ruby"><code class="ruby"> 1 Fiat Lux Fiat Lux
117
+ 2 Alea ... Alea jacta est
118
+ 3 Audac... Audaces fortuna juvat</code></pre>
119
+ <hr />
120
+ <pre class="code ruby"><code class="ruby"> <span class='id identifier rubyid_id'>id</span> <span class='id identifier rubyid_string8'>string8</span> <span class='id identifier rubyid_string16'>string16</span></code></pre>
83
121
 
84
122
  <p>You can produce it with the following code:</p>
85
123
 
@@ -106,30 +144,25 @@
106
144
  <span class='id identifier rubyid_tpr'>tpr</span><span class='period'>.</span><span class='id identifier rubyid_separator'>separator</span>
107
145
  <span class='id identifier rubyid_tpr'>tpr</span><span class='period'>.</span><span class='id identifier rubyid_header'>header</span>
108
146
  <span class='id identifier rubyid_tpr'>tpr</span><span class='period'>.</span><span class='id identifier rubyid_line'>line</span>
109
- <span class='kw'>end</span>
110
- </code></pre>
111
-
112
- <h3 id="label-Argument+Parsing">Argument Parsing</h3>
113
-
114
- <p>The Argument Parsing module provides a way to parse command line arguments.</p>
147
+ <span class='kw'>end</span></code></pre>
115
148
 
116
- <p>See Samples.</p>
149
+ <h3 id="file_finding">File Finding</h3>
117
150
 
118
- <h3 id="label-File+Finder">File Finder</h3>
151
+ <p>The File Finding module provides a way to query the filesystem.</p>
119
152
 
120
- <p>The File Finder module provides a way to query the filesystem.</p>
153
+ <h2 id="version_history">Version History</h2>
121
154
 
122
- <p>See the samples.</p>
155
+ <p><a href="CHANGELOG.md">CHANGELOG</a></p>
123
156
 
124
- <h2 id="label-License">License</h2>
157
+ <h2 id="license">License</h2>
125
158
 
126
159
  <p>GPL-3.0-only.</p>
127
160
  </div></div>
128
161
 
129
162
  <div id="footer">
130
- Generated on Fri Feb 7 18:54:38 2020 by
163
+ Generated on Sun Aug 2 18:35:09 2020 by
131
164
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
132
- 0.9.20 (ruby-2.6.5).
165
+ 0.9.25 (ruby-2.6.5).
133
166
  </div>
134
167
 
135
168
  </div>
@@ -4,9 +4,9 @@
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
5
  <meta charset="utf-8" />
6
6
 
7
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
8
8
 
9
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
10
10
 
11
11
 
12
12
 
@@ -2,9 +2,9 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>Documentation by YARD 0.9.20</title>
5
+ <title>Documentation by YARD 0.9.25</title>
6
6
  </head>
7
- <script type="text/javascript" charset="utf-8">
7
+ <script type="text/javascript">
8
8
  var match = unescape(window.location.hash).match(/^#!(.+)/);
9
9
  var name = match ? match[1] : 'index.html';
10
10
  name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.25
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "README";
19
19
  relpath = '';
20
20
  </script>
@@ -58,28 +58,66 @@
58
58
  </div>
59
59
 
60
60
  <div id="content"><div id='filecontents'>
61
- <h1 id="label-term_utils">term_utils</h1>
61
+ <h1 id="term_utils">term_utils</h1>
62
62
 
63
- <p>Terminal utilities for ruby.</p>
63
+ <h2 id="purpose">Purpose</h2>
64
64
 
65
- <h2 id="label-Purpose">Purpose</h2>
65
+ <p>Provides utilities like argument parsing, table formatting and file finding.</p>
66
66
 
67
- <p>Provides terminal utilities like table formatting.</p>
67
+ <h2 id="getting_started">Getting Started</h2>
68
68
 
69
- <h2 id="label-Content">Content</h2>
69
+ <p>Install term_utils at the command prompt:</p>
70
70
 
71
- <h3 id="label-Table+formatting">Table formatting</h3>
71
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_term_utils'>term_utils</span></code></pre>
72
+
73
+ <p>Require term_utils in the source file:</p>
74
+
75
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>term_utils</span><span class='tstring_end'>&#39;</span></span></code></pre>
76
+
77
+ <h2 id="content">Content</h2>
78
+
79
+ <h3 id="argument_parsing">Argument Parsing</h3>
80
+
81
+ <p>Exmaple:</p>
82
+
83
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>term_utils/ap</span><span class='tstring_end'>&#39;</span></span>
84
+ <span class='id identifier rubyid_syntax'>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="TermUtils/AP.html" title="TermUtils::AP (module)">AP</a></span></span><span class='period'>.</span><span class='id identifier rubyid_create_syntax'><span class='object_link'><a href="TermUtils/AP.html#create_syntax-class_method" title="TermUtils::AP.create_syntax (method)">create_syntax</a></span></span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_s'>s</span><span class='op'>|</span>
85
+ <span class='id identifier rubyid_s'>s</span><span class='period'>.</span><span class='id identifier rubyid_define_parameter'>define_parameter</span> <span class='symbol'>:limit</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span>
86
+ <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_define_flag'>define_flag</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>-l</span><span class='tstring_end'>&#39;</span></span>
87
+ <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_define_article'>define_article</span>
88
+ <span class='kw'>end</span>
89
+ <span class='id identifier rubyid_s'>s</span><span class='period'>.</span><span class='id identifier rubyid_define_parameter'>define_parameter</span> <span class='symbol'>:path</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span>
90
+ <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_max_occurs'>max_occurs</span> <span class='op'>=</span> <span class='kw'>nil</span>
91
+ <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_define_article'>define_article</span>
92
+ <span class='kw'>end</span>
93
+ <span class='kw'>end</span>
94
+ <span class='id identifier rubyid_limit'>limit</span> <span class='op'>=</span> <span class='kw'>nil</span>
95
+ <span class='id identifier rubyid_paths'>paths</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
96
+ <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="TermUtils/AP.html" title="TermUtils::AP (module)">AP</a></span></span><span class='period'>.</span><span class='id identifier rubyid_parse_arguments'><span class='object_link'><a href="TermUtils/AP.html#parse_arguments-class_method" title="TermUtils::AP.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='const'>ARGV</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_on'>on</span><span class='op'>|</span>
97
+ <span class='id identifier rubyid_on'>on</span><span class='period'>.</span><span class='id identifier rubyid_parameter'>parameter</span> <span class='symbol'>:limit</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span>
98
+ <span class='id identifier rubyid_limit'>limit</span> <span class='op'>=</span> <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
99
+ <span class='kw'>end</span>
100
+ <span class='id identifier rubyid_on'>on</span><span class='period'>.</span><span class='id identifier rubyid_parameter'>parameter</span> <span class='symbol'>:path</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span>
101
+ <span class='id identifier rubyid_paths'>paths</span> <span class='op'>&lt;&lt;</span> <span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
102
+ <span class='kw'>end</span>
103
+ <span class='kw'>end</span>
104
+ <span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>limit: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_limit'>limit</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
105
+ <span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>paths:</span><span class='tstring_end'>&quot;</span></span>
106
+ <span class='id identifier rubyid_paths'>paths</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span> <span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'> </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_p'>p</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span> <span class='rbrace'>}</span></code></pre>
107
+
108
+ <p>See the <a href="manual/ARGUMENT_PARSING.md">manual</a> for more details.</p>
109
+
110
+ <h3 id="table_formatting">Table Formatting</h3>
72
111
 
73
112
  <p>Take the following table:</p>
74
113
 
75
- <pre class="code ruby"><code class="ruby"> id string8 string16
76
- ---- -------- ----------------
77
- 1 Fiat Lux Fiat Lux
78
- 2 Alea ... Alea jacta est
79
- 3 Audac... Audaces fortuna juvat
80
- ---- -------- ----------------
81
- id string8 string16
82
- </code></pre>
114
+ <pre class="code ruby"><code class="ruby"> <span class='id identifier rubyid_id'>id</span> <span class='id identifier rubyid_string8'>string8</span> <span class='id identifier rubyid_string16'>string16</span></code></pre>
115
+ <hr />
116
+ <pre class="code ruby"><code class="ruby"> 1 Fiat Lux Fiat Lux
117
+ 2 Alea ... Alea jacta est
118
+ 3 Audac... Audaces fortuna juvat</code></pre>
119
+ <hr />
120
+ <pre class="code ruby"><code class="ruby"> <span class='id identifier rubyid_id'>id</span> <span class='id identifier rubyid_string8'>string8</span> <span class='id identifier rubyid_string16'>string16</span></code></pre>
83
121
 
84
122
  <p>You can produce it with the following code:</p>
85
123
 
@@ -106,30 +144,25 @@
106
144
  <span class='id identifier rubyid_tpr'>tpr</span><span class='period'>.</span><span class='id identifier rubyid_separator'>separator</span>
107
145
  <span class='id identifier rubyid_tpr'>tpr</span><span class='period'>.</span><span class='id identifier rubyid_header'>header</span>
108
146
  <span class='id identifier rubyid_tpr'>tpr</span><span class='period'>.</span><span class='id identifier rubyid_line'>line</span>
109
- <span class='kw'>end</span>
110
- </code></pre>
111
-
112
- <h3 id="label-Argument+Parsing">Argument Parsing</h3>
113
-
114
- <p>The Argument Parsing module provides a way to parse command line arguments.</p>
147
+ <span class='kw'>end</span></code></pre>
115
148
 
116
- <p>See Samples.</p>
149
+ <h3 id="file_finding">File Finding</h3>
117
150
 
118
- <h3 id="label-File+Finder">File Finder</h3>
151
+ <p>The File Finding module provides a way to query the filesystem.</p>
119
152
 
120
- <p>The File Finder module provides a way to query the filesystem.</p>
153
+ <h2 id="version_history">Version History</h2>
121
154
 
122
- <p>See the samples.</p>
155
+ <p><a href="CHANGELOG.md">CHANGELOG</a></p>
123
156
 
124
- <h2 id="label-License">License</h2>
157
+ <h2 id="license">License</h2>
125
158
 
126
159
  <p>GPL-3.0-only.</p>
127
160
  </div></div>
128
161
 
129
162
  <div id="footer">
130
- Generated on Fri Feb 7 18:54:38 2020 by
163
+ Generated on Sun Aug 2 18:35:09 2020 by
131
164
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
132
- 0.9.20 (ruby-2.6.5).
165
+ 0.9.25 (ruby-2.6.5).
133
166
  </div>
134
167
 
135
168
  </div>