rubu 0.0.1

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.
@@ -0,0 +1,315 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Class: Rubu::RubyCommand
8
+
9
+ &mdash; Documentation by YARD 0.8.7.6
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
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../';
20
+ framesUrl = "../frames.html#!Rubu/RubyCommand.html";
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="../_index.html">Index (R)</a> &raquo;
35
+ <span class='title'><span class='object_link'><a href="../Rubu.html" title="Rubu (module)">Rubu</a></span></span>
36
+ &raquo;
37
+ <span class="title">RubyCommand</span>
38
+
39
+
40
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
+ </div>
42
+
43
+ <div id="search">
44
+
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="../class_list.html">
47
+ Class List
48
+ </a>
49
+
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="../method_list.html">
52
+ Method List
53
+ </a>
54
+
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="../file_list.html">
57
+ File List
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <iframe id="search_frame"></iframe>
65
+
66
+ <div id="content"><h1>Class: Rubu::RubyCommand
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+ <dt class="r1">Inherits:</dt>
75
+ <dd class="r1">
76
+ <span class="inheritName"><span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></span>
77
+
78
+ <ul class="fullTree">
79
+ <li>Object</li>
80
+
81
+ <li class="next"><span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></li>
82
+
83
+ <li class="next">Rubu::RubyCommand</li>
84
+
85
+ </ul>
86
+ <a href="#" class="inheritanceTree">show all</a>
87
+
88
+ </dd>
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+ <dt class="r2 last">Defined in:</dt>
99
+ <dd class="r2 last">lib/rubu.rb</dd>
100
+
101
+ </dl>
102
+ <div class="clear"></div>
103
+
104
+ <h2>Overview</h2><div class="docstring">
105
+ <div class="discussion">
106
+
107
+ <p>Ruby based command.</p>
108
+
109
+
110
+ </div>
111
+ </div>
112
+ <div class="tags">
113
+
114
+
115
+ </div>
116
+
117
+
118
+
119
+
120
+
121
+ <h2>Instance Attribute Summary</h2>
122
+
123
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></h3>
124
+ <p class="inherited"><span class='object_link'><a href="Action.html#errmsg-instance_method" title="Rubu::Action#errmsg (method)">#errmsg</a></span>, <span class='object_link'><a href="Action.html#output-instance_method" title="Rubu::Action#output (method)">#output</a></span>, <span class='object_link'><a href="Action.html#status-instance_method" title="Rubu::Action#status (method)">#status</a></span>, <span class='object_link'><a href="Action.html#subs-instance_method" title="Rubu::Action#subs (method)">#subs</a></span></p>
125
+
126
+
127
+
128
+ <h2>
129
+ Instance Method Summary
130
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
131
+ </h2>
132
+
133
+ <ul class="summary">
134
+
135
+ <li class="public ">
136
+ <span class="summary_signature">
137
+
138
+ <a href="#initialize-instance_method" title="#initialize (instance method)">- (RubyCommand) <strong>initialize</strong>(desc = nil, &amp;cmd) </a>
139
+
140
+
141
+
142
+ </span>
143
+
144
+
145
+ <span class="note title constructor">constructor</span>
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <span class="summary_desc"><div class='inline'>
155
+ <p>A new instance of RubyCommand.</p>
156
+ </div></span>
157
+
158
+ </li>
159
+
160
+
161
+ <li class="public ">
162
+ <span class="summary_signature">
163
+
164
+ <a href="#run-instance_method" title="#run (instance method)">- (Object) <strong>run</strong> </a>
165
+
166
+
167
+
168
+ </span>
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+ <span class="summary_desc"><div class='inline'></div></span>
179
+
180
+ </li>
181
+
182
+
183
+ </ul>
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></h3>
196
+ <p class="inherited"><span class='object_link'><a href="Action.html#display-instance_method" title="Rubu::Action#display (method)">#display</a></span>, <span class='object_link'><a href="Action.html#error-instance_method" title="Rubu::Action#error (method)">#error</a></span>, <span class='object_link'><a href="Action.html#host-instance_method" title="Rubu::Action#host (method)">#host</a></span>, <span class='object_link'><a href="Action.html#host_in-instance_method" title="Rubu::Action#host_in (method)">#host_in</a></span>, <span class='object_link'><a href="Action.html#host_out-instance_method" title="Rubu::Action#host_out (method)">#host_out</a></span>, <span class='object_link'><a href="Action.html#pick-instance_method" title="Rubu::Action#pick (method)">#pick</a></span>, <span class='object_link'><a href="Action.html#use-instance_method" title="Rubu::Action#use (method)">#use</a></span></p>
197
+ <div id="constructor_details" class="method_details_list">
198
+ <h2>Constructor Details</h2>
199
+
200
+ <div class="method_details first">
201
+ <h3 class="signature first" id="initialize-instance_method">
202
+
203
+ - (<tt><span class='object_link'><a href="" title="Rubu::RubyCommand (class)">RubyCommand</a></span></tt>) <strong>initialize</strong>(desc = nil, &amp;cmd)
204
+
205
+
206
+
207
+
208
+
209
+ </h3><div class="docstring">
210
+ <div class="discussion">
211
+
212
+ <p>Returns a new instance of RubyCommand</p>
213
+
214
+
215
+ </div>
216
+ </div>
217
+ <div class="tags">
218
+
219
+
220
+ </div><table class="source_code">
221
+ <tr>
222
+ <td>
223
+ <pre class="lines">
224
+
225
+
226
+ 150
227
+ 151
228
+ 152
229
+ 153
230
+ 154</pre>
231
+ </td>
232
+ <td>
233
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 150</span>
234
+
235
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_desc'>desc</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
236
+ <span class='kw'>super</span><span class='lparen'>(</span><span class='rparen'>)</span>
237
+ <span class='ivar'>@desc</span> <span class='op'>=</span> <span class='id identifier rubyid_desc'>desc</span>
238
+ <span class='ivar'>@cmd</span> <span class='op'>=</span> <span class='id identifier rubyid_cmd'>cmd</span>
239
+ <span class='kw'>end</span></pre>
240
+ </td>
241
+ </tr>
242
+ </table>
243
+ </div>
244
+
245
+ </div>
246
+
247
+
248
+ <div id="instance_method_details" class="method_details_list">
249
+ <h2>Instance Method Details</h2>
250
+
251
+
252
+ <div class="method_details first">
253
+ <h3 class="signature first" id="run-instance_method">
254
+
255
+ - (<tt>Object</tt>) <strong>run</strong>
256
+
257
+
258
+
259
+
260
+
261
+ </h3><table class="source_code">
262
+ <tr>
263
+ <td>
264
+ <pre class="lines">
265
+
266
+
267
+ 156
268
+ 157
269
+ 158
270
+ 159
271
+ 160
272
+ 161
273
+ 162
274
+ 163
275
+ 164
276
+ 165
277
+ 166
278
+ 167
279
+ 168
280
+ 169</pre>
281
+ </td>
282
+ <td>
283
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 156</span>
284
+
285
+ <span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span>
286
+ <span class='kw'>begin</span>
287
+ <span class='id identifier rubyid_ret'>ret</span> <span class='op'>=</span> <span class='id identifier rubyid_instance_eval'>instance_eval</span><span class='lparen'>(</span> <span class='op'>&amp;</span><span class='ivar'>@cmd</span> <span class='rparen'>)</span>
288
+ <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:success</span>
289
+ <span class='kw'>if</span> <span class='ivar'>@desc</span> <span class='op'>&amp;&amp;</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:verbose</span> <span class='rbracket'>]</span>
290
+ <span class='const'>STDOUT</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span> <span class='ivar'>@desc</span>
291
+ <span class='kw'>end</span>
292
+ <span class='kw'>rescue</span> <span class='op'>=&gt;</span> <span class='id identifier rubyid_f'>f</span>
293
+ <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:error</span>
294
+ <span class='id identifier rubyid_error'>error</span><span class='lparen'>(</span> <span class='id identifier rubyid_f'>f</span><span class='period'>.</span><span class='id identifier rubyid_backtrace'>backtrace</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>\n</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='rparen'>)</span>
295
+ <span class='kw'>end</span>
296
+
297
+ <span class='kw'>self</span>
298
+ <span class='kw'>end</span></pre>
299
+ </td>
300
+ </tr>
301
+ </table>
302
+ </div>
303
+
304
+ </div>
305
+
306
+ </div>
307
+
308
+ <div id="footer">
309
+ Generated on Fri Jun 29 10:04:07 2018 by
310
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
311
+ 0.8.7.6 (ruby-2.3.3).
312
+ </div>
313
+
314
+ </body>
315
+ </html>
@@ -0,0 +1,333 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Class: Rubu::ShellCommand
8
+
9
+ &mdash; Documentation by YARD 0.8.7.6
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
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../';
20
+ framesUrl = "../frames.html#!Rubu/ShellCommand.html";
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="../_index.html">Index (S)</a> &raquo;
35
+ <span class='title'><span class='object_link'><a href="../Rubu.html" title="Rubu (module)">Rubu</a></span></span>
36
+ &raquo;
37
+ <span class="title">ShellCommand</span>
38
+
39
+
40
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
+ </div>
42
+
43
+ <div id="search">
44
+
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="../class_list.html">
47
+ Class List
48
+ </a>
49
+
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="../method_list.html">
52
+ Method List
53
+ </a>
54
+
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="../file_list.html">
57
+ File List
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <iframe id="search_frame"></iframe>
65
+
66
+ <div id="content"><h1>Class: Rubu::ShellCommand
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+ <dt class="r1">Inherits:</dt>
75
+ <dd class="r1">
76
+ <span class="inheritName"><span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></span>
77
+
78
+ <ul class="fullTree">
79
+ <li>Object</li>
80
+
81
+ <li class="next"><span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></li>
82
+
83
+ <li class="next">Rubu::ShellCommand</li>
84
+
85
+ </ul>
86
+ <a href="#" class="inheritanceTree">show all</a>
87
+
88
+ </dd>
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+ <dt class="r2 last">Defined in:</dt>
99
+ <dd class="r2 last">lib/rubu.rb</dd>
100
+
101
+ </dl>
102
+ <div class="clear"></div>
103
+
104
+ <h2>Overview</h2><div class="docstring">
105
+ <div class="discussion">
106
+
107
+ <p>Shell based command.</p>
108
+
109
+
110
+ </div>
111
+ </div>
112
+ <div class="tags">
113
+
114
+
115
+ </div>
116
+
117
+
118
+
119
+
120
+
121
+ <h2>Instance Attribute Summary</h2>
122
+
123
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></h3>
124
+ <p class="inherited"><span class='object_link'><a href="Action.html#errmsg-instance_method" title="Rubu::Action#errmsg (method)">#errmsg</a></span>, <span class='object_link'><a href="Action.html#output-instance_method" title="Rubu::Action#output (method)">#output</a></span>, <span class='object_link'><a href="Action.html#status-instance_method" title="Rubu::Action#status (method)">#status</a></span>, <span class='object_link'><a href="Action.html#subs-instance_method" title="Rubu::Action#subs (method)">#subs</a></span></p>
125
+
126
+
127
+
128
+ <h2>
129
+ Instance Method Summary
130
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
131
+ </h2>
132
+
133
+ <ul class="summary">
134
+
135
+ <li class="public ">
136
+ <span class="summary_signature">
137
+
138
+ <a href="#initialize-instance_method" title="#initialize (instance method)">- (ShellCommand) <strong>initialize</strong>(cmd) </a>
139
+
140
+
141
+
142
+ </span>
143
+
144
+
145
+ <span class="note title constructor">constructor</span>
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <span class="summary_desc"><div class='inline'>
155
+ <p>A new instance of ShellCommand.</p>
156
+ </div></span>
157
+
158
+ </li>
159
+
160
+
161
+ <li class="public ">
162
+ <span class="summary_signature">
163
+
164
+ <a href="#run-instance_method" title="#run (instance method)">- (Object) <strong>run</strong> </a>
165
+
166
+
167
+
168
+ </span>
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+ <span class="summary_desc"><div class='inline'></div></span>
179
+
180
+ </li>
181
+
182
+
183
+ </ul>
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></h3>
196
+ <p class="inherited"><span class='object_link'><a href="Action.html#display-instance_method" title="Rubu::Action#display (method)">#display</a></span>, <span class='object_link'><a href="Action.html#error-instance_method" title="Rubu::Action#error (method)">#error</a></span>, <span class='object_link'><a href="Action.html#host-instance_method" title="Rubu::Action#host (method)">#host</a></span>, <span class='object_link'><a href="Action.html#host_in-instance_method" title="Rubu::Action#host_in (method)">#host_in</a></span>, <span class='object_link'><a href="Action.html#host_out-instance_method" title="Rubu::Action#host_out (method)">#host_out</a></span>, <span class='object_link'><a href="Action.html#pick-instance_method" title="Rubu::Action#pick (method)">#pick</a></span>, <span class='object_link'><a href="Action.html#use-instance_method" title="Rubu::Action#use (method)">#use</a></span></p>
197
+ <div id="constructor_details" class="method_details_list">
198
+ <h2>Constructor Details</h2>
199
+
200
+ <div class="method_details first">
201
+ <h3 class="signature first" id="initialize-instance_method">
202
+
203
+ - (<tt><span class='object_link'><a href="" title="Rubu::ShellCommand (class)">ShellCommand</a></span></tt>) <strong>initialize</strong>(cmd)
204
+
205
+
206
+
207
+
208
+
209
+ </h3><div class="docstring">
210
+ <div class="discussion">
211
+
212
+ <p>Returns a new instance of ShellCommand</p>
213
+
214
+
215
+ </div>
216
+ </div>
217
+ <div class="tags">
218
+
219
+
220
+ </div><table class="source_code">
221
+ <tr>
222
+ <td>
223
+ <pre class="lines">
224
+
225
+
226
+ 115
227
+ 116
228
+ 117
229
+ 118</pre>
230
+ </td>
231
+ <td>
232
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 115</span>
233
+
234
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
235
+ <span class='kw'>super</span><span class='lparen'>(</span><span class='rparen'>)</span>
236
+ <span class='ivar'>@cmd</span> <span class='op'>=</span> <span class='id identifier rubyid_cmd'>cmd</span>
237
+ <span class='kw'>end</span></pre>
238
+ </td>
239
+ </tr>
240
+ </table>
241
+ </div>
242
+
243
+ </div>
244
+
245
+
246
+ <div id="instance_method_details" class="method_details_list">
247
+ <h2>Instance Method Details</h2>
248
+
249
+
250
+ <div class="method_details first">
251
+ <h3 class="signature first" id="run-instance_method">
252
+
253
+ - (<tt>Object</tt>) <strong>run</strong>
254
+
255
+
256
+
257
+
258
+
259
+ </h3><table class="source_code">
260
+ <tr>
261
+ <td>
262
+ <pre class="lines">
263
+
264
+
265
+ 120
266
+ 121
267
+ 122
268
+ 123
269
+ 124
270
+ 125
271
+ 126
272
+ 127
273
+ 128
274
+ 129
275
+ 130
276
+ 131
277
+ 132
278
+ 133
279
+ 134
280
+ 135
281
+ 136
282
+ 137
283
+ 138
284
+ 139
285
+ 140
286
+ 141
287
+ 142
288
+ 143</pre>
289
+ </td>
290
+ <td>
291
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 120</span>
292
+
293
+ <span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span>
294
+ <span class='kw'>begin</span>
295
+ <span class='id identifier rubyid_stdout'>stdout</span><span class='comma'>,</span> <span class='id identifier rubyid_stderr'>stderr</span><span class='comma'>,</span> <span class='id identifier rubyid_status'>status</span> <span class='op'>=</span> <span class='const'>Open3</span><span class='period'>.</span><span class='id identifier rubyid_capture3'>capture3</span><span class='lparen'>(</span> <span class='ivar'>@cmd</span> <span class='rparen'>)</span>
296
+
297
+ <span class='kw'>if</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:verbose</span> <span class='rbracket'>]</span>
298
+ <span class='const'>STDOUT</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span> <span class='ivar'>@cmd</span>
299
+ <span class='kw'>end</span>
300
+
301
+ <span class='kw'>if</span> <span class='id identifier rubyid_status'>status</span><span class='period'>.</span><span class='id identifier rubyid_exitstatus'>exitstatus</span> <span class='op'>==</span> <span class='int'>0</span>
302
+ <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:success</span>
303
+ <span class='kw'>else</span>
304
+ <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:error</span>
305
+ <span class='id identifier rubyid_error'>error</span><span class='lparen'>(</span> <span class='id identifier rubyid_stderr'>stderr</span> <span class='rparen'>)</span>
306
+ <span class='kw'>end</span>
307
+
308
+ <span class='kw'>rescue</span>
309
+
310
+ <span class='id identifier rubyid_error'>error</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Invalid command: \&quot;</span><span class='embexpr_beg'>#{</span><span class='ivar'>@cmd</span><span class='embexpr_end'>}</span><span class='tstring_content'>\&quot;...</span><span class='tstring_end'>&quot;</span></span> <span class='rparen'>)</span>
311
+ <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:error</span>
312
+
313
+ <span class='kw'>end</span>
314
+
315
+ <span class='kw'>self</span>
316
+ <span class='kw'>end</span></pre>
317
+ </td>
318
+ </tr>
319
+ </table>
320
+ </div>
321
+
322
+ </div>
323
+
324
+ </div>
325
+
326
+ <div id="footer">
327
+ Generated on Fri Jun 29 10:04:07 2018 by
328
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
329
+ 0.8.7.6 (ruby-2.3.3).
330
+ </div>
331
+
332
+ </body>
333
+ </html>