rubu 0.0.1 → 0.0.2
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.
- checksums.yaml +4 -4
- data/CHANGELOG.rdoc +3 -0
- data/README.rdoc +236 -8
- data/doc/Array.html +103 -38
- data/doc/Rubu.html +2 -2
- data/doc/Rubu/AgedStep.html +275 -0
- data/doc/Rubu/AlwaysStep.html +275 -0
- data/doc/Rubu/Fork.html +20 -20
- data/doc/Rubu/Info.html +39 -13
- data/doc/Rubu/Mark.html +318 -110
- data/doc/Rubu/MarkStep.html +275 -0
- data/doc/Rubu/Move.html +937 -0
- data/doc/Rubu/MoveStyles.html +403 -0
- data/doc/Rubu/Order.html +39 -13
- data/doc/Rubu/RubyCommand.html +39 -26
- data/doc/Rubu/ShellCommand.html +37 -24
- data/doc/Rubu/State.html +135 -38
- data/doc/Rubu/Step.html +1859 -0
- data/doc/Rubu/StepAged.html +279 -0
- data/doc/Rubu/StepAlways.html +279 -0
- data/doc/Rubu/StepMark.html +279 -0
- data/doc/Rubu/Trail.html +1022 -0
- data/doc/Rubu/TrailRun.html +377 -0
- data/doc/Rubu/Var.html +39 -13
- data/doc/Rubu/Walk.html +16 -16
- data/doc/_index.html +51 -59
- data/doc/class_list.html +1 -1
- data/doc/file.CHANGELOG.html +5 -2
- data/doc/file.README.html +255 -8
- data/doc/index.html +255 -8
- data/doc/method_list.html +88 -88
- data/doc/top-level-namespace.html +1 -1
- data/example/bin/rubu_example +49 -51
- data/example/build/hello +0 -0
- data/example/build/hello_world.o +0 -0
- data/example/build/world.c +6 -0
- data/example/build/world.o +0 -0
- data/lib/rubu.rb +168 -85
- data/lib/version.rb +1 -1
- metadata +17 -2
@@ -0,0 +1,403 @@
|
|
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::MoveStyles
|
8
|
+
|
9
|
+
— 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/MoveStyles.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 (M)</a> »
|
35
|
+
<span class='title'><span class='object_link'><a href="../Rubu.html" title="Rubu (module)">Rubu</a></span></span>
|
36
|
+
»
|
37
|
+
<span class="title">MoveStyles</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::MoveStyles
|
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="Step.html" title="Rubu::Step (class)">Step</a></span>, <span class='object_link'><a href="Trail.html" title="Rubu::Trail (class)">Trail</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>Trail/Step execution styles.</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'>
|
135
|
+
<p>Run @subs in parallel (unless serial is forced).</p>
|
136
|
+
</div></span>
|
137
|
+
|
138
|
+
</li>
|
139
|
+
|
140
|
+
|
141
|
+
<li class="public ">
|
142
|
+
<span class="summary_signature">
|
143
|
+
|
144
|
+
<a href="#serial_run-instance_method" title="#serial_run (instance method)">- (Object) <strong>serial_run</strong> </a>
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
</span>
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
<span class="summary_desc"><div class='inline'>
|
159
|
+
<p>Run @subs in sequence.</p>
|
160
|
+
</div></span>
|
161
|
+
|
162
|
+
</li>
|
163
|
+
|
164
|
+
|
165
|
+
</ul>
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
<div id="instance_method_details" class="method_details_list">
|
171
|
+
<h2>Instance Method Details</h2>
|
172
|
+
|
173
|
+
|
174
|
+
<div class="method_details first">
|
175
|
+
<h3 class="signature first" id="parallel_run-instance_method">
|
176
|
+
|
177
|
+
- (<tt>Object</tt>) <strong>parallel_run</strong>
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
</h3><div class="docstring">
|
184
|
+
<div class="discussion">
|
185
|
+
|
186
|
+
<p>Run @subs in parallel (unless serial is forced).</p>
|
187
|
+
|
188
|
+
|
189
|
+
</div>
|
190
|
+
</div>
|
191
|
+
<div class="tags">
|
192
|
+
|
193
|
+
|
194
|
+
</div><table class="source_code">
|
195
|
+
<tr>
|
196
|
+
<td>
|
197
|
+
<pre class="lines">
|
198
|
+
|
199
|
+
|
200
|
+
200
|
201
|
+
201
|
202
|
+
202
|
203
|
+
203
|
204
|
+
204
|
205
|
+
205
|
206
|
+
206
|
207
|
+
207
|
208
|
+
208
|
209
|
+
209
|
210
|
+
210
|
211
|
+
211
|
212
|
+
212
|
213
|
+
213
|
214
|
+
214
|
215
|
+
215
|
216
|
+
216
|
217
|
+
217
|
218
|
+
218
|
219
|
+
219
|
220
|
+
220
|
221
|
+
221
|
222
|
+
222
|
223
|
+
223
|
224
|
+
224
|
225
|
+
225
|
226
|
+
226
|
227
|
+
227
|
228
|
+
228
|
229
|
+
229
|
230
|
+
230
|
231
|
+
231
|
232
|
+
232
|
233
|
+
233
|
234
|
+
234
|
235
|
+
235
|
236
|
+
236
|
237
|
+
237
|
238
|
+
238
|
239
|
+
239
|
240
|
+
240
|
241
|
+
241
|
242
|
+
242
|
243
|
+
243
|
244
|
+
244
|
245
|
+
245
|
246
|
+
246
|
247
|
+
247
|
248
|
+
248
|
249
|
+
249
|
250
|
+
250
|
251
|
+
251
|
252
|
+
252
|
253
|
+
253
|
254
|
+
254
|
255
|
+
255
|
256
|
+
256
|
257
|
+
257
|
258
|
+
258
|
259
|
+
259
|
260
|
+
260
|
261
|
+
261</pre>
|
262
|
+
</td>
|
263
|
+
<td>
|
264
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 200</span>
|
265
|
+
|
266
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_parallel_run'>parallel_run</span>
|
267
|
+
|
268
|
+
<span class='kw'>if</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:serial</span> <span class='rbracket'>]</span>
|
269
|
+
|
270
|
+
<span class='id identifier rubyid_serial_run'>serial_run</span>
|
271
|
+
|
272
|
+
<span class='kw'>else</span>
|
273
|
+
|
274
|
+
<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'><</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:parmax</span> <span class='rbracket'>]</span>
|
275
|
+
|
276
|
+
<span class='id identifier rubyid_ths'>ths</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
277
|
+
<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>
|
278
|
+
<span class='id identifier rubyid_ths'>ths</span><span class='period'>.</span><span class='id identifier rubyid_push'>push</span><span class='lparen'>(</span>
|
279
|
+
<span class='const'>Thread</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='kw'>do</span>
|
280
|
+
<span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span>
|
281
|
+
<span class='kw'>end</span>
|
282
|
+
<span class='rparen'>)</span>
|
283
|
+
<span class='kw'>end</span>
|
284
|
+
<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>
|
285
|
+
<span class='id identifier rubyid_th'>th</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span>
|
286
|
+
<span class='kw'>end</span>
|
287
|
+
|
288
|
+
<span class='kw'>else</span>
|
289
|
+
|
290
|
+
<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>
|
291
|
+
<span class='id identifier rubyid_done'>done</span> <span class='op'>=</span> <span class='int'>0</span>
|
292
|
+
<span class='kw'>while</span> <span class='id identifier rubyid_done'>done</span> <span class='op'><</span> <span class='id identifier rubyid_cnt'>cnt</span>
|
293
|
+
|
294
|
+
<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>
|
295
|
+
<span class='kw'>if</span> <span class='id identifier rubyid_done'>done</span> <span class='op'>>=</span> <span class='id identifier rubyid_cnt'>cnt</span>
|
296
|
+
<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>
|
297
|
+
<span class='kw'>end</span>
|
298
|
+
|
299
|
+
<span class='id identifier rubyid_ths'>ths</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
300
|
+
<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>
|
301
|
+
<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>
|
302
|
+
<span class='id identifier rubyid_ths'>ths</span><span class='period'>.</span><span class='id identifier rubyid_push'>push</span><span class='lparen'>(</span>
|
303
|
+
<span class='const'>Thread</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='kw'>do</span>
|
304
|
+
<span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span>
|
305
|
+
<span class='kw'>end</span>
|
306
|
+
<span class='rparen'>)</span>
|
307
|
+
<span class='kw'>end</span>
|
308
|
+
<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>
|
309
|
+
<span class='id identifier rubyid_th'>th</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span>
|
310
|
+
<span class='kw'>end</span>
|
311
|
+
|
312
|
+
<span class='id identifier rubyid_done'>done</span> <span class='op'>+=</span> <span class='id identifier rubyid_incr'>incr</span>
|
313
|
+
<span class='kw'>end</span>
|
314
|
+
|
315
|
+
<span class='kw'>end</span>
|
316
|
+
|
317
|
+
<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>
|
318
|
+
<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>
|
319
|
+
<span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:error</span>
|
320
|
+
<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>
|
321
|
+
<span class='kw'>break</span>
|
322
|
+
<span class='kw'>end</span>
|
323
|
+
<span class='kw'>end</span>
|
324
|
+
|
325
|
+
<span class='kw'>self</span>
|
326
|
+
<span class='kw'>end</span>
|
327
|
+
<span class='kw'>end</span></pre>
|
328
|
+
</td>
|
329
|
+
</tr>
|
330
|
+
</table>
|
331
|
+
</div>
|
332
|
+
|
333
|
+
<div class="method_details ">
|
334
|
+
<h3 class="signature " id="serial_run-instance_method">
|
335
|
+
|
336
|
+
- (<tt>Object</tt>) <strong>serial_run</strong>
|
337
|
+
|
338
|
+
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
</h3><div class="docstring">
|
343
|
+
<div class="discussion">
|
344
|
+
|
345
|
+
<p>Run @subs in sequence.</p>
|
346
|
+
|
347
|
+
|
348
|
+
</div>
|
349
|
+
</div>
|
350
|
+
<div class="tags">
|
351
|
+
|
352
|
+
|
353
|
+
</div><table class="source_code">
|
354
|
+
<tr>
|
355
|
+
<td>
|
356
|
+
<pre class="lines">
|
357
|
+
|
358
|
+
|
359
|
+
186
|
360
|
+
187
|
361
|
+
188
|
362
|
+
189
|
363
|
+
190
|
364
|
+
191
|
365
|
+
192
|
366
|
+
193
|
367
|
+
194
|
368
|
+
195
|
369
|
+
196
|
370
|
+
197</pre>
|
371
|
+
</td>
|
372
|
+
<td>
|
373
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 186</span>
|
374
|
+
|
375
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_serial_run'>serial_run</span>
|
376
|
+
<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>
|
377
|
+
<span class='id identifier rubyid_sub'>sub</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span>
|
378
|
+
<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>
|
379
|
+
<span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:error</span>
|
380
|
+
<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>
|
381
|
+
<span class='kw'>break</span>
|
382
|
+
<span class='kw'>end</span>
|
383
|
+
<span class='kw'>end</span>
|
384
|
+
|
385
|
+
<span class='kw'>self</span>
|
386
|
+
<span class='kw'>end</span></pre>
|
387
|
+
</td>
|
388
|
+
</tr>
|
389
|
+
</table>
|
390
|
+
</div>
|
391
|
+
|
392
|
+
</div>
|
393
|
+
|
394
|
+
</div>
|
395
|
+
|
396
|
+
<div id="footer">
|
397
|
+
Generated on Sun Jul 1 17:48:17 2018 by
|
398
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
399
|
+
0.8.7.6 (ruby-2.3.3).
|
400
|
+
</div>
|
401
|
+
|
402
|
+
</body>
|
403
|
+
</html>
|
data/doc/Rubu/Order.html
CHANGED
@@ -154,7 +154,9 @@
|
|
154
154
|
|
155
155
|
|
156
156
|
|
157
|
-
<span class="summary_desc"><div class='inline'
|
157
|
+
<span class="summary_desc"><div class='inline'>
|
158
|
+
<p>Get Order entry value.</p>
|
159
|
+
</div></span>
|
158
160
|
|
159
161
|
</li>
|
160
162
|
|
@@ -176,7 +178,9 @@
|
|
176
178
|
|
177
179
|
|
178
180
|
|
179
|
-
<span class="summary_desc"><div class='inline'
|
181
|
+
<span class="summary_desc"><div class='inline'>
|
182
|
+
<p>Set Order entry value.</p>
|
183
|
+
</div></span>
|
180
184
|
|
181
185
|
</li>
|
182
186
|
|
@@ -199,18 +203,29 @@
|
|
199
203
|
|
200
204
|
|
201
205
|
|
202
|
-
</h3><
|
206
|
+
</h3><div class="docstring">
|
207
|
+
<div class="discussion">
|
208
|
+
|
209
|
+
<p>Get Order entry value.</p>
|
210
|
+
|
211
|
+
|
212
|
+
</div>
|
213
|
+
</div>
|
214
|
+
<div class="tags">
|
215
|
+
|
216
|
+
|
217
|
+
</div><table class="source_code">
|
203
218
|
<tr>
|
204
219
|
<td>
|
205
220
|
<pre class="lines">
|
206
221
|
|
207
222
|
|
208
|
-
|
209
|
-
|
210
|
-
|
223
|
+
402
|
224
|
+
403
|
225
|
+
404</pre>
|
211
226
|
</td>
|
212
227
|
<td>
|
213
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
228
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 402</span>
|
214
229
|
|
215
230
|
<span class='kw'>def</span> <span class='const'>Order</span><span class='period'>.</span><span class='op'>[]</span><span class='lparen'>(</span> <span class='id identifier rubyid_key'>key</span> <span class='rparen'>)</span>
|
216
231
|
<span class='cvar'>@@order</span><span class='lbracket'>[</span> <span class='id identifier rubyid_key'>key</span> <span class='rbracket'>]</span>
|
@@ -229,18 +244,29 @@
|
|
229
244
|
|
230
245
|
|
231
246
|
|
232
|
-
</h3><
|
247
|
+
</h3><div class="docstring">
|
248
|
+
<div class="discussion">
|
249
|
+
|
250
|
+
<p>Set Order entry value.</p>
|
251
|
+
|
252
|
+
|
253
|
+
</div>
|
254
|
+
</div>
|
255
|
+
<div class="tags">
|
256
|
+
|
257
|
+
|
258
|
+
</div><table class="source_code">
|
233
259
|
<tr>
|
234
260
|
<td>
|
235
261
|
<pre class="lines">
|
236
262
|
|
237
263
|
|
238
|
-
|
239
|
-
|
240
|
-
|
264
|
+
397
|
265
|
+
398
|
266
|
+
399</pre>
|
241
267
|
</td>
|
242
268
|
<td>
|
243
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
269
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 397</span>
|
244
270
|
|
245
271
|
<span class='kw'>def</span> <span class='const'>Order</span><span class='period'>.</span><span class='op'>[]=</span><span class='lparen'>(</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_val'>val</span> <span class='rparen'>)</span>
|
246
272
|
<span class='cvar'>@@order</span><span class='lbracket'>[</span> <span class='id identifier rubyid_key'>key</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_val'>val</span>
|
@@ -255,7 +281,7 @@
|
|
255
281
|
</div>
|
256
282
|
|
257
283
|
<div id="footer">
|
258
|
-
Generated on
|
284
|
+
Generated on Sun Jul 1 17:48:17 2018 by
|
259
285
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
260
286
|
0.8.7.6 (ruby-2.3.3).
|
261
287
|
</div>
|