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,377 @@
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
+ Module: Rubu::FlowRun
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/FlowRun.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 (F)</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">FlowRun</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>Module: Rubu::FlowRun
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+ <dt class="r1">Included in:</dt>
81
+ <dd class="r1"><span class='object_link'><a href="Build.html" title="Rubu::Build (class)">Build</a></span>, <span class='object_link'><a href="Flow.html" title="Rubu::Flow (class)">Flow</a></span></dd>
82
+
83
+
84
+
85
+ <dt class="r2 last">Defined in:</dt>
86
+ <dd class="r2 last">lib/rubu.rb</dd>
87
+
88
+ </dl>
89
+ <div class="clear"></div>
90
+
91
+ <h2>Overview</h2><div class="docstring">
92
+ <div class="discussion">
93
+
94
+ <p>Flow execution methods.</p>
95
+
96
+
97
+ </div>
98
+ </div>
99
+ <div class="tags">
100
+
101
+
102
+ </div>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ <h2>
111
+ Instance Method Summary
112
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
113
+ </h2>
114
+
115
+ <ul class="summary">
116
+
117
+ <li class="public ">
118
+ <span class="summary_signature">
119
+
120
+ <a href="#parallel_run-instance_method" title="#parallel_run (instance method)">- (Object) <strong>parallel_run</strong> </a>
121
+
122
+
123
+
124
+ </span>
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+ <span class="summary_desc"><div class='inline'></div></span>
135
+
136
+ </li>
137
+
138
+
139
+ <li class="public ">
140
+ <span class="summary_signature">
141
+
142
+ <a href="#serial_run-instance_method" title="#serial_run (instance method)">- (Object) <strong>serial_run</strong> </a>
143
+
144
+
145
+
146
+ </span>
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+ <span class="summary_desc"><div class='inline'></div></span>
157
+
158
+ </li>
159
+
160
+
161
+ </ul>
162
+
163
+
164
+
165
+
166
+ <div id="instance_method_details" class="method_details_list">
167
+ <h2>Instance Method Details</h2>
168
+
169
+
170
+ <div class="method_details first">
171
+ <h3 class="signature first" id="parallel_run-instance_method">
172
+
173
+ - (<tt>Object</tt>) <strong>parallel_run</strong>
174
+
175
+
176
+
177
+
178
+
179
+ </h3><table class="source_code">
180
+ <tr>
181
+ <td>
182
+ <pre class="lines">
183
+
184
+
185
+ 189
186
+ 190
187
+ 191
188
+ 192
189
+ 193
190
+ 194
191
+ 195
192
+ 196
193
+ 197
194
+ 198
195
+ 199
196
+ 200
197
+ 201
198
+ 202
199
+ 203
200
+ 204
201
+ 205
202
+ 206
203
+ 207
204
+ 208
205
+ 209
206
+ 210
207
+ 211
208
+ 212
209
+ 213
210
+ 214
211
+ 215
212
+ 216
213
+ 217
214
+ 218
215
+ 219
216
+ 220
217
+ 221
218
+ 222
219
+ 223
220
+ 224
221
+ 225
222
+ 226
223
+ 227
224
+ 228
225
+ 229
226
+ 230
227
+ 231
228
+ 232
229
+ 233
230
+ 234
231
+ 235
232
+ 236
233
+ 237
234
+ 238
235
+ 239
236
+ 240
237
+ 241
238
+ 242
239
+ 243
240
+ 244
241
+ 245
242
+ 246
243
+ 247
244
+ 248
245
+ 249
246
+ 250</pre>
247
+ </td>
248
+ <td>
249
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 189</span>
250
+
251
+ <span class='kw'>def</span> <span class='id identifier rubyid_parallel_run'>parallel_run</span>
252
+
253
+ <span class='kw'>if</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:serial</span> <span class='rbracket'>]</span>
254
+
255
+ <span class='id identifier rubyid_serial_run'>serial_run</span>
256
+
257
+ <span class='kw'>else</span>
258
+
259
+ <span class='kw'>if</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:parmax</span> <span class='rbracket'>]</span> <span class='op'>==</span> <span class='int'>0</span> <span class='op'>||</span> <span class='ivar'>@subs</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span> <span class='op'>&lt;</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:parmax</span> <span class='rbracket'>]</span>
260
+
261
+ <span class='id identifier rubyid_ths'>ths</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
262
+ <span class='ivar'>@subs</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_item'>item</span><span class='op'>|</span>
263
+ <span class='id identifier rubyid_ths'>ths</span><span class='period'>.</span><span class='id identifier rubyid_push'>push</span><span class='lparen'>(</span>
264
+ <span class='const'>Thread</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='kw'>do</span>
265
+ <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span>
266
+ <span class='kw'>end</span>
267
+ <span class='rparen'>)</span>
268
+ <span class='kw'>end</span>
269
+ <span class='id identifier rubyid_ths'>ths</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_th'>th</span><span class='op'>|</span>
270
+ <span class='id identifier rubyid_th'>th</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span>
271
+ <span class='kw'>end</span>
272
+
273
+ <span class='kw'>else</span>
274
+
275
+ <span class='id identifier rubyid_cnt'>cnt</span> <span class='op'>=</span> <span class='ivar'>@subs</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span>
276
+ <span class='id identifier rubyid_done'>done</span> <span class='op'>=</span> <span class='int'>0</span>
277
+ <span class='kw'>while</span> <span class='id identifier rubyid_done'>done</span> <span class='op'>&lt;</span> <span class='id identifier rubyid_cnt'>cnt</span>
278
+
279
+ <span class='id identifier rubyid_incr'>incr</span> <span class='op'>=</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:parmax</span> <span class='rbracket'>]</span>
280
+ <span class='kw'>if</span> <span class='id identifier rubyid_done'>done</span> <span class='op'>&gt;=</span> <span class='id identifier rubyid_cnt'>cnt</span>
281
+ <span class='id identifier rubyid_incr'>incr</span> <span class='op'>=</span> <span class='id identifier rubyid_done'>done</span> <span class='op'>-</span> <span class='id identifier rubyid_cnt'>cnt</span>
282
+ <span class='kw'>end</span>
283
+
284
+ <span class='id identifier rubyid_ths'>ths</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
285
+ <span class='id identifier rubyid_incr'>incr</span><span class='period'>.</span><span class='id identifier rubyid_times'>times</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_i'>i</span><span class='op'>|</span>
286
+ <span class='id identifier rubyid_item'>item</span> <span class='op'>=</span> <span class='ivar'>@subs</span><span class='lbracket'>[</span> <span class='id identifier rubyid_done'>done</span><span class='op'>+</span><span class='id identifier rubyid_i'>i</span> <span class='rbracket'>]</span>
287
+ <span class='id identifier rubyid_ths'>ths</span><span class='period'>.</span><span class='id identifier rubyid_push'>push</span><span class='lparen'>(</span>
288
+ <span class='const'>Thread</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='kw'>do</span>
289
+ <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span>
290
+ <span class='kw'>end</span>
291
+ <span class='rparen'>)</span>
292
+ <span class='kw'>end</span>
293
+ <span class='id identifier rubyid_ths'>ths</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_th'>th</span><span class='op'>|</span>
294
+ <span class='id identifier rubyid_th'>th</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span>
295
+ <span class='kw'>end</span>
296
+
297
+ <span class='id identifier rubyid_done'>done</span> <span class='op'>+=</span> <span class='id identifier rubyid_incr'>incr</span>
298
+ <span class='kw'>end</span>
299
+
300
+ <span class='kw'>end</span>
301
+
302
+ <span class='ivar'>@subs</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_item'>item</span><span class='op'>|</span>
303
+ <span class='kw'>if</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_status'>status</span> <span class='op'>==</span> <span class='symbol'>:error</span>
304
+ <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:error</span>
305
+ <span class='ivar'>@errmsg</span> <span class='op'>=</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_errmsg'>errmsg</span>
306
+ <span class='kw'>break</span>
307
+ <span class='kw'>end</span>
308
+ <span class='kw'>end</span>
309
+
310
+ <span class='kw'>self</span>
311
+ <span class='kw'>end</span>
312
+ <span class='kw'>end</span></pre>
313
+ </td>
314
+ </tr>
315
+ </table>
316
+ </div>
317
+
318
+ <div class="method_details ">
319
+ <h3 class="signature " id="serial_run-instance_method">
320
+
321
+ - (<tt>Object</tt>) <strong>serial_run</strong>
322
+
323
+
324
+
325
+
326
+
327
+ </h3><table class="source_code">
328
+ <tr>
329
+ <td>
330
+ <pre class="lines">
331
+
332
+
333
+ 176
334
+ 177
335
+ 178
336
+ 179
337
+ 180
338
+ 181
339
+ 182
340
+ 183
341
+ 184
342
+ 185
343
+ 186
344
+ 187</pre>
345
+ </td>
346
+ <td>
347
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 176</span>
348
+
349
+ <span class='kw'>def</span> <span class='id identifier rubyid_serial_run'>serial_run</span>
350
+ <span class='ivar'>@subs</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_sub'>sub</span><span class='op'>|</span>
351
+ <span class='id identifier rubyid_sub'>sub</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span>
352
+ <span class='kw'>if</span> <span class='id identifier rubyid_sub'>sub</span><span class='period'>.</span><span class='id identifier rubyid_status'>status</span> <span class='op'>==</span> <span class='symbol'>:error</span>
353
+ <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:error</span>
354
+ <span class='ivar'>@errmsg</span> <span class='op'>=</span> <span class='id identifier rubyid_sub'>sub</span><span class='period'>.</span><span class='id identifier rubyid_errmsg'>errmsg</span>
355
+ <span class='kw'>break</span>
356
+ <span class='kw'>end</span>
357
+ <span class='kw'>end</span>
358
+
359
+ <span class='kw'>self</span>
360
+ <span class='kw'>end</span></pre>
361
+ </td>
362
+ </tr>
363
+ </table>
364
+ </div>
365
+
366
+ </div>
367
+
368
+ </div>
369
+
370
+ <div id="footer">
371
+ Generated on Fri Jun 29 10:04:07 2018 by
372
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
373
+ 0.8.7.6 (ruby-2.3.3).
374
+ </div>
375
+
376
+ </body>
377
+ </html>
@@ -0,0 +1,253 @@
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::Fork
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/Fork.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 (F)</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">Fork</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::Fork
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="Flow.html" title="Rubu::Flow (class)">Flow</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"><span class='object_link'><a href="Flow.html" title="Rubu::Flow (class)">Flow</a></span></li>
84
+
85
+ <li class="next">Rubu::Fork</li>
86
+
87
+ </ul>
88
+ <a href="#" class="inheritanceTree">show all</a>
89
+
90
+ </dd>
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+ <dt class="r2 last">Defined in:</dt>
101
+ <dd class="r2 last">lib/rubu.rb</dd>
102
+
103
+ </dl>
104
+ <div class="clear"></div>
105
+
106
+ <h2>Overview</h2><div class="docstring">
107
+ <div class="discussion">
108
+
109
+ <p>Parallel Flow.</p>
110
+
111
+
112
+ </div>
113
+ </div>
114
+ <div class="tags">
115
+
116
+
117
+ </div>
118
+
119
+
120
+
121
+
122
+
123
+ <h2>Instance Attribute Summary</h2>
124
+
125
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Flow.html" title="Rubu::Flow (class)">Flow</a></span></h3>
126
+ <p class="inherited"><span class='object_link'><a href="Flow.html#name-instance_method" title="Rubu::Flow#name (method)">#name</a></span></p>
127
+
128
+
129
+
130
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></h3>
131
+ <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>
132
+
133
+
134
+
135
+ <h2>
136
+ Instance Method Summary
137
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
138
+ </h2>
139
+
140
+ <ul class="summary">
141
+
142
+ <li class="public ">
143
+ <span class="summary_signature">
144
+
145
+ <a href="#run-instance_method" title="#run (instance method)">- (Object) <strong>run</strong> </a>
146
+
147
+
148
+
149
+ </span>
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+ <span class="summary_desc"><div class='inline'></div></span>
160
+
161
+ </li>
162
+
163
+
164
+ </ul>
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Flow.html" title="Rubu::Flow (class)">Flow</a></span></h3>
177
+ <p class="inherited"><span class='object_link'><a href="Flow.html#%5B%5D-class_method" title="Rubu::Flow.[] (method)">[]</a></span>, <span class='object_link'><a href="Flow.html#form-class_method" title="Rubu::Flow.form (method)">form</a></span>, <span class='object_link'><a href="Flow.html#initialize-instance_method" title="Rubu::Flow#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Flow.html#load_setup-class_method" title="Rubu::Flow.load_setup (method)">load_setup</a></span>, <span class='object_link'><a href="Flow.html#run-class_method" title="Rubu::Flow.run (method)">run</a></span>, <span class='object_link'><a href="Flow.html#setup-class_method" title="Rubu::Flow.setup (method)">setup</a></span></p>
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="FlowRun.html" title="Rubu::FlowRun (module)">FlowRun</a></span></h3>
188
+ <p class="inherited"><span class='object_link'><a href="FlowRun.html#parallel_run-instance_method" title="Rubu::FlowRun#parallel_run (method)">#parallel_run</a></span>, <span class='object_link'><a href="FlowRun.html#serial_run-instance_method" title="Rubu::FlowRun#serial_run (method)">#serial_run</a></span></p>
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></h3>
199
+ <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#initialize-instance_method" title="Rubu::Action#initialize (method)">#initialize</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>
200
+ <div id="constructor_details" class="method_details_list">
201
+ <h2>Constructor Details</h2>
202
+
203
+ <p class="notice">This class inherits a constructor from <span class='object_link'><a href="Flow.html#initialize-instance_method" title="Rubu::Flow#initialize (method)">Rubu::Flow</a></span></p>
204
+
205
+ </div>
206
+
207
+
208
+ <div id="instance_method_details" class="method_details_list">
209
+ <h2>Instance Method Details</h2>
210
+
211
+
212
+ <div class="method_details first">
213
+ <h3 class="signature first" id="run-instance_method">
214
+
215
+ - (<tt>Object</tt>) <strong>run</strong>
216
+
217
+
218
+
219
+
220
+
221
+ </h3><table class="source_code">
222
+ <tr>
223
+ <td>
224
+ <pre class="lines">
225
+
226
+
227
+ 752
228
+ 753
229
+ 754</pre>
230
+ </td>
231
+ <td>
232
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 752</span>
233
+
234
+ <span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span>
235
+ <span class='id identifier rubyid_parallel_run'>parallel_run</span>
236
+ <span class='kw'>end</span></pre>
237
+ </td>
238
+ </tr>
239
+ </table>
240
+ </div>
241
+
242
+ </div>
243
+
244
+ </div>
245
+
246
+ <div id="footer">
247
+ Generated on Fri Jun 29 10:04:07 2018 by
248
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
249
+ 0.8.7.6 (ruby-2.3.3).
250
+ </div>
251
+
252
+ </body>
253
+ </html>