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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 67ce9388e9a70650f5928eec7fac19e09bd0c4933f9ffc2649f3611bd27b56e7
|
4
|
+
data.tar.gz: 02d0a5f048619f426af9b2b323097e9641c4ef48f043e0903406a5c10c406542
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '087d165c3e2bd4b3acaea37ae055da56c521c12e3dcb136256dc673efb6a9ffbacd9bcb3331ffc670de144bc9de28dedb5a99ffdd56679a704371c6a3cb4ed04'
|
7
|
+
data.tar.gz: d7daf9a6b5127edb058df97427b577fa3b449ec9bae3d4de93559626a66a7582d98f520c679f55055b2764a497a9cc0c8fd73a828703b4fe63e198360ae3f3be
|
data/CHANGELOG.rdoc
CHANGED
data/doc/Array.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: Array
|
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 = "Array";
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!Array.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 (A)</a> »
|
35
40
|
|
36
41
|
|
37
42
|
<span class="title">Array</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: Array
|
62
|
+
<div id="content"><h1>Class: Array
|
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
|
-
<dd class="r2 last">lib/rubu.rb</dd>
|
91
|
+
|
98
92
|
|
99
|
-
|
100
|
-
|
93
|
+
|
94
|
+
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/rubu.rb</dd>
|
98
|
+
</dl>
|
99
|
+
|
100
|
+
</div>
|
101
101
|
|
102
102
|
<h2>Overview</h2><div class="docstring">
|
103
103
|
<div class="discussion">
|
@@ -120,7 +120,7 @@
|
|
120
120
|
|
121
121
|
<h2>
|
122
122
|
Instance Method Summary
|
123
|
-
<small
|
123
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
124
124
|
</h2>
|
125
125
|
|
126
126
|
<ul class="summary">
|
@@ -128,7 +128,7 @@
|
|
128
128
|
<li class="public ">
|
129
129
|
<span class="summary_signature">
|
130
130
|
|
131
|
-
<a href="#path-instance_method" title="#path (instance method)"
|
131
|
+
<a href="#path-instance_method" title="#path (instance method)">#<strong>path</strong>(joiner = ' ') ⇒ Object </a>
|
132
132
|
|
133
133
|
|
134
134
|
|
@@ -152,7 +152,7 @@
|
|
152
152
|
<li class="public ">
|
153
153
|
<span class="summary_signature">
|
154
154
|
|
155
|
-
<a href="#peer-instance_method" title="#peer (instance method)"
|
155
|
+
<a href="#peer-instance_method" title="#peer (instance method)">#<strong>peer</strong>(rdir, ext, base = nil) ⇒ Object </a>
|
156
156
|
|
157
157
|
|
158
158
|
|
@@ -176,7 +176,7 @@
|
|
176
176
|
<li class="public ">
|
177
177
|
<span class="summary_signature">
|
178
178
|
|
179
|
-
<a href="#rpath-instance_method" title="#rpath (instance method)"
|
179
|
+
<a href="#rpath-instance_method" title="#rpath (instance method)">#<strong>rpath</strong>(joiner = ' ') ⇒ Object </a>
|
180
180
|
|
181
181
|
|
182
182
|
|
@@ -200,7 +200,7 @@
|
|
200
200
|
<li class="public ">
|
201
201
|
<span class="summary_signature">
|
202
202
|
|
203
|
-
<a href="#set_opt-instance_method" title="#set_opt (instance method)"
|
203
|
+
<a href="#set_opt-instance_method" title="#set_opt (instance method)">#<strong>set_opt</strong>(key, val) ⇒ Object </a>
|
204
204
|
|
205
205
|
|
206
206
|
|
@@ -224,7 +224,7 @@
|
|
224
224
|
<li class="public ">
|
225
225
|
<span class="summary_signature">
|
226
226
|
|
227
|
-
<a href="#use-instance_method" title="#use (instance method)"
|
227
|
+
<a href="#use-instance_method" title="#use (instance method)">#<strong>use</strong> ⇒ Object </a>
|
228
228
|
|
229
229
|
|
230
230
|
|
@@ -257,7 +257,7 @@
|
|
257
257
|
<div class="method_details first">
|
258
258
|
<h3 class="signature first" id="path-instance_method">
|
259
259
|
|
260
|
-
|
260
|
+
#<strong>path</strong>(joiner = ' ') ⇒ <tt>Object</tt>
|
261
261
|
|
262
262
|
|
263
263
|
|
@@ -280,12 +280,12 @@
|
|
280
280
|
<pre class="lines">
|
281
281
|
|
282
282
|
|
283
|
-
|
284
|
-
|
285
|
-
|
283
|
+
897
|
284
|
+
898
|
285
|
+
899</pre>
|
286
286
|
</td>
|
287
287
|
<td>
|
288
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
288
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 897</span>
|
289
289
|
|
290
290
|
<span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span><span class='lparen'>(</span> <span class='id identifier rubyid_joiner'>joiner</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'> </span><span class='tstring_end'>'</span></span> <span class='rparen'>)</span>
|
291
291
|
<span class='kw'>self</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_item'>item</span><span class='op'>|</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span> <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span> <span class='id identifier rubyid_joiner'>joiner</span> <span class='rparen'>)</span>
|
@@ -298,7 +298,7 @@
|
|
298
298
|
<div class="method_details ">
|
299
299
|
<h3 class="signature " id="peer-instance_method">
|
300
300
|
|
301
|
-
|
301
|
+
#<strong>peer</strong>(rdir, ext, base = nil) ⇒ <tt>Object</tt>
|
302
302
|
|
303
303
|
|
304
304
|
|
@@ -321,14 +321,14 @@
|
|
321
321
|
<pre class="lines">
|
322
322
|
|
323
323
|
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
324
|
+
890
|
325
|
+
891
|
326
|
+
892
|
327
|
+
893
|
328
|
+
894</pre>
|
329
329
|
</td>
|
330
330
|
<td>
|
331
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
331
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 890</span>
|
332
332
|
|
333
333
|
<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>
|
334
334
|
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_item'>item</span><span class='op'>|</span>
|
@@ -343,7 +343,7 @@
|
|
343
343
|
<div class="method_details ">
|
344
344
|
<h3 class="signature " id="rpath-instance_method">
|
345
345
|
|
346
|
-
|
346
|
+
#<strong>rpath</strong>(joiner = ' ') ⇒ <tt>Object</tt>
|
347
347
|
|
348
348
|
|
349
349
|
|
@@ -366,12 +366,12 @@
|
|
366
366
|
<pre class="lines">
|
367
367
|
|
368
368
|
|
369
|
-
|
370
|
-
|
371
|
-
|
369
|
+
902
|
370
|
+
903
|
371
|
+
904</pre>
|
372
372
|
</td>
|
373
373
|
<td>
|
374
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
374
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 902</span>
|
375
375
|
|
376
376
|
<span class='kw'>def</span> <span class='id identifier rubyid_rpath'>rpath</span><span class='lparen'>(</span> <span class='id identifier rubyid_joiner'>joiner</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'> </span><span class='tstring_end'>'</span></span> <span class='rparen'>)</span>
|
377
377
|
<span class='kw'>self</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_item'>item</span><span class='op'>|</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_rpath'>rpath</span> <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span> <span class='id identifier rubyid_joiner'>joiner</span> <span class='rparen'>)</span>
|
@@ -384,7 +384,7 @@
|
|
384
384
|
<div class="method_details ">
|
385
385
|
<h3 class="signature " id="set_opt-instance_method">
|
386
386
|
|
387
|
-
|
387
|
+
#<strong>set_opt</strong>(key, val) ⇒ <tt>Object</tt>
|
388
388
|
|
389
389
|
|
390
390
|
|
@@ -407,15 +407,15 @@
|
|
407
407
|
<pre class="lines">
|
408
408
|
|
409
409
|
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
410
|
+
882
|
411
|
+
883
|
412
|
+
884
|
413
|
+
885
|
414
|
+
886
|
415
|
+
887</pre>
|
416
416
|
</td>
|
417
417
|
<td>
|
418
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
418
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 882</span>
|
419
419
|
|
420
420
|
<span class='kw'>def</span> <span class='id identifier rubyid_set_opt'>set_opt</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>
|
421
421
|
<span class='kw'>self</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>
|
@@ -431,7 +431,7 @@
|
|
431
431
|
<div class="method_details ">
|
432
432
|
<h3 class="signature " id="use-instance_method">
|
433
433
|
|
434
|
-
|
434
|
+
#<strong>use</strong> ⇒ <tt>Object</tt>
|
435
435
|
|
436
436
|
|
437
437
|
|
@@ -454,14 +454,14 @@
|
|
454
454
|
<pre class="lines">
|
455
455
|
|
456
456
|
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
457
|
+
875
|
458
|
+
876
|
459
|
+
877
|
460
|
+
878
|
461
|
+
879</pre>
|
462
462
|
</td>
|
463
463
|
<td>
|
464
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
464
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 875</span>
|
465
465
|
|
466
466
|
<span class='kw'>def</span> <span class='id identifier rubyid_use'>use</span>
|
467
467
|
<span class='kw'>self</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>
|
@@ -477,11 +477,12 @@
|
|
477
477
|
|
478
478
|
</div>
|
479
479
|
|
480
|
-
|
481
|
-
Generated on
|
480
|
+
<div id="footer">
|
481
|
+
Generated on Tue Sep 11 08:02:18 2018 by
|
482
482
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
483
|
-
0.
|
483
|
+
0.9.16 (ruby-2.5.1).
|
484
484
|
</div>
|
485
485
|
|
486
|
+
</div>
|
486
487
|
</body>
|
487
488
|
</html>
|
data/doc/Rubu.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
|
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";
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!Rubu.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,63 +27,63 @@
|
|
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 (R)</a> »
|
35
40
|
|
36
41
|
|
37
42
|
<span class="title">Rubu</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>Module: Rubu
|
62
|
+
<div id="content"><h1>Module: Rubu
|
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
|
|
75
|
+
|
76
|
+
|
77
|
+
|
80
78
|
|
81
|
-
|
82
|
-
<
|
79
|
+
<dl>
|
80
|
+
<dt>Defined in:</dt>
|
81
|
+
<dd>lib/rubu.rb<span class="defines">,<br />
|
83
82
|
lib/version.rb</span>
|
84
83
|
</dd>
|
84
|
+
</dl>
|
85
85
|
|
86
|
-
</
|
87
|
-
<div class="clear"></div>
|
86
|
+
</div>
|
88
87
|
|
89
88
|
<h2>Defined Under Namespace</h2>
|
90
89
|
<p class="children">
|
@@ -99,8 +98,12 @@
|
|
99
98
|
|
100
99
|
</p>
|
101
100
|
|
102
|
-
<h2>Constant Summary</h2>
|
103
101
|
|
102
|
+
<h2>
|
103
|
+
Constant Summary
|
104
|
+
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
|
105
|
+
</h2>
|
106
|
+
|
104
107
|
<dl class="constants">
|
105
108
|
|
106
109
|
<dt id="VERSION-constant" class="">VERSION =
|
@@ -120,7 +123,7 @@
|
|
120
123
|
|
121
124
|
<h2>
|
122
125
|
Class Method Summary
|
123
|
-
<small
|
126
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
124
127
|
</h2>
|
125
128
|
|
126
129
|
<ul class="summary">
|
@@ -128,7 +131,7 @@
|
|
128
131
|
<li class="public ">
|
129
132
|
<span class="summary_signature">
|
130
133
|
|
131
|
-
<a href="#version-class_method" title="version (class method)"
|
134
|
+
<a href="#version-class_method" title="version (class method)">.<strong>version</strong> ⇒ Object </a>
|
132
135
|
|
133
136
|
|
134
137
|
|
@@ -159,7 +162,7 @@
|
|
159
162
|
<div class="method_details first">
|
160
163
|
<h3 class="signature first" id="version-class_method">
|
161
164
|
|
162
|
-
|
165
|
+
.<strong>version</strong> ⇒ <tt>Object</tt>
|
163
166
|
|
164
167
|
|
165
168
|
|
@@ -178,8 +181,8 @@
|
|
178
181
|
<td>
|
179
182
|
<pre class="code"><span class="info file"># File 'lib/version.rb', line 3</span>
|
180
183
|
|
181
|
-
<span class='kw'>def</span> <span class='const'>Rubu</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span>
|
182
|
-
<span class='const'>Rubu</span><span class='op'>::</span><span class='const'>VERSION</span>
|
184
|
+
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Rubu (module)">Rubu</a></span></span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span>
|
185
|
+
<span class='const'><span class='object_link'><a href="" title="Rubu (module)">Rubu</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="#VERSION-constant" title="Rubu::VERSION (constant)">VERSION</a></span></span>
|
183
186
|
<span class='kw'>end</span></pre>
|
184
187
|
</td>
|
185
188
|
</tr>
|
@@ -190,11 +193,12 @@
|
|
190
193
|
|
191
194
|
</div>
|
192
195
|
|
193
|
-
|
194
|
-
Generated on
|
196
|
+
<div id="footer">
|
197
|
+
Generated on Tue Sep 11 08:02:18 2018 by
|
195
198
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
196
|
-
0.
|
199
|
+
0.9.16 (ruby-2.5.1).
|
197
200
|
</div>
|
198
201
|
|
202
|
+
</div>
|
199
203
|
</body>
|
200
204
|
</html>
|