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/Var.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::Var
|
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::Var";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Rubu/Var.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 (V)</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">Var</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::Var
|
62
|
+
<div id="content"><h1>Class: Rubu::Var
|
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">
|
@@ -111,8 +111,12 @@
|
|
111
111
|
|
112
112
|
|
113
113
|
</div>
|
114
|
-
<h2>Constant Summary</h2>
|
115
114
|
|
115
|
+
<h2>
|
116
|
+
Constant Summary
|
117
|
+
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
|
118
|
+
</h2>
|
119
|
+
|
116
120
|
<dl class="constants">
|
117
121
|
|
118
122
|
<dt id="var-classvariable" class="">@@var =
|
@@ -132,7 +136,7 @@
|
|
132
136
|
|
133
137
|
<h2>
|
134
138
|
Class Method Summary
|
135
|
-
<small
|
139
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
136
140
|
</h2>
|
137
141
|
|
138
142
|
<ul class="summary">
|
@@ -140,7 +144,7 @@
|
|
140
144
|
<li class="public ">
|
141
145
|
<span class="summary_signature">
|
142
146
|
|
143
|
-
<a href="
|
147
|
+
<a href="#[]-class_method" title="[] (class method)">.<strong>[]</strong>(key) ⇒ Object </a>
|
144
148
|
|
145
149
|
|
146
150
|
|
@@ -164,7 +168,7 @@
|
|
164
168
|
<li class="public ">
|
165
169
|
<span class="summary_signature">
|
166
170
|
|
167
|
-
<a href="
|
171
|
+
<a href="#[]=-class_method" title="[]= (class method)">.<strong>[]=</strong>(key, val) ⇒ Object </a>
|
168
172
|
|
169
173
|
|
170
174
|
|
@@ -197,7 +201,7 @@
|
|
197
201
|
<div class="method_details first">
|
198
202
|
<h3 class="signature first" id="[]-class_method">
|
199
203
|
|
200
|
-
|
204
|
+
.<strong>[]</strong>(key) ⇒ <tt>Object</tt>
|
201
205
|
|
202
206
|
|
203
207
|
|
@@ -227,7 +231,7 @@
|
|
227
231
|
<td>
|
228
232
|
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 454</span>
|
229
233
|
|
230
|
-
<span class='kw'>def</span> <span class='const'>Var</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>
|
234
|
+
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Rubu::Var (class)">Var</a></span></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>
|
231
235
|
<span class='cvar'>@@var</span><span class='lbracket'>[</span> <span class='id identifier rubyid_key'>key</span> <span class='rbracket'>]</span>
|
232
236
|
<span class='kw'>end</span></pre>
|
233
237
|
</td>
|
@@ -238,7 +242,7 @@
|
|
238
242
|
<div class="method_details ">
|
239
243
|
<h3 class="signature " id="[]=-class_method">
|
240
244
|
|
241
|
-
|
245
|
+
.<strong>[]=</strong>(key, val) ⇒ <tt>Object</tt>
|
242
246
|
|
243
247
|
|
244
248
|
|
@@ -268,7 +272,7 @@
|
|
268
272
|
<td>
|
269
273
|
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 449</span>
|
270
274
|
|
271
|
-
<span class='kw'>def</span> <span class='const'>Var</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>
|
275
|
+
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Rubu::Var (class)">Var</a></span></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>
|
272
276
|
<span class='cvar'>@@var</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>
|
273
277
|
<span class='kw'>end</span></pre>
|
274
278
|
</td>
|
@@ -280,11 +284,12 @@
|
|
280
284
|
|
281
285
|
</div>
|
282
286
|
|
283
|
-
|
284
|
-
Generated on
|
287
|
+
<div id="footer">
|
288
|
+
Generated on Tue Sep 11 08:02:18 2018 by
|
285
289
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
286
|
-
0.
|
290
|
+
0.9.16 (ruby-2.5.1).
|
287
291
|
</div>
|
288
292
|
|
293
|
+
</div>
|
289
294
|
</body>
|
290
295
|
</html>
|
data/doc/Rubu/Walk.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::Walk
|
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::Walk";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Rubu/Walk.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 (W)</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">Walk</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::Walk
|
62
|
+
<div id="content"><h1>Class: Rubu::Walk
|
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"><span class='object_link'><a href="Trail.html" title="Rubu::Trail (class)">Trail</a></span></span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -87,21 +83,25 @@
|
|
87
83
|
</ul>
|
88
84
|
<a href="#" class="inheritanceTree">show all</a>
|
89
85
|
|
90
|
-
|
91
|
-
|
86
|
+
</dd>
|
87
|
+
</dl>
|
88
|
+
|
89
|
+
|
92
90
|
|
93
91
|
|
94
|
-
|
95
92
|
|
96
|
-
|
97
93
|
|
98
94
|
|
95
|
+
|
96
|
+
|
97
|
+
|
99
98
|
|
100
|
-
|
101
|
-
<
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/rubu.rb</dd>
|
102
|
+
</dl>
|
102
103
|
|
103
|
-
</
|
104
|
-
<div class="clear"></div>
|
104
|
+
</div>
|
105
105
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
@@ -141,7 +141,7 @@
|
|
141
141
|
<h2>Method Summary</h2>
|
142
142
|
|
143
143
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Trail.html" title="Rubu::Trail (class)">Trail</a></span></h3>
|
144
|
-
<p class="inherited"><span class='object_link'><a href="Trail.html
|
144
|
+
<p class="inherited"><span class='object_link'><a href="Trail.html#[]-class_method" title="Rubu::Trail.[] (method)">[]</a></span>, <span class='object_link'><a href="Trail.html#form-class_method" title="Rubu::Trail.form (method)">form</a></span>, <span class='object_link'><a href="Trail.html#initialize-instance_method" title="Rubu::Trail#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Trail.html#list-class_method" title="Rubu::Trail.list (method)">list</a></span>, <span class='object_link'><a href="Trail.html#load_setup-class_method" title="Rubu::Trail.load_setup (method)">load_setup</a></span>, <span class='object_link'><a href="Trail.html#pick-instance_method" title="Rubu::Trail#pick (method)">#pick</a></span>, <span class='object_link'><a href="Trail.html#run-instance_method" title="Rubu::Trail#run (method)">#run</a></span>, <span class='object_link'><a href="Trail.html#run-class_method" title="Rubu::Trail.run (method)">run</a></span>, <span class='object_link'><a href="Trail.html#setup-class_method" title="Rubu::Trail.setup (method)">setup</a></span></p>
|
145
145
|
|
146
146
|
|
147
147
|
|
@@ -174,11 +174,12 @@
|
|
174
174
|
|
175
175
|
</div>
|
176
176
|
|
177
|
-
|
178
|
-
Generated on
|
177
|
+
<div id="footer">
|
178
|
+
Generated on Tue Sep 11 08:02:18 2018 by
|
179
179
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
180
|
-
0.
|
180
|
+
0.9.16 (ruby-2.5.1).
|
181
181
|
</div>
|
182
182
|
|
183
|
+
</div>
|
183
184
|
</body>
|
184
185
|
</html>
|
data/doc/_index.html
CHANGED
@@ -1,10 +1,10 @@
|
|
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
|
-
Documentation by YARD 0.
|
7
|
+
Documentation by YARD 0.9.16
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
@@ -13,9 +13,8 @@
|
|
13
13
|
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
15
|
<script type="text/javascript" charset="utf-8">
|
16
|
-
|
16
|
+
pathId = null;
|
17
17
|
relpath = '';
|
18
|
-
framesUrl = "frames.html#!_index.html";
|
19
18
|
</script>
|
20
19
|
|
21
20
|
|
@@ -26,37 +25,34 @@
|
|
26
25
|
|
27
26
|
</head>
|
28
27
|
<body>
|
29
|
-
<div
|
30
|
-
<
|
31
|
-
|
28
|
+
<div class="nav_wrap">
|
29
|
+
<iframe id="nav" src="class_list.html?1"></iframe>
|
30
|
+
<div id="resizer"></div>
|
31
|
+
</div>
|
32
32
|
|
33
|
-
|
33
|
+
<div id="main" tabindex="-1">
|
34
|
+
<div id="header">
|
35
|
+
<div id="menu">
|
36
|
+
|
34
37
|
</div>
|
35
38
|
|
36
|
-
|
39
|
+
<div id="search">
|
37
40
|
|
38
41
|
<a class="full_list_link" id="class_list_link"
|
39
42
|
href="class_list.html">
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
</a>
|
47
|
-
|
48
|
-
<a class="full_list_link" id="file_list_link"
|
49
|
-
href="file_list.html">
|
50
|
-
File List
|
43
|
+
|
44
|
+
<svg width="24" height="24">
|
45
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
46
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
47
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
48
|
+
</svg>
|
51
49
|
</a>
|
52
50
|
|
53
51
|
</div>
|
54
|
-
|
55
|
-
|
52
|
+
<div class="clear"></div>
|
53
|
+
</div>
|
56
54
|
|
57
|
-
|
58
|
-
|
59
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.6</h1>
|
55
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.16</h1>
|
60
56
|
<div id="listing">
|
61
57
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
62
58
|
|
@@ -295,11 +291,12 @@
|
|
295
291
|
|
296
292
|
</div>
|
297
293
|
|
298
|
-
|
299
|
-
Generated on
|
294
|
+
<div id="footer">
|
295
|
+
Generated on Tue Sep 11 08:02:18 2018 by
|
300
296
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
301
|
-
0.
|
297
|
+
0.9.16 (ruby-2.5.1).
|
302
298
|
</div>
|
303
299
|
|
300
|
+
</div>
|
304
301
|
</body>
|
305
302
|
</html>
|