rubu 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07e9a569450f9c754d177f8035471790b0738099
4
- data.tar.gz: 9d513bffa0d32c22c7cdac143d4cba0b5b75100b
3
+ metadata.gz: 5a8200c6d0ef6b9ad88125988aac1feb857a0745
4
+ data.tar.gz: f663594dcbf8b19d17f78fa1004b08901455e9e1
5
5
  SHA512:
6
- metadata.gz: 39e80d849dc8f42e1570dce2aa267e9c2ebf112a5b486b4fe50b9cff37716b077000e65f2aa7f1f57d7ba43253e8b599665b4bef4d47ba90c07cd429013c2b9e
7
- data.tar.gz: f56d476e3c1e47372fdb30df1a44075adf506f0434a24c1f7c0742fde9af28107ed1b8755416a86e2fa664a2459d613674d552eea48ec89cc7d7675efb03660c
6
+ metadata.gz: 5907ca7b6f93802bd1359174c504b9d1c69548235ce11e4981c8b220a919a7f67ee4414381957741a7da2079094e47224138bec7266945c1f4fe7273037190c8
7
+ data.tar.gz: 247d819346d7da1d1bf29dc9565ea3cfc5a502de44ecaea610b2854d080b0e5abaea830efad1fc915707ed8d06be5a817d4efd4c45565e645a284cfc353f6fba
@@ -1,5 +1,7 @@
1
1
  = Version history
2
2
 
3
+ [0.0.5] Minor document updates.
4
+
3
5
  [0.0.4] Enable compiler warning display control.
4
6
 
5
7
  [0.0.3] Force update option.
@@ -30,7 +30,9 @@ are important as well (See: "Concepts" chapter below).
30
30
 
31
31
  == Example
32
32
 
33
- Example of {Rubu} build program is placed in:
33
+ Example of {Rubu} build program is placed in (relative to your
34
+ installation directory), which you should copy over somewhere to
35
+ execute:
34
36
 
35
37
  example/bin/rubu_example
36
38
 
@@ -139,7 +141,7 @@ division is semantic and user might choose to combine everything to
139
141
  To summarize and highlight the relationships between concepts, see the
140
142
  diagram below:
141
143
 
142
- RBP => Trial+ => Step+ [s/p] => Move+ [s/p] => Source*, Target*
144
+ RBP => Trail+ => Step+ [s/p] => Move+ [s/p] => SourceMark*, TargetMark*
143
145
  => Order+
144
146
  => Var*
145
147
  => Info*
@@ -149,13 +151,13 @@ diagram below:
149
151
  s = Serial
150
152
  p = Parallel
151
153
 
152
- RBP includes *Trials*, *Orders*, and possibly *Vars* and
153
- *Infos*. *Trial* includes one or more *Steps*, which can be executed
154
+ RBP includes *Trails*, *Orders*, and possibly *Vars* and
155
+ *Infos*. *Trail* includes one or more *Steps*, which can be executed
154
156
  in sequence or in parallel.
155
157
 
156
158
  *Step* includes one or more *Moves*, and they can also be sequential
157
- or parallel. *Move* has typically at least one *Source* and at least
158
- one *Target*. However, there are exceptions as well.
159
+ or parallel. *Move* has typically at least one *SourceMark* and at
160
+ least one *TargetMark*. However, there are exceptions as well.
159
161
 
160
162
 
161
163
  The suggested ordering within {Rubu} Build Program is:
@@ -280,12 +280,12 @@
280
280
  <pre class="lines">
281
281
 
282
282
 
283
- 888
284
- 889
285
- 890</pre>
283
+ 892
284
+ 893
285
+ 894</pre>
286
286
  </td>
287
287
  <td>
288
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 888</span>
288
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 892</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>
@@ -321,14 +321,14 @@
321
321
  <pre class="lines">
322
322
 
323
323
 
324
- 881
325
- 882
326
- 883
327
- 884
328
- 885</pre>
324
+ 885
325
+ 886
326
+ 887
327
+ 888
328
+ 889</pre>
329
329
  </td>
330
330
  <td>
331
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 881</span>
331
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 885</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>
@@ -366,12 +366,12 @@
366
366
  <pre class="lines">
367
367
 
368
368
 
369
- 893
370
- 894
371
- 895</pre>
369
+ 897
370
+ 898
371
+ 899</pre>
372
372
  </td>
373
373
  <td>
374
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 893</span>
374
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 897</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>
@@ -407,15 +407,15 @@
407
407
  <pre class="lines">
408
408
 
409
409
 
410
- 873
411
- 874
412
- 875
413
- 876
414
410
  877
415
- 878</pre>
411
+ 878
412
+ 879
413
+ 880
414
+ 881
415
+ 882</pre>
416
416
  </td>
417
417
  <td>
418
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 873</span>
418
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 877</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>
@@ -454,14 +454,14 @@
454
454
  <pre class="lines">
455
455
 
456
456
 
457
- 866
458
- 867
459
- 868
460
- 869
461
- 870</pre>
457
+ 870
458
+ 871
459
+ 872
460
+ 873
461
+ 874</pre>
462
462
  </td>
463
463
  <td>
464
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 866</span>
464
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 870</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>
@@ -478,7 +478,7 @@
478
478
  </div>
479
479
 
480
480
  <div id="footer">
481
- Generated on Thu Aug 30 16:05:52 2018 by
481
+ Generated on Fri Aug 31 09:32:07 2018 by
482
482
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
483
483
  0.8.7.6 (ruby-2.3.3).
484
484
  </div>
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
6
  <title>
7
- Class: Rubu
7
+ Module: Rubu
8
8
 
9
9
  &mdash; Documentation by YARD 0.8.7.6
10
10
 
@@ -63,7 +63,7 @@
63
63
 
64
64
  <iframe id="search_frame"></iframe>
65
65
 
66
- <div id="content"><h1>Class: Rubu
66
+ <div id="content"><h1>Module: Rubu
67
67
 
68
68
 
69
69
 
@@ -71,21 +71,6 @@
71
71
 
72
72
  <dl class="box">
73
73
 
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
76
- <span class="inheritName">Object</span>
77
-
78
- <ul class="fullTree">
79
- <li>Object</li>
80
-
81
- <li class="next">Rubu</li>
82
-
83
- </ul>
84
- <a href="#" class="inheritanceTree">show all</a>
85
-
86
- </dd>
87
-
88
-
89
74
 
90
75
 
91
76
 
@@ -93,12 +78,26 @@
93
78
 
94
79
 
95
80
 
96
- <dt class="r2 last">Defined in:</dt>
97
- <dd class="r2 last">lib/version.rb</dd>
81
+ <dt class="r1 last">Defined in:</dt>
82
+ <dd class="r1 last">lib/rubu.rb<span class="defines">,<br />
83
+ lib/version.rb</span>
84
+ </dd>
98
85
 
99
86
  </dl>
100
87
  <div class="clear"></div>
101
88
 
89
+ <h2>Defined Under Namespace</h2>
90
+ <p class="children">
91
+
92
+
93
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="Rubu/MoveStyles.html" title="Rubu::MoveStyles (module)">MoveStyles</a></span>
94
+
95
+
96
+
97
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Rubu/Fork.html" title="Rubu::Fork (class)">Fork</a></span>, <span class='object_link'><a href="Rubu/Info.html" title="Rubu::Info (class)">Info</a></span>, <span class='object_link'><a href="Rubu/Mark.html" title="Rubu::Mark (class)">Mark</a></span>, <span class='object_link'><a href="Rubu/Move.html" title="Rubu::Move (class)">Move</a></span>, <span class='object_link'><a href="Rubu/Order.html" title="Rubu::Order (class)">Order</a></span>, <span class='object_link'><a href="Rubu/RubyCommand.html" title="Rubu::RubyCommand (class)">RubyCommand</a></span>, <span class='object_link'><a href="Rubu/ShellCommand.html" title="Rubu::ShellCommand (class)">ShellCommand</a></span>, <span class='object_link'><a href="Rubu/State.html" title="Rubu::State (class)">State</a></span>, <span class='object_link'><a href="Rubu/Step.html" title="Rubu::Step (class)">Step</a></span>, <span class='object_link'><a href="Rubu/StepAged.html" title="Rubu::StepAged (class)">StepAged</a></span>, <span class='object_link'><a href="Rubu/StepAlways.html" title="Rubu::StepAlways (class)">StepAlways</a></span>, <span class='object_link'><a href="Rubu/StepMark.html" title="Rubu::StepMark (class)">StepMark</a></span>, <span class='object_link'><a href="Rubu/Trail.html" title="Rubu::Trail (class)">Trail</a></span>, <span class='object_link'><a href="Rubu/Var.html" title="Rubu::Var (class)">Var</a></span>, <span class='object_link'><a href="Rubu/Walk.html" title="Rubu::Walk (class)">Walk</a></span>
98
+
99
+
100
+ </p>
102
101
 
103
102
  <h2>Constant Summary</h2>
104
103
 
@@ -107,7 +106,7 @@
107
106
  <dt id="VERSION-constant" class="">VERSION =
108
107
 
109
108
  </dt>
110
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.0.4</span><span class='tstring_end'>&quot;</span></span></pre></dd>
109
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.0.5</span><span class='tstring_end'>&quot;</span></span></pre></dd>
111
110
 
112
111
  </dl>
113
112
 
@@ -192,7 +191,7 @@
192
191
  </div>
193
192
 
194
193
  <div id="footer">
195
- Generated on Thu Aug 30 16:05:52 2018 by
194
+ Generated on Fri Aug 31 09:32:06 2018 by
196
195
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
197
196
  0.8.7.6 (ruby-2.3.3).
198
197
  </div>
@@ -196,7 +196,7 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></h3>
199
- <p class="inherited"><span class='object_link'><a href="Move.html#display-instance_method" title="Rubu::Move#display (method)">#display</a></span>, <span class='object_link'><a href="Move.html#error-instance_method" title="Rubu::Move#error (method)">#error</a></span>, <span class='object_link'><a href="Move.html#host-instance_method" title="Rubu::Move#host (method)">#host</a></span>, <span class='object_link'><a href="Move.html#host_in-instance_method" title="Rubu::Move#host_in (method)">#host_in</a></span>, <span class='object_link'><a href="Move.html#host_out-instance_method" title="Rubu::Move#host_out (method)">#host_out</a></span>, <span class='object_link'><a href="Move.html#initialize-instance_method" title="Rubu::Move#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Move.html#set_show_shell_warning-instance_method" title="Rubu::Move#set_show_shell_warning (method)">#set_show_shell_warning</a></span>, <span class='object_link'><a href="Move.html#use-instance_method" title="Rubu::Move#use (method)">#use</a></span>, <span class='object_link'><a href="Move.html#warn-instance_method" title="Rubu::Move#warn (method)">#warn</a></span></p>
199
+ <p class="inherited"><span class='object_link'><a href="Move.html#display-instance_method" title="Rubu::Move#display (method)">#display</a></span>, <span class='object_link'><a href="Move.html#error-instance_method" title="Rubu::Move#error (method)">#error</a></span>, <span class='object_link'><a href="Move.html#host-instance_method" title="Rubu::Move#host (method)">#host</a></span>, <span class='object_link'><a href="Move.html#host_in-instance_method" title="Rubu::Move#host_in (method)">#host_in</a></span>, <span class='object_link'><a href="Move.html#host_out-instance_method" title="Rubu::Move#host_out (method)">#host_out</a></span>, <span class='object_link'><a href="Move.html#initialize-instance_method" title="Rubu::Move#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Move.html#use-instance_method" title="Rubu::Move#use (method)">#use</a></span>, <span class='object_link'><a href="Move.html#warn-instance_method" title="Rubu::Move#warn (method)">#warn</a></span></p>
200
200
  <div id="constructor_details" class="method_details_list">
201
201
  <h2>Constructor Details</h2>
202
202
 
@@ -224,12 +224,12 @@
224
224
  <pre class="lines">
225
225
 
226
226
 
227
- 854
228
- 855
229
- 856</pre>
227
+ 858
228
+ 859
229
+ 860</pre>
230
230
  </td>
231
231
  <td>
232
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 854</span>
232
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 858</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>
@@ -244,7 +244,7 @@
244
244
  </div>
245
245
 
246
246
  <div id="footer">
247
- Generated on Thu Aug 30 16:05:52 2018 by
247
+ Generated on Fri Aug 31 09:32:07 2018 by
248
248
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
249
249
  0.8.7.6 (ruby-2.3.3).
250
250
  </div>
@@ -220,12 +220,12 @@
220
220
  <pre class="lines">
221
221
 
222
222
 
223
- 468
224
- 469
225
- 470</pre>
223
+ 472
224
+ 473
225
+ 474</pre>
226
226
  </td>
227
227
  <td>
228
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 468</span>
228
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 472</span>
229
229
 
230
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>
231
231
  <span class='cvar'>@@info</span><span class='lbracket'>[</span> <span class='id identifier rubyid_key'>key</span> <span class='rbracket'>]</span>
@@ -261,12 +261,12 @@
261
261
  <pre class="lines">
262
262
 
263
263
 
264
- 463
265
- 464
266
- 465</pre>
264
+ 467
265
+ 468
266
+ 469</pre>
267
267
  </td>
268
268
  <td>
269
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 463</span>
269
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 467</span>
270
270
 
271
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>
272
272
  <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>
@@ -281,7 +281,7 @@
281
281
  </div>
282
282
 
283
283
  <div id="footer">
284
- Generated on Thu Aug 30 16:05:51 2018 by
284
+ Generated on Fri Aug 31 09:32:07 2018 by
285
285
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
286
286
  0.8.7.6 (ruby-2.3.3).
287
287
  </div>
@@ -659,6 +659,9 @@ bare file names are not usable.</p>
659
659
  <pre class="lines">
660
660
 
661
661
 
662
+ 333
663
+ 334
664
+ 335
662
665
  336
663
666
  337
664
667
  338
@@ -668,13 +671,10 @@ bare file names are not usable.</p>
668
671
  342
669
672
  343
670
673
  344
671
- 345
672
- 346
673
- 347
674
- 348</pre>
674
+ 345</pre>
675
675
  </td>
676
676
  <td>
677
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 336</span>
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
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>
@@ -727,12 +727,12 @@ bare file names are not usable.</p>
727
727
  <pre class="lines">
728
728
 
729
729
 
730
- 322
731
- 323
732
- 324</pre>
730
+ 319
731
+ 320
732
+ 321</pre>
733
733
  </td>
734
734
  <td>
735
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 322</span>
735
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 319</span>
736
736
 
737
737
  <span class='kw'>def</span> <span class='id identifier rubyid_base'>base</span>
738
738
  <span class='ivar'>@base</span>
@@ -770,12 +770,12 @@ bare file names are not usable.</p>
770
770
  <pre class="lines">
771
771
 
772
772
 
773
- 316
774
- 317
775
- 318</pre>
773
+ 313
774
+ 314
775
+ 315</pre>
776
776
  </td>
777
777
  <td>
778
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 316</span>
778
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 313</span>
779
779
 
780
780
  <span class='kw'>def</span> <span class='id identifier rubyid_dir'>dir</span>
781
781
  <span class='ivar'>@dir</span>
@@ -813,12 +813,12 @@ bare file names are not usable.</p>
813
813
  <pre class="lines">
814
814
 
815
815
 
816
- 325
817
- 326
818
- 327</pre>
816
+ 322
817
+ 323
818
+ 324</pre>
819
819
  </td>
820
820
  <td>
821
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 325</span>
821
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 322</span>
822
822
 
823
823
  <span class='kw'>def</span> <span class='id identifier rubyid_ext'>ext</span>
824
824
  <span class='ivar'>@ext</span>
@@ -856,12 +856,12 @@ bare file names are not usable.</p>
856
856
  <pre class="lines">
857
857
 
858
858
 
859
- 319
860
- 320
861
- 321</pre>
859
+ 316
860
+ 317
861
+ 318</pre>
862
862
  </td>
863
863
  <td>
864
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 319</span>
864
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 316</span>
865
865
 
866
866
  <span class='kw'>def</span> <span class='id identifier rubyid_rdir'>rdir</span>
867
867
  <span class='ivar'>@rdir</span>
@@ -899,12 +899,12 @@ bare file names are not usable.</p>
899
899
  <pre class="lines">
900
900
 
901
901
 
902
- 328
903
- 329
904
- 330</pre>
902
+ 325
903
+ 326
904
+ 327</pre>
905
905
  </td>
906
906
  <td>
907
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 328</span>
907
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 325</span>
908
908
 
909
909
  <span class='kw'>def</span> <span class='id identifier rubyid_skip'>skip</span>
910
910
  <span class='ivar'>@skip</span>
@@ -967,12 +967,12 @@ bare file names are not usable.</p>
967
967
  <pre class="lines">
968
968
 
969
969
 
970
- 310
971
- 311
972
- 312</pre>
970
+ 307
971
+ 308
972
+ 309</pre>
973
973
  </td>
974
974
  <td>
975
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 310</span>
975
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 307</span>
976
976
 
977
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
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>
@@ -1028,15 +1028,15 @@ bare file names are not usable.</p>
1028
1028
  <pre class="lines">
1029
1029
 
1030
1030
 
1031
+ 296
1032
+ 297
1033
+ 298
1031
1034
  299
1032
1035
  300
1033
- 301
1034
- 302
1035
- 303
1036
- 304</pre>
1036
+ 301</pre>
1037
1037
  </td>
1038
1038
  <td>
1039
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 299</span>
1039
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 296</span>
1040
1040
 
1041
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
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>
@@ -1095,17 +1095,17 @@ bare file names are not usable.</p>
1095
1095
  <pre class="lines">
1096
1096
 
1097
1097
 
1098
+ 284
1099
+ 285
1100
+ 286
1098
1101
  287
1099
1102
  288
1100
1103
  289
1101
1104
  290
1102
- 291
1103
- 292
1104
- 293
1105
- 294</pre>
1105
+ 291</pre>
1106
1106
  </td>
1107
1107
  <td>
1108
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 287</span>
1108
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 284</span>
1109
1109
 
1110
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>
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>
@@ -1152,12 +1152,12 @@ bare file names are not usable.</p>
1152
1152
  <pre class="lines">
1153
1153
 
1154
1154
 
1155
- 351
1156
- 352
1157
- 353</pre>
1155
+ 348
1156
+ 349
1157
+ 350</pre>
1158
1158
  </td>
1159
1159
  <td>
1160
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 351</span>
1160
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 348</span>
1161
1161
 
1162
1162
  <span class='kw'>def</span> <span class='op'>[]</span><span class='lparen'>(</span> <span class='id identifier rubyid_key'>key</span> <span class='rparen'>)</span>
1163
1163
  <span class='ivar'>@opt</span><span class='lbracket'>[</span> <span class='id identifier rubyid_key'>key</span> <span class='rbracket'>]</span>
@@ -1193,12 +1193,12 @@ bare file names are not usable.</p>
1193
1193
  <pre class="lines">
1194
1194
 
1195
1195
 
1196
- 356
1197
- 357
1198
- 358</pre>
1196
+ 353
1197
+ 354
1198
+ 355</pre>
1199
1199
  </td>
1200
1200
  <td>
1201
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 356</span>
1201
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 353</span>
1202
1202
 
1203
1203
  <span class='kw'>def</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>
1204
1204
  <span class='ivar'>@opt</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>
@@ -1247,12 +1247,12 @@ bare file names are not usable.</p>
1247
1247
  <pre class="lines">
1248
1248
 
1249
1249
 
1250
- 391
1251
- 392
1252
- 393</pre>
1250
+ 388
1251
+ 389
1252
+ 390</pre>
1253
1253
  </td>
1254
1254
  <td>
1255
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 391</span>
1255
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 388</span>
1256
1256
 
1257
1257
  <span class='kw'>def</span> <span class='id identifier rubyid_exist?'>exist?</span>
1258
1258
  <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_exist?'>exist?</span><span class='lparen'>(</span> <span class='id identifier rubyid_path'>path</span> <span class='rparen'>)</span>
@@ -1310,12 +1310,12 @@ bare file names are not usable.</p>
1310
1310
  <pre class="lines">
1311
1311
 
1312
1312
 
1313
- 369
1314
- 370
1315
- 371</pre>
1313
+ 366
1314
+ 367
1315
+ 368</pre>
1316
1316
  </td>
1317
1317
  <td>
1318
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 369</span>
1318
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 366</span>
1319
1319
 
1320
1320
  <span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span><span class='lparen'>(</span> <span class='id identifier rubyid_ext'>ext</span> <span class='op'>=</span> <span class='ivar'>@ext</span> <span class='rparen'>)</span>
1321
1321
  <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='ivar'>@dir</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</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><span class='embexpr_end'>}</span><span class='tstring_content'>/</span><span class='embexpr_beg'>#{</span><span class='ivar'>@base</span><span class='embexpr_end'>}</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_ext'>ext</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
@@ -1405,13 +1405,13 @@ bare file names are not usable.</p>
1405
1405
  <pre class="lines">
1406
1406
 
1407
1407
 
1408
- 385
1409
- 386
1410
- 387
1411
- 388</pre>
1408
+ 382
1409
+ 383
1410
+ 384
1411
+ 385</pre>
1412
1412
  </td>
1413
1413
  <td>
1414
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 385</span>
1414
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 382</span>
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>
@@ -1470,12 +1470,12 @@ bare file names are not usable.</p>
1470
1470
  <pre class="lines">
1471
1471
 
1472
1472
 
1473
- 376
1474
- 377
1475
- 378</pre>
1473
+ 373
1474
+ 374
1475
+ 375</pre>
1476
1476
  </td>
1477
1477
  <td>
1478
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 376</span>
1478
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 373</span>
1479
1479
 
1480
1480
  <span class='kw'>def</span> <span class='id identifier rubyid_rpath'>rpath</span><span class='lparen'>(</span> <span class='id identifier rubyid_ext'>ext</span> <span class='op'>=</span> <span class='ivar'>@ext</span> <span class='rparen'>)</span>
1481
1481
  <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='ivar'>@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'>&#39;</span><span class='tstring_content'>/</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='embexpr_end'>}</span><span class='tstring_content'>/</span><span class='embexpr_beg'>#{</span><span class='ivar'>@base</span><span class='embexpr_end'>}</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_ext'>ext</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
@@ -1511,13 +1511,13 @@ bare file names are not usable.</p>
1511
1511
  <pre class="lines">
1512
1512
 
1513
1513
 
1514
- 361
1515
- 362
1516
- 363
1517
- 364</pre>
1514
+ 358
1515
+ 359
1516
+ 360
1517
+ 361</pre>
1518
1518
  </td>
1519
1519
  <td>
1520
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 361</span>
1520
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 358</span>
1521
1521
 
1522
1522
  <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>
1523
1523
  <span class='ivar'>@opt</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>
@@ -1554,12 +1554,12 @@ bare file names are not usable.</p>
1554
1554
  <pre class="lines">
1555
1555
 
1556
1556
 
1557
- 396
1558
- 397
1559
- 398</pre>
1557
+ 393
1558
+ 394
1559
+ 395</pre>
1560
1560
  </td>
1561
1561
  <td>
1562
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 396</span>
1562
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 393</span>
1563
1563
 
1564
1564
  <span class='kw'>def</span> <span class='id identifier rubyid_time'>time</span>
1565
1565
  <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_stat'>stat</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_mtime'>mtime</span>
@@ -1574,7 +1574,7 @@ bare file names are not usable.</p>
1574
1574
  </div>
1575
1575
 
1576
1576
  <div id="footer">
1577
- Generated on Thu Aug 30 16:05:51 2018 by
1577
+ Generated on Fri Aug 31 09:32:06 2018 by
1578
1578
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1579
1579
  0.8.7.6 (ruby-2.3.3).
1580
1580
  </div>