term_utils 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -1
  3. data/Rakefile +22 -13
  4. data/doc/TermUtils/AP/Article.html +1 -1
  5. data/doc/TermUtils/AP/Element.html +1 -1
  6. data/doc/TermUtils/AP/Flag.html +1 -1
  7. data/doc/TermUtils/AP/Level.html +1 -1
  8. data/doc/TermUtils/AP/NoSuchValueError.html +1 -1
  9. data/doc/TermUtils/AP/Parameter.html +1 -1
  10. data/doc/TermUtils/AP/ParseError.html +1 -1
  11. data/doc/TermUtils/AP/Parser.html +1 -1
  12. data/doc/TermUtils/AP/Result.html +202 -67
  13. data/doc/TermUtils/AP/Syntax.html +1 -1
  14. data/doc/TermUtils/AP/SyntaxError.html +1 -1
  15. data/doc/TermUtils/AP.html +1 -1
  16. data/doc/TermUtils/FF/Config.html +1 -1
  17. data/doc/TermUtils/FF/Cursor/Context.html +1 -1
  18. data/doc/TermUtils/FF/Cursor.html +1 -1
  19. data/doc/TermUtils/FF/Query.html +1 -1
  20. data/doc/TermUtils/FF.html +1 -1
  21. data/doc/TermUtils/PropertyTreeNode.html +1 -1
  22. data/doc/TermUtils/Tab/Column.html +170 -199
  23. data/doc/TermUtils/Tab/Header.html +536 -0
  24. data/doc/TermUtils/Tab/Holder.html +570 -34
  25. data/doc/TermUtils/Tab/Printer.html +50 -50
  26. data/doc/TermUtils/Tab/Table.html +675 -119
  27. data/doc/TermUtils/Tab/TableError.html +217 -0
  28. data/doc/TermUtils/Tab.html +1016 -45
  29. data/doc/TermUtils.html +1 -1
  30. data/doc/_index.html +15 -1
  31. data/doc/class_list.html +1 -1
  32. data/doc/file.README.html +1 -1
  33. data/doc/index.html +1 -1
  34. data/doc/method_list.html +261 -69
  35. data/doc/top-level-namespace.html +1 -1
  36. data/lib/term_utils/ap/result.rb +23 -1
  37. data/lib/term_utils/tab.rb +255 -68
  38. data/term_utils.gemspec +2 -2
  39. metadata +4 -3
  40. data/doc/TermUtils/AP/ResultView.html +0 -597
@@ -0,0 +1,217 @@
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
+ Exception: TermUtils::Tab::TableError
8
+
9
+ &mdash; Documentation by YARD 0.9.20
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "TermUtils::Tab::TableError";
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 (T)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../TermUtils.html" title="TermUtils (module)">TermUtils</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Tab.html" title="TermUtils::Tab (module)">Tab</a></span></span>
41
+ &raquo;
42
+ <span class="title">TableError</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>Exception: TermUtils::Tab::TableError
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">StandardError</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">StandardError</li>
78
+
79
+ <li class="next">TermUtils::Tab::TableError</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/term_utils/tab.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+ <h2>Overview</h2><div class="docstring">
105
+ <div class="discussion">
106
+
107
+ <p>Represents a table error.</p>
108
+
109
+
110
+ </div>
111
+ </div>
112
+ <div class="tags">
113
+
114
+
115
+ </div>
116
+
117
+
118
+
119
+
120
+
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; TableError </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 TableError.</p>
151
+ </div></span>
152
+
153
+ </li>
154
+
155
+
156
+ </ul>
157
+
158
+
159
+
160
+ <div id="constructor_details" class="method_details_list">
161
+ <h2>Constructor Details</h2>
162
+
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::Tab::TableError (class)">TableError</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 TableError</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
+ 21
190
+ 22
191
+ 23</pre>
192
+ </td>
193
+ <td>
194
+ <pre class="code"><span class="info file"># File 'lib/term_utils/tab.rb', line 21</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
+
207
+ </div>
208
+
209
+ <div id="footer">
210
+ Generated on Sat Nov 16 17:06:15 2019 by
211
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
212
+ 0.9.20 (ruby-2.6.5).
213
+ </div>
214
+
215
+ </div>
216
+ </body>
217
+ </html>