rubu 0.0.5 → 0.0.6
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 +5 -5
- data/CHANGELOG.rdoc +2 -0
- data/doc/Array.html +82 -81
- data/doc/Rubu.html +48 -44
- data/doc/Rubu/Fork.html +52 -51
- data/doc/Rubu/Info.html +56 -51
- data/doc/Rubu/Mark.html +90 -89
- data/doc/Rubu/Move.html +75 -70
- data/doc/Rubu/MoveStyles.html +50 -49
- data/doc/Rubu/Order.html +56 -51
- data/doc/Rubu/RubyCommand.html +50 -49
- data/doc/Rubu/ShellCommand.html +51 -50
- data/doc/Rubu/State.html +64 -59
- data/doc/Rubu/Step.html +102 -100
- data/doc/Rubu/StepAged.html +48 -47
- data/doc/Rubu/StepAlways.html +47 -46
- data/doc/Rubu/StepMark.html +48 -47
- data/doc/Rubu/Trail.html +195 -124
- data/doc/Rubu/Var.html +56 -51
- data/doc/Rubu/Walk.html +45 -44
- data/doc/_index.html +28 -31
- data/doc/class_list.html +24 -31
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +250 -93
- data/doc/file.CHANGELOG.html +32 -32
- data/doc/file.README.html +32 -33
- data/doc/file_list.html +29 -31
- data/doc/frames.html +7 -16
- data/doc/index.html +32 -33
- data/doc/js/app.js +147 -74
- data/doc/js/full_list.js +170 -135
- data/doc/method_list.html +451 -281
- data/doc/top-level-namespace.html +34 -36
- data/example/bin/rubu_example +8 -0
- data/example/build/hello +0 -0
- data/example/build/world.o +0 -0
- data/lib/rubu.rb +5 -0
- data/lib/version.rb +1 -1
- metadata +3 -4
data/doc/Rubu/Move.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Class: Rubu::Move
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.16
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Rubu::Move";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Rubu/Move.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
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">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (M)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../Rubu.html" title="Rubu (module)">Rubu</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Move</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
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>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: Rubu::Move
|
62
|
+
<div id="content"><h1>Class: Rubu::Move
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName">Object</span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -83,21 +79,25 @@
|
|
83
79
|
</ul>
|
84
80
|
<a href="#" class="inheritanceTree">show all</a>
|
85
81
|
|
86
|
-
|
87
|
-
|
82
|
+
</dd>
|
83
|
+
</dl>
|
88
84
|
|
85
|
+
|
89
86
|
|
90
|
-
|
91
87
|
|
92
|
-
|
93
88
|
|
94
89
|
|
95
90
|
|
96
|
-
|
97
|
-
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/rubu.rb</dd>
|
98
|
+
</dl>
|
98
99
|
|
99
|
-
</
|
100
|
-
<div class="clear"></div>
|
100
|
+
</div>
|
101
101
|
|
102
102
|
<h2>Overview</h2><div class="docstring">
|
103
103
|
<div class="discussion">
|
@@ -115,8 +115,12 @@
|
|
115
115
|
<p class="children"><span class='object_link'><a href="RubyCommand.html" title="Rubu::RubyCommand (class)">RubyCommand</a></span>, <span class='object_link'><a href="ShellCommand.html" title="Rubu::ShellCommand (class)">ShellCommand</a></span>, <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></p>
|
116
116
|
</div>
|
117
117
|
|
118
|
-
<h2>Constant Summary</h2>
|
119
118
|
|
119
|
+
<h2>
|
120
|
+
Constant Summary
|
121
|
+
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
|
122
|
+
</h2>
|
123
|
+
|
120
124
|
<dl class="constants">
|
121
125
|
|
122
126
|
<dt id="host-classvariable" class="">@@host =
|
@@ -130,13 +134,13 @@
|
|
130
134
|
|
131
135
|
|
132
136
|
|
133
|
-
<h2>Instance Attribute Summary <small
|
137
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
134
138
|
<ul class="summary">
|
135
139
|
|
136
140
|
<li class="public ">
|
137
141
|
<span class="summary_signature">
|
138
142
|
|
139
|
-
<a href="#errmsg-instance_method" title="#errmsg (instance method)"
|
143
|
+
<a href="#errmsg-instance_method" title="#errmsg (instance method)">#<strong>errmsg</strong> ⇒ Object </a>
|
140
144
|
|
141
145
|
|
142
146
|
|
@@ -165,7 +169,7 @@
|
|
165
169
|
<li class="public ">
|
166
170
|
<span class="summary_signature">
|
167
171
|
|
168
|
-
<a href="#output-instance_method" title="#output (instance method)"
|
172
|
+
<a href="#output-instance_method" title="#output (instance method)">#<strong>output</strong> ⇒ Object </a>
|
169
173
|
|
170
174
|
|
171
175
|
|
@@ -194,7 +198,7 @@
|
|
194
198
|
<li class="public ">
|
195
199
|
<span class="summary_signature">
|
196
200
|
|
197
|
-
<a href="#status-instance_method" title="#status (instance method)"
|
201
|
+
<a href="#status-instance_method" title="#status (instance method)">#<strong>status</strong> ⇒ Object </a>
|
198
202
|
|
199
203
|
|
200
204
|
|
@@ -223,7 +227,7 @@
|
|
223
227
|
<li class="public ">
|
224
228
|
<span class="summary_signature">
|
225
229
|
|
226
|
-
<a href="#subs-instance_method" title="#subs (instance method)"
|
230
|
+
<a href="#subs-instance_method" title="#subs (instance method)">#<strong>subs</strong> ⇒ Object </a>
|
227
231
|
|
228
232
|
|
229
233
|
|
@@ -257,7 +261,7 @@
|
|
257
261
|
|
258
262
|
<h2>
|
259
263
|
Instance Method Summary
|
260
|
-
<small
|
264
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
261
265
|
</h2>
|
262
266
|
|
263
267
|
<ul class="summary">
|
@@ -265,7 +269,7 @@
|
|
265
269
|
<li class="public ">
|
266
270
|
<span class="summary_signature">
|
267
271
|
|
268
|
-
<a href="#display-instance_method" title="#display (instance method)"
|
272
|
+
<a href="#display-instance_method" title="#display (instance method)">#<strong>display</strong>(msg) ⇒ Object </a>
|
269
273
|
|
270
274
|
|
271
275
|
|
@@ -289,7 +293,7 @@
|
|
289
293
|
<li class="public ">
|
290
294
|
<span class="summary_signature">
|
291
295
|
|
292
|
-
<a href="#error-instance_method" title="#error (instance method)"
|
296
|
+
<a href="#error-instance_method" title="#error (instance method)">#<strong>error</strong>(msg) ⇒ Object </a>
|
293
297
|
|
294
298
|
|
295
299
|
|
@@ -313,7 +317,7 @@
|
|
313
317
|
<li class="public ">
|
314
318
|
<span class="summary_signature">
|
315
319
|
|
316
|
-
<a href="#host-instance_method" title="#host (instance method)"
|
320
|
+
<a href="#host-instance_method" title="#host (instance method)">#<strong>host</strong> ⇒ Object </a>
|
317
321
|
|
318
322
|
|
319
323
|
|
@@ -337,7 +341,7 @@
|
|
337
341
|
<li class="public ">
|
338
342
|
<span class="summary_signature">
|
339
343
|
|
340
|
-
<a href="#host_in-instance_method" title="#host_in (instance method)"
|
344
|
+
<a href="#host_in-instance_method" title="#host_in (instance method)">#<strong>host_in</strong> ⇒ Object </a>
|
341
345
|
|
342
346
|
|
343
347
|
|
@@ -361,7 +365,7 @@
|
|
361
365
|
<li class="public ">
|
362
366
|
<span class="summary_signature">
|
363
367
|
|
364
|
-
<a href="#host_out-instance_method" title="#host_out (instance method)"
|
368
|
+
<a href="#host_out-instance_method" title="#host_out (instance method)">#<strong>host_out</strong> ⇒ Object </a>
|
365
369
|
|
366
370
|
|
367
371
|
|
@@ -385,7 +389,7 @@
|
|
385
389
|
<li class="public ">
|
386
390
|
<span class="summary_signature">
|
387
391
|
|
388
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
392
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> ⇒ Move </a>
|
389
393
|
|
390
394
|
|
391
395
|
|
@@ -411,7 +415,7 @@
|
|
411
415
|
<li class="public ">
|
412
416
|
<span class="summary_signature">
|
413
417
|
|
414
|
-
<a href="#use-instance_method" title="#use (instance method)"
|
418
|
+
<a href="#use-instance_method" title="#use (instance method)">#<strong>use</strong> ⇒ Object </a>
|
415
419
|
|
416
420
|
|
417
421
|
|
@@ -435,7 +439,7 @@
|
|
435
439
|
<li class="public ">
|
436
440
|
<span class="summary_signature">
|
437
441
|
|
438
|
-
<a href="#warn-instance_method" title="#warn (instance method)"
|
442
|
+
<a href="#warn-instance_method" title="#warn (instance method)">#<strong>warn</strong>(msg) ⇒ Object </a>
|
439
443
|
|
440
444
|
|
441
445
|
|
@@ -465,7 +469,7 @@
|
|
465
469
|
<div class="method_details first">
|
466
470
|
<h3 class="signature first" id="initialize-instance_method">
|
467
471
|
|
468
|
-
|
472
|
+
#<strong>initialize</strong> ⇒ <tt><span class='object_link'><a href="" title="Rubu::Move (class)">Move</a></span></tt>
|
469
473
|
|
470
474
|
|
471
475
|
|
@@ -521,7 +525,7 @@
|
|
521
525
|
<div class="method_details first">
|
522
526
|
<h3 class="signature first" id="errmsg-instance_method">
|
523
527
|
|
524
|
-
|
528
|
+
#<strong>errmsg</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
525
529
|
|
526
530
|
|
527
531
|
|
@@ -564,7 +568,7 @@
|
|
564
568
|
<div class="method_details ">
|
565
569
|
<h3 class="signature " id="output-instance_method">
|
566
570
|
|
567
|
-
|
571
|
+
#<strong>output</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
568
572
|
|
569
573
|
|
570
574
|
|
@@ -607,7 +611,7 @@
|
|
607
611
|
<div class="method_details ">
|
608
612
|
<h3 class="signature " id="status-instance_method">
|
609
613
|
|
610
|
-
|
614
|
+
#<strong>status</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
611
615
|
|
612
616
|
|
613
617
|
|
@@ -650,7 +654,7 @@
|
|
650
654
|
<div class="method_details ">
|
651
655
|
<h3 class="signature " id="subs-instance_method">
|
652
656
|
|
653
|
-
|
657
|
+
#<strong>subs</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
654
658
|
|
655
659
|
|
656
660
|
|
@@ -698,7 +702,7 @@
|
|
698
702
|
<div class="method_details first">
|
699
703
|
<h3 class="signature first" id="display-instance_method">
|
700
704
|
|
701
|
-
|
705
|
+
#<strong>display</strong>(msg) ⇒ <tt>Object</tt>
|
702
706
|
|
703
707
|
|
704
708
|
|
@@ -741,7 +745,7 @@
|
|
741
745
|
<div class="method_details ">
|
742
746
|
<h3 class="signature " id="error-instance_method">
|
743
747
|
|
744
|
-
|
748
|
+
#<strong>error</strong>(msg) ⇒ <tt>Object</tt>
|
745
749
|
|
746
750
|
|
747
751
|
|
@@ -784,7 +788,7 @@
|
|
784
788
|
<div class="method_details ">
|
785
789
|
<h3 class="signature " id="host-instance_method">
|
786
790
|
|
787
|
-
|
791
|
+
#<strong>host</strong> ⇒ <tt>Object</tt>
|
788
792
|
|
789
793
|
|
790
794
|
|
@@ -825,7 +829,7 @@
|
|
825
829
|
<div class="method_details ">
|
826
830
|
<h3 class="signature " id="host_in-instance_method">
|
827
831
|
|
828
|
-
|
832
|
+
#<strong>host_in</strong> ⇒ <tt>Object</tt>
|
829
833
|
|
830
834
|
|
831
835
|
|
@@ -866,7 +870,7 @@
|
|
866
870
|
<div class="method_details ">
|
867
871
|
<h3 class="signature " id="host_out-instance_method">
|
868
872
|
|
869
|
-
|
873
|
+
#<strong>host_out</strong> ⇒ <tt>Object</tt>
|
870
874
|
|
871
875
|
|
872
876
|
|
@@ -907,7 +911,7 @@
|
|
907
911
|
<div class="method_details ">
|
908
912
|
<h3 class="signature " id="use-instance_method">
|
909
913
|
|
910
|
-
|
914
|
+
#<strong>use</strong> ⇒ <tt>Object</tt>
|
911
915
|
|
912
916
|
|
913
917
|
|
@@ -950,7 +954,7 @@
|
|
950
954
|
<div class="method_details ">
|
951
955
|
<h3 class="signature " id="warn-instance_method">
|
952
956
|
|
953
|
-
|
957
|
+
#<strong>warn</strong>(msg) ⇒ <tt>Object</tt>
|
954
958
|
|
955
959
|
|
956
960
|
|
@@ -992,11 +996,12 @@
|
|
992
996
|
|
993
997
|
</div>
|
994
998
|
|
995
|
-
|
996
|
-
Generated on
|
999
|
+
<div id="footer">
|
1000
|
+
Generated on Tue Sep 11 08:02:18 2018 by
|
997
1001
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
998
|
-
0.
|
1002
|
+
0.9.16 (ruby-2.5.1).
|
999
1003
|
</div>
|
1000
1004
|
|
1005
|
+
</div>
|
1001
1006
|
</body>
|
1002
1007
|
</html>
|
data/doc/Rubu/MoveStyles.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Module: Rubu::MoveStyles
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.16
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Rubu::MoveStyles";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Rubu/MoveStyles.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,65 +27,66 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
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">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (M)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../Rubu.html" title="Rubu (module)">Rubu</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">MoveStyles</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
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>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
<iframe id="search_frame"></iframe>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
65
61
|
|
66
|
-
|
62
|
+
<div id="content"><h1>Module: Rubu::MoveStyles
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
71
69
|
|
72
|
-
<dl class="box">
|
73
70
|
|
74
71
|
|
75
|
-
|
76
72
|
|
77
|
-
|
78
73
|
|
79
74
|
|
80
|
-
|
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
|
-
|
75
|
+
|
83
76
|
|
77
|
+
<dl>
|
78
|
+
<dt>Included in:</dt>
|
79
|
+
<dd><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>
|
80
|
+
</dl>
|
84
81
|
|
85
|
-
|
86
|
-
|
82
|
+
|
83
|
+
|
84
|
+
<dl>
|
85
|
+
<dt>Defined in:</dt>
|
86
|
+
<dd>lib/rubu.rb</dd>
|
87
|
+
</dl>
|
87
88
|
|
88
|
-
</
|
89
|
-
<div class="clear"></div>
|
89
|
+
</div>
|
90
90
|
|
91
91
|
<h2>Overview</h2><div class="docstring">
|
92
92
|
<div class="discussion">
|
@@ -109,7 +109,7 @@
|
|
109
109
|
|
110
110
|
<h2>
|
111
111
|
Instance Method Summary
|
112
|
-
<small
|
112
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
113
113
|
</h2>
|
114
114
|
|
115
115
|
<ul class="summary">
|
@@ -117,7 +117,7 @@
|
|
117
117
|
<li class="public ">
|
118
118
|
<span class="summary_signature">
|
119
119
|
|
120
|
-
<a href="#parallel_run-instance_method" title="#parallel_run (instance method)"
|
120
|
+
<a href="#parallel_run-instance_method" title="#parallel_run (instance method)">#<strong>parallel_run</strong> ⇒ Object </a>
|
121
121
|
|
122
122
|
|
123
123
|
|
@@ -141,7 +141,7 @@
|
|
141
141
|
<li class="public ">
|
142
142
|
<span class="summary_signature">
|
143
143
|
|
144
|
-
<a href="#serial_run-instance_method" title="#serial_run (instance method)"
|
144
|
+
<a href="#serial_run-instance_method" title="#serial_run (instance method)">#<strong>serial_run</strong> ⇒ Object </a>
|
145
145
|
|
146
146
|
|
147
147
|
|
@@ -174,7 +174,7 @@
|
|
174
174
|
<div class="method_details first">
|
175
175
|
<h3 class="signature first" id="parallel_run-instance_method">
|
176
176
|
|
177
|
-
|
177
|
+
#<strong>parallel_run</strong> ⇒ <tt>Object</tt>
|
178
178
|
|
179
179
|
|
180
180
|
|
@@ -265,13 +265,13 @@
|
|
265
265
|
|
266
266
|
<span class='kw'>def</span> <span class='id identifier rubyid_parallel_run'>parallel_run</span>
|
267
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>
|
268
|
+
<span class='kw'>if</span> <span class='const'><span class='object_link'><a href="Order.html" title="Rubu::Order (class)">Order</a></span></span><span class='lbracket'>[</span> <span class='symbol'>:serial</span> <span class='rbracket'>]</span>
|
269
269
|
|
270
270
|
<span class='id identifier rubyid_serial_run'>serial_run</span>
|
271
271
|
|
272
272
|
<span class='kw'>else</span>
|
273
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>
|
274
|
+
<span class='kw'>if</span> <span class='const'><span class='object_link'><a href="Order.html" title="Rubu::Order (class)">Order</a></span></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'><span class='object_link'><a href="Order.html" title="Rubu::Order (class)">Order</a></span></span><span class='lbracket'>[</span> <span class='symbol'>:parmax</span> <span class='rbracket'>]</span>
|
275
275
|
|
276
276
|
<span class='id identifier rubyid_ths'>ths</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
277
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>
|
@@ -291,7 +291,7 @@
|
|
291
291
|
<span class='id identifier rubyid_done'>done</span> <span class='op'>=</span> <span class='int'>0</span>
|
292
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
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>
|
294
|
+
<span class='id identifier rubyid_incr'>incr</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Order.html" title="Rubu::Order (class)">Order</a></span></span><span class='lbracket'>[</span> <span class='symbol'>:parmax</span> <span class='rbracket'>]</span>
|
295
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
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
297
|
<span class='kw'>end</span>
|
@@ -333,7 +333,7 @@
|
|
333
333
|
<div class="method_details ">
|
334
334
|
<h3 class="signature " id="serial_run-instance_method">
|
335
335
|
|
336
|
-
|
336
|
+
#<strong>serial_run</strong> ⇒ <tt>Object</tt>
|
337
337
|
|
338
338
|
|
339
339
|
|
@@ -393,11 +393,12 @@
|
|
393
393
|
|
394
394
|
</div>
|
395
395
|
|
396
|
-
|
397
|
-
Generated on
|
396
|
+
<div id="footer">
|
397
|
+
Generated on Tue Sep 11 08:02:18 2018 by
|
398
398
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
399
|
-
0.
|
399
|
+
0.9.16 (ruby-2.5.1).
|
400
400
|
</div>
|
401
401
|
|
402
|
+
</div>
|
402
403
|
</body>
|
403
404
|
</html>
|