dirtravel 0.0.5 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.rdoc +5 -0
- data/README.rdoc +2 -2
- data/doc/DirTravel/DirEntry.html +61 -60
- data/doc/DirTravel/DirTravelError.html +59 -47
- data/doc/DirTravel/Entry.html +164 -163
- data/doc/DirTravel/FileEntry.html +94 -73
- data/doc/DirTravel/Travel.html +291 -172
- data/doc/DirTravel.html +141 -58
- data/doc/_index.html +32 -35
- data/doc/class_list.html +27 -29
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +254 -95
- data/doc/file.CHANGELOG.html +45 -43
- data/doc/file.README.html +37 -41
- data/doc/file_list.html +32 -29
- data/doc/frames.html +15 -21
- data/doc/index.html +37 -41
- data/doc/js/app.js +172 -72
- data/doc/js/full_list.js +168 -130
- data/doc/method_list.html +154 -99
- data/doc/top-level-namespace.html +38 -40
- data/lib/dirtravel.rb +98 -39
- data/lib/version.rb +6 -0
- data/test/test_dirtravel.rb +5 -5
- metadata +34 -39
- data/Rakefile +0 -28
@@ -1,23 +1,22 @@
|
|
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: DirTravel::FileEntry
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
18
|
-
|
17
|
+
<script type="text/javascript">
|
18
|
+
pathId = "DirTravel::FileEntry";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!" + escape(window.location.href);
|
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="../DirTravel.html" title="DirTravel (module)">DirTravel</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">FileEntry</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: DirTravel::FileEntry
|
62
|
+
<div id="content"><h1>Class: DirTravel::FileEntry
|
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="Entry.html" title="DirTravel::Entry (class)">Entry</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>
|
92
88
|
|
89
|
+
|
93
90
|
|
94
|
-
|
95
91
|
|
96
|
-
|
97
92
|
|
98
93
|
|
99
94
|
|
100
|
-
|
101
|
-
<dd class="r2 last">lib/dirtravel.rb</dd>
|
95
|
+
|
102
96
|
|
103
|
-
|
104
|
-
|
97
|
+
|
98
|
+
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/dirtravel.rb</dd>
|
102
|
+
</dl>
|
103
|
+
|
104
|
+
</div>
|
105
105
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
@@ -118,13 +118,13 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
-
<h2>Instance Attribute Summary <small
|
121
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
122
122
|
<ul class="summary">
|
123
123
|
|
124
124
|
<li class="public ">
|
125
125
|
<span class="summary_signature">
|
126
126
|
|
127
|
-
<a href="#basename-instance_method" title="#basename (instance method)"
|
127
|
+
<a href="#basename-instance_method" title="#basename (instance method)">#<strong>basename</strong> ⇒ Object </a>
|
128
128
|
|
129
129
|
|
130
130
|
|
@@ -153,7 +153,7 @@
|
|
153
153
|
<li class="public ">
|
154
154
|
<span class="summary_signature">
|
155
155
|
|
156
|
-
<a href="#suffix-instance_method" title="#suffix (instance method)"
|
156
|
+
<a href="#suffix-instance_method" title="#suffix (instance method)">#<strong>suffix</strong> ⇒ Object </a>
|
157
157
|
|
158
158
|
|
159
159
|
|
@@ -192,7 +192,7 @@
|
|
192
192
|
|
193
193
|
<h2>
|
194
194
|
Instance Method Summary
|
195
|
-
<small
|
195
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
196
196
|
</h2>
|
197
197
|
|
198
198
|
<ul class="summary">
|
@@ -200,7 +200,7 @@
|
|
200
200
|
<li class="public ">
|
201
201
|
<span class="summary_signature">
|
202
202
|
|
203
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
203
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(name) ⇒ FileEntry </a>
|
204
204
|
|
205
205
|
|
206
206
|
|
@@ -217,7 +217,7 @@
|
|
217
217
|
|
218
218
|
|
219
219
|
<span class="summary_desc"><div class='inline'>
|
220
|
-
<p>
|
220
|
+
<p>Set name, suffix, and basename.</p>
|
221
221
|
</div></span>
|
222
222
|
|
223
223
|
</li>
|
@@ -244,7 +244,7 @@
|
|
244
244
|
<div class="method_details first">
|
245
245
|
<h3 class="signature first" id="initialize-instance_method">
|
246
246
|
|
247
|
-
|
247
|
+
#<strong>initialize</strong>(name) ⇒ <tt><span class='object_link'><a href="" title="DirTravel::FileEntry (class)">FileEntry</a></span></tt>
|
248
248
|
|
249
249
|
|
250
250
|
|
@@ -253,13 +253,33 @@
|
|
253
253
|
</h3><div class="docstring">
|
254
254
|
<div class="discussion">
|
255
255
|
|
256
|
-
<p>
|
256
|
+
<p>Set name, suffix, and basename.</p>
|
257
257
|
|
258
258
|
|
259
259
|
</div>
|
260
260
|
</div>
|
261
261
|
<div class="tags">
|
262
|
+
<p class="tag_title">Parameters:</p>
|
263
|
+
<ul class="param">
|
264
|
+
|
265
|
+
<li>
|
266
|
+
|
267
|
+
<span class='name'>name</span>
|
268
|
+
|
269
|
+
|
270
|
+
<span class='type'>(<tt>String</tt>)</span>
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
—
|
275
|
+
<div class='inline'>
|
276
|
+
<p>File name.</p>
|
277
|
+
</div>
|
278
|
+
|
279
|
+
</li>
|
262
280
|
|
281
|
+
</ul>
|
282
|
+
|
263
283
|
|
264
284
|
</div><table class="source_code">
|
265
285
|
<tr>
|
@@ -267,14 +287,14 @@
|
|
267
287
|
<pre class="lines">
|
268
288
|
|
269
289
|
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
290
|
+
191
|
291
|
+
192
|
292
|
+
193
|
293
|
+
194
|
294
|
+
195</pre>
|
275
295
|
</td>
|
276
296
|
<td>
|
277
|
-
<pre class="code"><span class="info file"># File 'lib/dirtravel.rb', line
|
297
|
+
<pre class="code"><span class="info file"># File 'lib/dirtravel.rb', line 191</span>
|
278
298
|
|
279
299
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span> <span class='rparen'>)</span>
|
280
300
|
<span class='kw'>super</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span> <span class='rparen'>)</span>
|
@@ -296,7 +316,7 @@
|
|
296
316
|
<div class="method_details first">
|
297
317
|
<h3 class="signature first" id="basename-instance_method">
|
298
318
|
|
299
|
-
|
319
|
+
#<strong>basename</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
300
320
|
|
301
321
|
|
302
322
|
|
@@ -305,7 +325,7 @@
|
|
305
325
|
</h3><div class="docstring">
|
306
326
|
<div class="discussion">
|
307
327
|
|
308
|
-
<p>Returns the value of attribute basename
|
328
|
+
<p>Returns the value of attribute basename.</p>
|
309
329
|
|
310
330
|
|
311
331
|
</div>
|
@@ -319,12 +339,12 @@
|
|
319
339
|
<pre class="lines">
|
320
340
|
|
321
341
|
|
322
|
-
|
323
|
-
|
324
|
-
|
342
|
+
186
|
343
|
+
187
|
344
|
+
188</pre>
|
325
345
|
</td>
|
326
346
|
<td>
|
327
|
-
<pre class="code"><span class="info file"># File 'lib/dirtravel.rb', line
|
347
|
+
<pre class="code"><span class="info file"># File 'lib/dirtravel.rb', line 186</span>
|
328
348
|
|
329
349
|
<span class='kw'>def</span> <span class='id identifier rubyid_basename'>basename</span>
|
330
350
|
<span class='ivar'>@basename</span>
|
@@ -339,7 +359,7 @@
|
|
339
359
|
<div class="method_details ">
|
340
360
|
<h3 class="signature " id="suffix-instance_method">
|
341
361
|
|
342
|
-
|
362
|
+
#<strong>suffix</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
343
363
|
|
344
364
|
|
345
365
|
|
@@ -348,7 +368,7 @@
|
|
348
368
|
</h3><div class="docstring">
|
349
369
|
<div class="discussion">
|
350
370
|
|
351
|
-
<p>Returns the value of attribute suffix
|
371
|
+
<p>Returns the value of attribute suffix.</p>
|
352
372
|
|
353
373
|
|
354
374
|
</div>
|
@@ -362,12 +382,12 @@
|
|
362
382
|
<pre class="lines">
|
363
383
|
|
364
384
|
|
365
|
-
|
366
|
-
|
367
|
-
|
385
|
+
186
|
386
|
+
187
|
387
|
+
188</pre>
|
368
388
|
</td>
|
369
389
|
<td>
|
370
|
-
<pre class="code"><span class="info file"># File 'lib/dirtravel.rb', line
|
390
|
+
<pre class="code"><span class="info file"># File 'lib/dirtravel.rb', line 186</span>
|
371
391
|
|
372
392
|
<span class='kw'>def</span> <span class='id identifier rubyid_suffix'>suffix</span>
|
373
393
|
<span class='ivar'>@suffix</span>
|
@@ -382,11 +402,12 @@
|
|
382
402
|
|
383
403
|
</div>
|
384
404
|
|
385
|
-
|
386
|
-
Generated on
|
387
|
-
<a href="
|
388
|
-
0.
|
405
|
+
<div id="footer">
|
406
|
+
Generated on Fri Jun 28 14:38:02 2024 by
|
407
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
408
|
+
0.9.36 (ruby-3.1.2).
|
389
409
|
</div>
|
390
410
|
|
411
|
+
</div>
|
391
412
|
</body>
|
392
413
|
</html>
|