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/Fork.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::Fork
|
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::Fork";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Rubu/Fork.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 (F)</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">Fork</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::Fork
|
62
|
+
<div id="content"><h1>Class: Rubu::Fork
|
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">
|
@@ -134,7 +134,7 @@
|
|
134
134
|
|
135
135
|
<h2>
|
136
136
|
Instance Method Summary
|
137
|
-
<small
|
137
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
138
138
|
</h2>
|
139
139
|
|
140
140
|
<ul class="summary">
|
@@ -142,7 +142,7 @@
|
|
142
142
|
<li class="public ">
|
143
143
|
<span class="summary_signature">
|
144
144
|
|
145
|
-
<a href="#run-instance_method" title="#run (instance method)"
|
145
|
+
<a href="#run-instance_method" title="#run (instance method)">#<strong>run</strong> ⇒ Object </a>
|
146
146
|
|
147
147
|
|
148
148
|
|
@@ -174,7 +174,7 @@
|
|
174
174
|
|
175
175
|
|
176
176
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Trail.html" title="Rubu::Trail (class)">Trail</a></span></h3>
|
177
|
-
<p class="inherited"><span class='object_link'><a href="Trail.html
|
177
|
+
<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-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>
|
178
178
|
|
179
179
|
|
180
180
|
|
@@ -212,7 +212,7 @@
|
|
212
212
|
<div class="method_details first">
|
213
213
|
<h3 class="signature first" id="run-instance_method">
|
214
214
|
|
215
|
-
|
215
|
+
#<strong>run</strong> ⇒ <tt>Object</tt>
|
216
216
|
|
217
217
|
|
218
218
|
|
@@ -224,12 +224,12 @@
|
|
224
224
|
<pre class="lines">
|
225
225
|
|
226
226
|
|
227
|
-
|
228
|
-
|
229
|
-
|
227
|
+
863
|
228
|
+
864
|
229
|
+
865</pre>
|
230
230
|
</td>
|
231
231
|
<td>
|
232
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
232
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 863</span>
|
233
233
|
|
234
234
|
<span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span>
|
235
235
|
<span class='id identifier rubyid_parallel_run'>parallel_run</span>
|
@@ -243,11 +243,12 @@
|
|
243
243
|
|
244
244
|
</div>
|
245
245
|
|
246
|
-
|
247
|
-
Generated on
|
246
|
+
<div id="footer">
|
247
|
+
Generated on Tue Sep 11 08:02:18 2018 by
|
248
248
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
249
|
-
0.
|
249
|
+
0.9.16 (ruby-2.5.1).
|
250
250
|
</div>
|
251
251
|
|
252
|
+
</div>
|
252
253
|
</body>
|
253
254
|
</html>
|
data/doc/Rubu/Info.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::Info
|
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::Info";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Rubu/Info.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 (I)</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">Info</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::Info
|
62
|
+
<div id="content"><h1>Class: Rubu::Info
|
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="info-classvariable" class="">@@info =
|
@@ -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 472</span>
|
229
233
|
|
230
|
-
<span class='kw'>def</span> <span class='const'>Info</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::Info (class)">Info</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'>@@info</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 467</span>
|
270
274
|
|
271
|
-
<span class='kw'>def</span> <span class='const'>Info</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::Info (class)">Info</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'>@@info</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/Mark.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::Mark
|
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::Mark";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Rubu/Mark.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">Mark</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::Mark
|
62
|
+
<div id="content"><h1>Class: Rubu::Mark
|
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>
|
84
|
+
|
85
|
+
|
88
86
|
|
89
87
|
|
90
|
-
|
91
88
|
|
92
|
-
|
93
89
|
|
94
90
|
|
91
|
+
|
92
|
+
|
93
|
+
|
95
94
|
|
96
|
-
|
97
|
-
<
|
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">
|
@@ -117,13 +117,13 @@ bare file names are not usable.</p>
|
|
117
117
|
|
118
118
|
|
119
119
|
|
120
|
-
<h2>Instance Attribute Summary <small
|
120
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
121
121
|
<ul class="summary">
|
122
122
|
|
123
123
|
<li class="public ">
|
124
124
|
<span class="summary_signature">
|
125
125
|
|
126
|
-
<a href="#base-instance_method" title="#base (instance method)"
|
126
|
+
<a href="#base-instance_method" title="#base (instance method)">#<strong>base</strong> ⇒ Object </a>
|
127
127
|
|
128
128
|
|
129
129
|
|
@@ -152,7 +152,7 @@ bare file names are not usable.</p>
|
|
152
152
|
<li class="public ">
|
153
153
|
<span class="summary_signature">
|
154
154
|
|
155
|
-
<a href="#dir-instance_method" title="#dir (instance method)"
|
155
|
+
<a href="#dir-instance_method" title="#dir (instance method)">#<strong>dir</strong> ⇒ Object </a>
|
156
156
|
|
157
157
|
|
158
158
|
|
@@ -181,7 +181,7 @@ bare file names are not usable.</p>
|
|
181
181
|
<li class="public ">
|
182
182
|
<span class="summary_signature">
|
183
183
|
|
184
|
-
<a href="#ext-instance_method" title="#ext (instance method)"
|
184
|
+
<a href="#ext-instance_method" title="#ext (instance method)">#<strong>ext</strong> ⇒ Object </a>
|
185
185
|
|
186
186
|
|
187
187
|
|
@@ -210,7 +210,7 @@ bare file names are not usable.</p>
|
|
210
210
|
<li class="public ">
|
211
211
|
<span class="summary_signature">
|
212
212
|
|
213
|
-
<a href="#rdir-instance_method" title="#rdir (instance method)"
|
213
|
+
<a href="#rdir-instance_method" title="#rdir (instance method)">#<strong>rdir</strong> ⇒ Object </a>
|
214
214
|
|
215
215
|
|
216
216
|
|
@@ -239,7 +239,7 @@ bare file names are not usable.</p>
|
|
239
239
|
<li class="public ">
|
240
240
|
<span class="summary_signature">
|
241
241
|
|
242
|
-
<a href="#skip-instance_method" title="#skip (instance method)"
|
242
|
+
<a href="#skip-instance_method" title="#skip (instance method)">#<strong>skip</strong> ⇒ Object </a>
|
243
243
|
|
244
244
|
|
245
245
|
|
@@ -271,7 +271,7 @@ bare file names are not usable.</p>
|
|
271
271
|
|
272
272
|
<h2>
|
273
273
|
Class Method Summary
|
274
|
-
<small
|
274
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
275
275
|
</h2>
|
276
276
|
|
277
277
|
<ul class="summary">
|
@@ -279,7 +279,7 @@ bare file names are not usable.</p>
|
|
279
279
|
<li class="public ">
|
280
280
|
<span class="summary_signature">
|
281
281
|
|
282
|
-
<a href="#glob-class_method" title="glob (class method)"
|
282
|
+
<a href="#glob-class_method" title="glob (class method)">.<strong>glob</strong>(pattern) ⇒ Object </a>
|
283
283
|
|
284
284
|
|
285
285
|
|
@@ -303,7 +303,7 @@ bare file names are not usable.</p>
|
|
303
303
|
<li class="public ">
|
304
304
|
<span class="summary_signature">
|
305
305
|
|
306
|
-
<a href="#list-class_method" title="list (class method)"
|
306
|
+
<a href="#list-class_method" title="list (class method)">.<strong>list</strong>(files) ⇒ Object </a>
|
307
307
|
|
308
308
|
|
309
309
|
|
@@ -327,7 +327,7 @@ bare file names are not usable.</p>
|
|
327
327
|
<li class="public ">
|
328
328
|
<span class="summary_signature">
|
329
329
|
|
330
|
-
<a href="#path-class_method" title="path (class method)"
|
330
|
+
<a href="#path-class_method" title="path (class method)">.<strong>path</strong>(file_path) ⇒ Object </a>
|
331
331
|
|
332
332
|
|
333
333
|
|
@@ -352,7 +352,7 @@ bare file names are not usable.</p>
|
|
352
352
|
|
353
353
|
<h2>
|
354
354
|
Instance Method Summary
|
355
|
-
<small
|
355
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
356
356
|
</h2>
|
357
357
|
|
358
358
|
<ul class="summary">
|
@@ -360,7 +360,7 @@ bare file names are not usable.</p>
|
|
360
360
|
<li class="public ">
|
361
361
|
<span class="summary_signature">
|
362
362
|
|
363
|
-
<a href="
|
363
|
+
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(key) ⇒ Object </a>
|
364
364
|
|
365
365
|
|
366
366
|
|
@@ -384,7 +384,7 @@ bare file names are not usable.</p>
|
|
384
384
|
<li class="public ">
|
385
385
|
<span class="summary_signature">
|
386
386
|
|
387
|
-
<a href="
|
387
|
+
<a href="#[]=-instance_method" title="#[]= (instance method)">#<strong>[]=</strong>(key, val) ⇒ Object </a>
|
388
388
|
|
389
389
|
|
390
390
|
|
@@ -408,7 +408,7 @@ bare file names are not usable.</p>
|
|
408
408
|
<li class="public ">
|
409
409
|
<span class="summary_signature">
|
410
410
|
|
411
|
-
<a href="#exist%3F-instance_method" title="#exist? (instance method)"
|
411
|
+
<a href="#exist%3F-instance_method" title="#exist? (instance method)">#<strong>exist?</strong> ⇒ Boolean </a>
|
412
412
|
|
413
413
|
|
414
414
|
|
@@ -432,7 +432,7 @@ bare file names are not usable.</p>
|
|
432
432
|
<li class="public ">
|
433
433
|
<span class="summary_signature">
|
434
434
|
|
435
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
435
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(rdir, base, ext) ⇒ Mark </a>
|
436
436
|
|
437
437
|
|
438
438
|
|
@@ -458,7 +458,7 @@ bare file names are not usable.</p>
|
|
458
458
|
<li class="public ">
|
459
459
|
<span class="summary_signature">
|
460
460
|
|
461
|
-
<a href="#path-instance_method" title="#path (instance method)"
|
461
|
+
<a href="#path-instance_method" title="#path (instance method)">#<strong>path</strong>(ext = @ext) ⇒ Object </a>
|
462
462
|
|
463
463
|
|
464
464
|
|
@@ -482,7 +482,7 @@ bare file names are not usable.</p>
|
|
482
482
|
<li class="public ">
|
483
483
|
<span class="summary_signature">
|
484
484
|
|
485
|
-
<a href="#peer-instance_method" title="#peer (instance method)"
|
485
|
+
<a href="#peer-instance_method" title="#peer (instance method)">#<strong>peer</strong>(rdir, ext, base = nil) ⇒ Object </a>
|
486
486
|
|
487
487
|
|
488
488
|
|
@@ -506,7 +506,7 @@ bare file names are not usable.</p>
|
|
506
506
|
<li class="public ">
|
507
507
|
<span class="summary_signature">
|
508
508
|
|
509
|
-
<a href="#rpath-instance_method" title="#rpath (instance method)"
|
509
|
+
<a href="#rpath-instance_method" title="#rpath (instance method)">#<strong>rpath</strong>(ext = @ext) ⇒ Object </a>
|
510
510
|
|
511
511
|
|
512
512
|
|
@@ -530,7 +530,7 @@ bare file names are not usable.</p>
|
|
530
530
|
<li class="public ">
|
531
531
|
<span class="summary_signature">
|
532
532
|
|
533
|
-
<a href="#set_opt-instance_method" title="#set_opt (instance method)"
|
533
|
+
<a href="#set_opt-instance_method" title="#set_opt (instance method)">#<strong>set_opt</strong>(key, val) ⇒ Object </a>
|
534
534
|
|
535
535
|
|
536
536
|
|
@@ -554,7 +554,7 @@ bare file names are not usable.</p>
|
|
554
554
|
<li class="public ">
|
555
555
|
<span class="summary_signature">
|
556
556
|
|
557
|
-
<a href="#time-instance_method" title="#time (instance method)"
|
557
|
+
<a href="#time-instance_method" title="#time (instance method)">#<strong>time</strong> ⇒ Object </a>
|
558
558
|
|
559
559
|
|
560
560
|
|
@@ -584,7 +584,7 @@ bare file names are not usable.</p>
|
|
584
584
|
<div class="method_details first">
|
585
585
|
<h3 class="signature first" id="initialize-instance_method">
|
586
586
|
|
587
|
-
|
587
|
+
#<strong>initialize</strong>(rdir, base, ext) ⇒ <tt><span class='object_link'><a href="" title="Rubu::Mark (class)">Mark</a></span></tt>
|
588
588
|
|
589
589
|
|
590
590
|
|
@@ -677,7 +677,7 @@ bare file names are not usable.</p>
|
|
677
677
|
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 333</span>
|
678
678
|
|
679
679
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='comma'>,</span> <span class='id identifier rubyid_base'>base</span><span class='comma'>,</span> <span class='id identifier rubyid_ext'>ext</span> <span class='rparen'>)</span>
|
680
|
-
<span class='kw'>if</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='period'>.</span><span class='id identifier rubyid_kind_of?'>kind_of?</span> <span class='const'>Array</span>
|
680
|
+
<span class='kw'>if</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='period'>.</span><span class='id identifier rubyid_kind_of?'>kind_of?</span> <span class='const'><span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></span>
|
681
681
|
<span class='ivar'>@dir</span> <span class='op'>=</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_absolute_path'>absolute_path</span><span class='lparen'>(</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/</span><span class='tstring_end'>'</span></span> <span class='rparen'>)</span> <span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/</span><span class='tstring_end'>'</span></span> <span class='rparen'>)</span>
|
682
682
|
<span class='ivar'>@rdir</span> <span class='op'>=</span> <span class='id identifier rubyid_rdir'>rdir</span>
|
683
683
|
<span class='kw'>else</span>
|
@@ -704,7 +704,7 @@ bare file names are not usable.</p>
|
|
704
704
|
<div class="method_details first">
|
705
705
|
<h3 class="signature first" id="base-instance_method">
|
706
706
|
|
707
|
-
|
707
|
+
#<strong>base</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
708
708
|
|
709
709
|
|
710
710
|
|
@@ -747,7 +747,7 @@ bare file names are not usable.</p>
|
|
747
747
|
<div class="method_details ">
|
748
748
|
<h3 class="signature " id="dir-instance_method">
|
749
749
|
|
750
|
-
|
750
|
+
#<strong>dir</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
751
751
|
|
752
752
|
|
753
753
|
|
@@ -790,7 +790,7 @@ bare file names are not usable.</p>
|
|
790
790
|
<div class="method_details ">
|
791
791
|
<h3 class="signature " id="ext-instance_method">
|
792
792
|
|
793
|
-
|
793
|
+
#<strong>ext</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
794
794
|
|
795
795
|
|
796
796
|
|
@@ -833,7 +833,7 @@ bare file names are not usable.</p>
|
|
833
833
|
<div class="method_details ">
|
834
834
|
<h3 class="signature " id="rdir-instance_method">
|
835
835
|
|
836
|
-
|
836
|
+
#<strong>rdir</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
837
837
|
|
838
838
|
|
839
839
|
|
@@ -876,7 +876,7 @@ bare file names are not usable.</p>
|
|
876
876
|
<div class="method_details ">
|
877
877
|
<h3 class="signature " id="skip-instance_method">
|
878
878
|
|
879
|
-
|
879
|
+
#<strong>skip</strong> ⇒ <tt>Object</tt>
|
880
880
|
|
881
881
|
|
882
882
|
|
@@ -924,7 +924,7 @@ bare file names are not usable.</p>
|
|
924
924
|
<div class="method_details first">
|
925
925
|
<h3 class="signature first" id="glob-class_method">
|
926
926
|
|
927
|
-
|
927
|
+
.<strong>glob</strong>(pattern) ⇒ <tt>Object</tt>
|
928
928
|
|
929
929
|
|
930
930
|
|
@@ -974,8 +974,8 @@ bare file names are not usable.</p>
|
|
974
974
|
<td>
|
975
975
|
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 307</span>
|
976
976
|
|
977
|
-
<span class='kw'>def</span> <span class='const'>Mark</span><span class='period'>.</span><span class='id identifier rubyid_glob'>glob</span><span class='lparen'>(</span> <span class='id identifier rubyid_pattern'>pattern</span> <span class='rparen'>)</span>
|
978
|
-
<span class='const'>Mark</span><span class='period'>.</span><span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span> <span class='const'>Dir</span><span class='period'>.</span><span class='id identifier rubyid_glob'>glob</span><span class='lparen'>(</span> <span class='id identifier rubyid_pattern'>pattern</span> <span class='rparen'>)</span> <span class='rparen'>)</span>
|
977
|
+
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Rubu::Mark (class)">Mark</a></span></span><span class='period'>.</span><span class='id identifier rubyid_glob'>glob</span><span class='lparen'>(</span> <span class='id identifier rubyid_pattern'>pattern</span> <span class='rparen'>)</span>
|
978
|
+
<span class='const'><span class='object_link'><a href="" title="Rubu::Mark (class)">Mark</a></span></span><span class='period'>.</span><span class='id identifier rubyid_list'><span class='object_link'><a href="#list-class_method" title="Rubu::Mark.list (method)">list</a></span></span><span class='lparen'>(</span> <span class='const'>Dir</span><span class='period'>.</span><span class='id identifier rubyid_glob'>glob</span><span class='lparen'>(</span> <span class='id identifier rubyid_pattern'>pattern</span> <span class='rparen'>)</span> <span class='rparen'>)</span>
|
979
979
|
<span class='kw'>end</span></pre>
|
980
980
|
</td>
|
981
981
|
</tr>
|
@@ -985,7 +985,7 @@ bare file names are not usable.</p>
|
|
985
985
|
<div class="method_details ">
|
986
986
|
<h3 class="signature " id="list-class_method">
|
987
987
|
|
988
|
-
|
988
|
+
.<strong>list</strong>(files) ⇒ <tt>Object</tt>
|
989
989
|
|
990
990
|
|
991
991
|
|
@@ -1038,11 +1038,11 @@ bare file names are not usable.</p>
|
|
1038
1038
|
<td>
|
1039
1039
|
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 296</span>
|
1040
1040
|
|
1041
|
-
<span class='kw'>def</span> <span class='const'>Mark</span><span class='period'>.</span><span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span> <span class='id identifier rubyid_files'>files</span> <span class='rparen'>)</span>
|
1042
|
-
<span class='kw'>unless</span> <span class='id identifier rubyid_files'>files</span><span class='period'>.</span><span class='id identifier rubyid_kind_of?'>kind_of?</span> <span class='const'>Array</span>
|
1041
|
+
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Rubu::Mark (class)">Mark</a></span></span><span class='period'>.</span><span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span> <span class='id identifier rubyid_files'>files</span> <span class='rparen'>)</span>
|
1042
|
+
<span class='kw'>unless</span> <span class='id identifier rubyid_files'>files</span><span class='period'>.</span><span class='id identifier rubyid_kind_of?'>kind_of?</span> <span class='const'><span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></span>
|
1043
1043
|
<span class='id identifier rubyid_files'>files</span> <span class='op'>=</span> <span class='lbracket'>[</span> <span class='id identifier rubyid_files'>files</span> <span class='rbracket'>]</span>
|
1044
1044
|
<span class='kw'>end</span>
|
1045
|
-
<span class='id identifier rubyid_files'>files</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_file'>file</span><span class='op'>|</span> <span class='const'>Mark</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='lparen'>(</span> <span class='id identifier rubyid_file'>file</span> <span class='rparen'>)</span> <span class='rbrace'>}</span>
|
1045
|
+
<span class='id identifier rubyid_files'>files</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_file'>file</span><span class='op'>|</span> <span class='const'><span class='object_link'><a href="" title="Rubu::Mark (class)">Mark</a></span></span><span class='period'>.</span><span class='id identifier rubyid_path'><span class='object_link'><a href="#path-class_method" title="Rubu::Mark.path (method)">path</a></span></span><span class='lparen'>(</span> <span class='id identifier rubyid_file'>file</span> <span class='rparen'>)</span> <span class='rbrace'>}</span>
|
1046
1046
|
<span class='kw'>end</span></pre>
|
1047
1047
|
</td>
|
1048
1048
|
</tr>
|
@@ -1052,7 +1052,7 @@ bare file names are not usable.</p>
|
|
1052
1052
|
<div class="method_details ">
|
1053
1053
|
<h3 class="signature " id="path-class_method">
|
1054
1054
|
|
1055
|
-
|
1055
|
+
.<strong>path</strong>(file_path) ⇒ <tt>Object</tt>
|
1056
1056
|
|
1057
1057
|
|
1058
1058
|
|
@@ -1107,13 +1107,13 @@ bare file names are not usable.</p>
|
|
1107
1107
|
<td>
|
1108
1108
|
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 284</span>
|
1109
1109
|
|
1110
|
-
<span class='kw'>def</span> <span class='const'>Mark</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='lparen'>(</span> <span class='id identifier rubyid_file_path'>file_path</span> <span class='rparen'>)</span>
|
1110
|
+
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Rubu::Mark (class)">Mark</a></span></span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='lparen'>(</span> <span class='id identifier rubyid_file_path'>file_path</span> <span class='rparen'>)</span>
|
1111
1111
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_absolute_path'>absolute_path</span><span class='lparen'>(</span> <span class='id identifier rubyid_file_path'>file_path</span> <span class='rparen'>)</span>
|
1112
1112
|
<span class='id identifier rubyid_dir'>dir</span> <span class='op'>=</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span> <span class='id identifier rubyid_path'>path</span> <span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/</span><span class='tstring_end'>'</span></span> <span class='rparen'>)</span>
|
1113
1113
|
<span class='id identifier rubyid_rdir'>rdir</span> <span class='op'>=</span> <span class='id identifier rubyid_dir'>dir</span> <span class='op'>-</span> <span class='const'>Dir</span><span class='period'>.</span><span class='id identifier rubyid_pwd'>pwd</span><span class='period'>.</span><span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/</span><span class='tstring_end'>'</span></span> <span class='rparen'>)</span>
|
1114
1114
|
<span class='id identifier rubyid_ext'>ext</span> <span class='op'>=</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_extname'>extname</span><span class='lparen'>(</span> <span class='id identifier rubyid_path'>path</span> <span class='rparen'>)</span>
|
1115
1115
|
<span class='id identifier rubyid_base'>base</span> <span class='op'>=</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_basename'>basename</span><span class='lparen'>(</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_ext'>ext</span> <span class='rparen'>)</span>
|
1116
|
-
<span class='const'>Mark</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='comma'>,</span> <span class='id identifier rubyid_base'>base</span><span class='comma'>,</span> <span class='id identifier rubyid_ext'>ext</span> <span class='rparen'>)</span>
|
1116
|
+
<span class='const'><span class='object_link'><a href="" title="Rubu::Mark (class)">Mark</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="Rubu::Mark#initialize (method)">new</a></span></span><span class='lparen'>(</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='comma'>,</span> <span class='id identifier rubyid_base'>base</span><span class='comma'>,</span> <span class='id identifier rubyid_ext'>ext</span> <span class='rparen'>)</span>
|
1117
1117
|
<span class='kw'>end</span></pre>
|
1118
1118
|
</td>
|
1119
1119
|
</tr>
|
@@ -1129,7 +1129,7 @@ bare file names are not usable.</p>
|
|
1129
1129
|
<div class="method_details first">
|
1130
1130
|
<h3 class="signature first" id="[]-instance_method">
|
1131
1131
|
|
1132
|
-
|
1132
|
+
#<strong>[]</strong>(key) ⇒ <tt>Object</tt>
|
1133
1133
|
|
1134
1134
|
|
1135
1135
|
|
@@ -1170,7 +1170,7 @@ bare file names are not usable.</p>
|
|
1170
1170
|
<div class="method_details ">
|
1171
1171
|
<h3 class="signature " id="[]=-instance_method">
|
1172
1172
|
|
1173
|
-
|
1173
|
+
#<strong>[]=</strong>(key, val) ⇒ <tt>Object</tt>
|
1174
1174
|
|
1175
1175
|
|
1176
1176
|
|
@@ -1211,7 +1211,7 @@ bare file names are not usable.</p>
|
|
1211
1211
|
<div class="method_details ">
|
1212
1212
|
<h3 class="signature " id="exist?-instance_method">
|
1213
1213
|
|
1214
|
-
|
1214
|
+
#<strong>exist?</strong> ⇒ <tt>Boolean</tt>
|
1215
1215
|
|
1216
1216
|
|
1217
1217
|
|
@@ -1265,7 +1265,7 @@ bare file names are not usable.</p>
|
|
1265
1265
|
<div class="method_details ">
|
1266
1266
|
<h3 class="signature " id="path-instance_method">
|
1267
1267
|
|
1268
|
-
|
1268
|
+
#<strong>path</strong>(ext = @ext) ⇒ <tt>Object</tt>
|
1269
1269
|
|
1270
1270
|
|
1271
1271
|
|
@@ -1328,7 +1328,7 @@ bare file names are not usable.</p>
|
|
1328
1328
|
<div class="method_details ">
|
1329
1329
|
<h3 class="signature " id="peer-instance_method">
|
1330
1330
|
|
1331
|
-
|
1331
|
+
#<strong>peer</strong>(rdir, ext, base = nil) ⇒ <tt>Object</tt>
|
1332
1332
|
|
1333
1333
|
|
1334
1334
|
|
@@ -1415,7 +1415,7 @@ bare file names are not usable.</p>
|
|
1415
1415
|
|
1416
1416
|
<span class='kw'>def</span> <span class='id identifier rubyid_peer'>peer</span><span class='lparen'>(</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='comma'>,</span> <span class='id identifier rubyid_ext'>ext</span><span class='comma'>,</span> <span class='id identifier rubyid_base'>base</span> <span class='op'>=</span> <span class='kw'>nil</span> <span class='rparen'>)</span>
|
1417
1417
|
<span class='id identifier rubyid_base'>base</span> <span class='op'>||=</span> <span class='ivar'>@base</span>
|
1418
|
-
<span class='const'>Mark</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='comma'>,</span> <span class='id identifier rubyid_base'>base</span><span class='comma'>,</span> <span class='id identifier rubyid_ext'>ext</span> <span class='rparen'>)</span>
|
1418
|
+
<span class='const'><span class='object_link'><a href="" title="Rubu::Mark (class)">Mark</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="Rubu::Mark#initialize (method)">new</a></span></span><span class='lparen'>(</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='comma'>,</span> <span class='id identifier rubyid_base'>base</span><span class='comma'>,</span> <span class='id identifier rubyid_ext'>ext</span> <span class='rparen'>)</span>
|
1419
1419
|
<span class='kw'>end</span></pre>
|
1420
1420
|
</td>
|
1421
1421
|
</tr>
|
@@ -1425,7 +1425,7 @@ bare file names are not usable.</p>
|
|
1425
1425
|
<div class="method_details ">
|
1426
1426
|
<h3 class="signature " id="rpath-instance_method">
|
1427
1427
|
|
1428
|
-
|
1428
|
+
#<strong>rpath</strong>(ext = @ext) ⇒ <tt>Object</tt>
|
1429
1429
|
|
1430
1430
|
|
1431
1431
|
|
@@ -1488,7 +1488,7 @@ bare file names are not usable.</p>
|
|
1488
1488
|
<div class="method_details ">
|
1489
1489
|
<h3 class="signature " id="set_opt-instance_method">
|
1490
1490
|
|
1491
|
-
|
1491
|
+
#<strong>set_opt</strong>(key, val) ⇒ <tt>Object</tt>
|
1492
1492
|
|
1493
1493
|
|
1494
1494
|
|
@@ -1531,7 +1531,7 @@ bare file names are not usable.</p>
|
|
1531
1531
|
<div class="method_details ">
|
1532
1532
|
<h3 class="signature " id="time-instance_method">
|
1533
1533
|
|
1534
|
-
|
1534
|
+
#<strong>time</strong> ⇒ <tt>Object</tt>
|
1535
1535
|
|
1536
1536
|
|
1537
1537
|
|
@@ -1573,11 +1573,12 @@ bare file names are not usable.</p>
|
|
1573
1573
|
|
1574
1574
|
</div>
|
1575
1575
|
|
1576
|
-
|
1577
|
-
Generated on
|
1576
|
+
<div id="footer">
|
1577
|
+
Generated on Tue Sep 11 08:02:18 2018 by
|
1578
1578
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1579
|
-
0.
|
1579
|
+
0.9.16 (ruby-2.5.1).
|
1580
1580
|
</div>
|
1581
1581
|
|
1582
|
+
</div>
|
1582
1583
|
</body>
|
1583
1584
|
</html>
|