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,184 @@
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::Walk
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/Walk.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 (W)</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">Walk</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::Walk
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::Walk</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>Serial 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
+
136
+
137
+
138
+
139
+
140
+
141
+ <h2>Method Summary</h2>
142
+
143
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Flow.html" title="Rubu::Flow (class)">Flow</a></span></h3>
144
+ <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-instance_method" title="Rubu::Flow#run (method)">#run</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>
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="FlowRun.html" title="Rubu::FlowRun (module)">FlowRun</a></span></h3>
155
+ <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>
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></h3>
166
+ <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>
167
+ <div id="constructor_details" class="method_details_list">
168
+ <h2>Constructor Details</h2>
169
+
170
+ <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>
171
+
172
+ </div>
173
+
174
+
175
+ </div>
176
+
177
+ <div id="footer">
178
+ Generated on Fri Jun 29 10:04:07 2018 by
179
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
180
+ 0.8.7.6 (ruby-2.3.3).
181
+ </div>
182
+
183
+ </body>
184
+ </html>
@@ -0,0 +1,313 @@
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
+ Documentation by YARD 0.8.7.6
8
+
9
+ </title>
10
+
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
12
+
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
14
+
15
+ <script type="text/javascript" charset="utf-8">
16
+ hasFrames = window.top.frames.main ? true : false;
17
+ relpath = '';
18
+ framesUrl = "frames.html#!_index.html";
19
+ </script>
20
+
21
+
22
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
23
+
24
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
25
+
26
+
27
+ </head>
28
+ <body>
29
+ <div id="header">
30
+ <div id="menu">
31
+
32
+
33
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
34
+ </div>
35
+
36
+ <div id="search">
37
+
38
+ <a class="full_list_link" id="class_list_link"
39
+ href="class_list.html">
40
+ Class List
41
+ </a>
42
+
43
+ <a class="full_list_link" id="method_list_link"
44
+ href="method_list.html">
45
+ Method List
46
+ </a>
47
+
48
+ <a class="full_list_link" id="file_list_link"
49
+ href="file_list.html">
50
+ File List
51
+ </a>
52
+
53
+ </div>
54
+ <div class="clear"></div>
55
+ </div>
56
+
57
+ <iframe id="search_frame"></iframe>
58
+
59
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.6</h1>
60
+ <div id="listing">
61
+ <h1 class="alphaindex">Alphabetic Index</h1>
62
+
63
+ <h2>File Listing</h2>
64
+ <ul id="files" class="index_inline_list">
65
+
66
+
67
+ <li class="r1"><a href="index.html" title="README">README</a></li>
68
+
69
+
70
+ <li class="r2"><a href="file.CHANGELOG.html" title="CHANGELOG">CHANGELOG</a></li>
71
+
72
+
73
+ </ul>
74
+
75
+ <div class="clear"></div>
76
+ <h2>Namespace Listing A-Z</h2>
77
+
78
+
79
+
80
+
81
+ <table>
82
+ <tr>
83
+ <td valign='top' width="33%">
84
+
85
+
86
+ <ul id="alpha_A" class="alpha">
87
+ <li class="letter">A</li>
88
+ <ul>
89
+
90
+ <li>
91
+ <span class='object_link'><a href="Rubu/Action.html" title="Rubu::Action (class)">Action</a></span>
92
+
93
+ <small>(Rubu)</small>
94
+
95
+ </li>
96
+
97
+ <li>
98
+ <span class='object_link'><a href="Rubu/AlwaysBuild.html" title="Rubu::AlwaysBuild (class)">AlwaysBuild</a></span>
99
+
100
+ <small>(Rubu)</small>
101
+
102
+ </li>
103
+
104
+ <li>
105
+ <span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>
106
+
107
+ </li>
108
+
109
+ </ul>
110
+ </ul>
111
+
112
+
113
+ <ul id="alpha_B" class="alpha">
114
+ <li class="letter">B</li>
115
+ <ul>
116
+
117
+ <li>
118
+ <span class='object_link'><a href="Rubu/Build.html" title="Rubu::Build (class)">Build</a></span>
119
+
120
+ <small>(Rubu)</small>
121
+
122
+ </li>
123
+
124
+ </ul>
125
+ </ul>
126
+
127
+
128
+ <ul id="alpha_D" class="alpha">
129
+ <li class="letter">D</li>
130
+ <ul>
131
+
132
+ <li>
133
+ <span class='object_link'><a href="Rubu/DateBuild.html" title="Rubu::DateBuild (class)">DateBuild</a></span>
134
+
135
+ <small>(Rubu)</small>
136
+
137
+ </li>
138
+
139
+ </ul>
140
+ </ul>
141
+
142
+
143
+ <ul id="alpha_F" class="alpha">
144
+ <li class="letter">F</li>
145
+ <ul>
146
+
147
+ <li>
148
+ <span class='object_link'><a href="Rubu/Flow.html" title="Rubu::Flow (class)">Flow</a></span>
149
+
150
+ <small>(Rubu)</small>
151
+
152
+ </li>
153
+
154
+ <li>
155
+ <span class='object_link'><a href="Rubu/FlowRun.html" title="Rubu::FlowRun (module)">FlowRun</a></span>
156
+
157
+ <small>(Rubu)</small>
158
+
159
+ </li>
160
+
161
+ <li>
162
+ <span class='object_link'><a href="Rubu/Fork.html" title="Rubu::Fork (class)">Fork</a></span>
163
+
164
+ <small>(Rubu)</small>
165
+
166
+ </li>
167
+
168
+ </ul>
169
+ </ul>
170
+
171
+
172
+ <ul id="alpha_I" class="alpha">
173
+ <li class="letter">I</li>
174
+ <ul>
175
+
176
+ <li>
177
+ <span class='object_link'><a href="Rubu/Info.html" title="Rubu::Info (class)">Info</a></span>
178
+
179
+ <small>(Rubu)</small>
180
+
181
+ </li>
182
+
183
+ </ul>
184
+ </ul>
185
+
186
+
187
+ <ul id="alpha_M" class="alpha">
188
+ <li class="letter">M</li>
189
+ <ul>
190
+
191
+ <li>
192
+ <span class='object_link'><a href="Rubu/Mark.html" title="Rubu::Mark (class)">Mark</a></span>
193
+
194
+ <small>(Rubu)</small>
195
+
196
+ </li>
197
+
198
+ <li>
199
+ <span class='object_link'><a href="Rubu/MarkBuild.html" title="Rubu::MarkBuild (class)">MarkBuild</a></span>
200
+
201
+ <small>(Rubu)</small>
202
+
203
+ </li>
204
+
205
+ </ul>
206
+ </ul>
207
+
208
+
209
+ <ul id="alpha_O" class="alpha">
210
+ <li class="letter">O</li>
211
+ <ul>
212
+
213
+ <li>
214
+ <span class='object_link'><a href="Rubu/Order.html" title="Rubu::Order (class)">Order</a></span>
215
+
216
+ <small>(Rubu)</small>
217
+
218
+ </li>
219
+
220
+ </ul>
221
+ </ul>
222
+
223
+
224
+ </td><td valign='top' width="33%">
225
+
226
+
227
+ <ul id="alpha_R" class="alpha">
228
+ <li class="letter">R</li>
229
+ <ul>
230
+
231
+ <li>
232
+ <span class='object_link'><a href="Rubu.html" title="Rubu (class)">Rubu</a></span>
233
+
234
+ </li>
235
+
236
+ <li>
237
+ <span class='object_link'><a href="Rubu/RubyCommand.html" title="Rubu::RubyCommand (class)">RubyCommand</a></span>
238
+
239
+ <small>(Rubu)</small>
240
+
241
+ </li>
242
+
243
+ </ul>
244
+ </ul>
245
+
246
+
247
+ <ul id="alpha_S" class="alpha">
248
+ <li class="letter">S</li>
249
+ <ul>
250
+
251
+ <li>
252
+ <span class='object_link'><a href="Rubu/ShellCommand.html" title="Rubu::ShellCommand (class)">ShellCommand</a></span>
253
+
254
+ <small>(Rubu)</small>
255
+
256
+ </li>
257
+
258
+ <li>
259
+ <span class='object_link'><a href="Rubu/State.html" title="Rubu::State (class)">State</a></span>
260
+
261
+ <small>(Rubu)</small>
262
+
263
+ </li>
264
+
265
+ </ul>
266
+ </ul>
267
+
268
+
269
+ <ul id="alpha_V" class="alpha">
270
+ <li class="letter">V</li>
271
+ <ul>
272
+
273
+ <li>
274
+ <span class='object_link'><a href="Rubu/Var.html" title="Rubu::Var (class)">Var</a></span>
275
+
276
+ <small>(Rubu)</small>
277
+
278
+ </li>
279
+
280
+ </ul>
281
+ </ul>
282
+
283
+
284
+ <ul id="alpha_W" class="alpha">
285
+ <li class="letter">W</li>
286
+ <ul>
287
+
288
+ <li>
289
+ <span class='object_link'><a href="Rubu/Walk.html" title="Rubu::Walk (class)">Walk</a></span>
290
+
291
+ <small>(Rubu)</small>
292
+
293
+ </li>
294
+
295
+ </ul>
296
+ </ul>
297
+
298
+ </td>
299
+ </tr>
300
+ </table>
301
+
302
+ </div>
303
+
304
+ </div>
305
+
306
+ <div id="footer">
307
+ Generated on Fri Jun 29 10:04:07 2018 by
308
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
309
+ 0.8.7.6 (ruby-2.3.3).
310
+ </div>
311
+
312
+ </body>
313
+ </html>