rubu 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5a8200c6d0ef6b9ad88125988aac1feb857a0745
4
- data.tar.gz: f663594dcbf8b19d17f78fa1004b08901455e9e1
2
+ SHA256:
3
+ metadata.gz: 67ce9388e9a70650f5928eec7fac19e09bd0c4933f9ffc2649f3611bd27b56e7
4
+ data.tar.gz: 02d0a5f048619f426af9b2b323097e9641c4ef48f043e0903406a5c10c406542
5
5
  SHA512:
6
- metadata.gz: 5907ca7b6f93802bd1359174c504b9d1c69548235ce11e4981c8b220a919a7f67ee4414381957741a7da2079094e47224138bec7266945c1f4fe7273037190c8
7
- data.tar.gz: 247d819346d7da1d1bf29dc9565ea3cfc5a502de44ecaea610b2854d080b0e5abaea830efad1fc915707ed8d06be5a817d4efd4c45565e645a284cfc353f6fba
6
+ metadata.gz: '087d165c3e2bd4b3acaea37ae055da56c521c12e3dcb136256dc673efb6a9ffbacd9bcb3331ffc670de144bc9de28dedb5a99ffdd56679a704371c6a3cb4ed04'
7
+ data.tar.gz: d7daf9a6b5127edb058df97427b577fa3b449ec9bae3d4de93559626a66a7582d98f520c679f55055b2764a497a9cc0c8fd73a828703b4fe63e198360ae3f3be
@@ -1,5 +1,7 @@
1
1
  = Version history
2
2
 
3
+ [0.0.6] Trail listing method added.
4
+
3
5
  [0.0.5] Minor document updates.
4
6
 
5
7
  [0.0.4] Enable compiler warning display control.
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
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
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; 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
- hasFrames = window.top.frames.main ? true : false;
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 id="header">
32
- <div id="menu">
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> &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="file_list.html">
57
- File List
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
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
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
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
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
- </dd>
87
-
82
+ </dd>
83
+ </dl>
88
84
 
85
+
89
86
 
90
-
91
87
 
92
-
93
88
 
94
89
 
95
90
 
96
- <dt class="r2 last">Defined in:</dt>
97
- <dd class="r2 last">lib/rubu.rb</dd>
91
+
98
92
 
99
- </dl>
100
- <div class="clear"></div>
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>(<a href="#" class="summary_toggle">collapse</a>)</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)">- (Object) <strong>path</strong>(joiner = &#39; &#39;) </a>
131
+ <a href="#path-instance_method" title="#path (instance method)">#<strong>path</strong>(joiner = &#39; &#39;) &#x21d2; 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)">- (Object) <strong>peer</strong>(rdir, ext, base = nil) </a>
155
+ <a href="#peer-instance_method" title="#peer (instance method)">#<strong>peer</strong>(rdir, ext, base = nil) &#x21d2; 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)">- (Object) <strong>rpath</strong>(joiner = &#39; &#39;) </a>
179
+ <a href="#rpath-instance_method" title="#rpath (instance method)">#<strong>rpath</strong>(joiner = &#39; &#39;) &#x21d2; 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)">- (Object) <strong>set_opt</strong>(key, val) </a>
203
+ <a href="#set_opt-instance_method" title="#set_opt (instance method)">#<strong>set_opt</strong>(key, val) &#x21d2; 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)">- (Object) <strong>use</strong> </a>
227
+ <a href="#use-instance_method" title="#use (instance method)">#<strong>use</strong> &#x21d2; 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
- - (<tt>Object</tt>) <strong>path</strong>(joiner = &#39; &#39;)
260
+ #<strong>path</strong>(joiner = &#39; &#39;) &#x21d2; <tt>Object</tt>
261
261
 
262
262
 
263
263
 
@@ -280,12 +280,12 @@
280
280
  <pre class="lines">
281
281
 
282
282
 
283
- 892
284
- 893
285
- 894</pre>
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 892</span>
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'>&#39;</span><span class='tstring_content'> </span><span class='tstring_end'>&#39;</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
- - (<tt>Object</tt>) <strong>peer</strong>(rdir, ext, base = nil)
301
+ #<strong>peer</strong>(rdir, ext, base = nil) &#x21d2; <tt>Object</tt>
302
302
 
303
303
 
304
304
 
@@ -321,14 +321,14 @@
321
321
  <pre class="lines">
322
322
 
323
323
 
324
- 885
325
- 886
326
- 887
327
- 888
328
- 889</pre>
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 885</span>
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
- - (<tt>Object</tt>) <strong>rpath</strong>(joiner = &#39; &#39;)
346
+ #<strong>rpath</strong>(joiner = &#39; &#39;) &#x21d2; <tt>Object</tt>
347
347
 
348
348
 
349
349
 
@@ -366,12 +366,12 @@
366
366
  <pre class="lines">
367
367
 
368
368
 
369
- 897
370
- 898
371
- 899</pre>
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 897</span>
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'>&#39;</span><span class='tstring_content'> </span><span class='tstring_end'>&#39;</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
- - (<tt>Object</tt>) <strong>set_opt</strong>(key, val)
387
+ #<strong>set_opt</strong>(key, val) &#x21d2; <tt>Object</tt>
388
388
 
389
389
 
390
390
 
@@ -407,15 +407,15 @@
407
407
  <pre class="lines">
408
408
 
409
409
 
410
- 877
411
- 878
412
- 879
413
- 880
414
- 881
415
- 882</pre>
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 877</span>
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
- - (<tt>Object</tt>) <strong>use</strong>
434
+ #<strong>use</strong> &#x21d2; <tt>Object</tt>
435
435
 
436
436
 
437
437
 
@@ -454,14 +454,14 @@
454
454
  <pre class="lines">
455
455
 
456
456
 
457
- 870
458
- 871
459
- 872
460
- 873
461
- 874</pre>
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 870</span>
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
- <div id="footer">
481
- Generated on Fri Aug 31 09:32:07 2018 by
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.8.7.6 (ruby-2.3.3).
483
+ 0.9.16 (ruby-2.5.1).
484
484
  </div>
485
485
 
486
+ </div>
486
487
  </body>
487
488
  </html>
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
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
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; 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
- hasFrames = window.top.frames.main ? true : false;
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 id="header">
32
- <div id="menu">
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> &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="file_list.html">
57
- File List
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
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
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
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/rubu.rb<span class="defines">,<br />
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
- </dl>
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>(<a href="#" class="summary_toggle">collapse</a>)</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)">+ (Object) <strong>version</strong> </a>
134
+ <a href="#version-class_method" title="version (class method)">.<strong>version</strong> &#x21d2; 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
- + (<tt>Object</tt>) <strong>version</strong>
165
+ .<strong>version</strong> &#x21d2; <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
- <div id="footer">
194
- Generated on Fri Aug 31 09:32:06 2018 by
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.8.7.6 (ruby-2.3.3).
199
+ 0.9.16 (ruby-2.5.1).
197
200
  </div>
198
201
 
202
+ </div>
199
203
  </body>
200
204
  </html>