rubu 0.0.7 → 0.0.8
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 +4 -4
- data/CHANGELOG.rdoc +3 -0
- data/doc/Array.html +28 -28
- data/doc/Rubu.html +2 -2
- data/doc/Rubu/Fork.html +5 -5
- data/doc/Rubu/Info.html +1 -1
- data/doc/Rubu/Mark.html +1 -1
- data/doc/Rubu/Move.html +1 -1
- data/doc/Rubu/MoveStyles.html +1 -1
- data/doc/Rubu/Order.html +1 -1
- data/doc/Rubu/RubyCommand.html +1 -1
- data/doc/Rubu/ShellCommand.html +1 -1
- data/doc/Rubu/State.html +1 -1
- data/doc/Rubu/Step.html +202 -110
- data/doc/Rubu/StepAged.html +6 -6
- data/doc/Rubu/StepAlways.html +6 -6
- data/doc/Rubu/StepMark.html +6 -6
- data/doc/Rubu/Trail.html +78 -78
- data/doc/Rubu/Var.html +1 -1
- data/doc/Rubu/Walk.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.CHANGELOG.html +5 -2
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +12 -4
- data/doc/top-level-namespace.html +1 -1
- data/lib/rubu.rb +12 -0
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cff2b82f5dedb0fdaa42b250fbf99c9f061ca6b66ff729201eb0967561607d82
|
4
|
+
data.tar.gz: 57f8ee072617fe67da5a36da81f2ba7c8e3976c95e51a163020084118d36358a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4ede7a0fab057f9aedf6249a8a6710eaf11ab0b37ffa1544266d1903f7de0169967fae603eece2b2b4346f88197ffbf9c451b3e7276a98b2da33e893daf3fff
|
7
|
+
data.tar.gz: b6c9478a0eeac9932458d57342cbfa294b3666f75d810a057c3cb86f793f7abdb896776cd33f91a73c76b804fe2bce20ff294b1bf770dd5d03f9b0057f89dc5d
|
data/CHANGELOG.rdoc
CHANGED
data/doc/Array.html
CHANGED
@@ -280,12 +280,12 @@
|
|
280
280
|
<pre class="lines">
|
281
281
|
|
282
282
|
|
283
|
-
|
284
|
-
|
285
|
-
|
283
|
+
915
|
284
|
+
916
|
285
|
+
917</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 915</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>
|
@@ -321,14 +321,14 @@
|
|
321
321
|
<pre class="lines">
|
322
322
|
|
323
323
|
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
324
|
+
908
|
325
|
+
909
|
326
|
+
910
|
327
|
+
911
|
328
|
+
912</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 908</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
|
-
|
370
|
-
|
371
|
-
|
369
|
+
920
|
370
|
+
921
|
371
|
+
922</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 920</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>
|
@@ -407,15 +407,15 @@
|
|
407
407
|
<pre class="lines">
|
408
408
|
|
409
409
|
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
410
|
+
900
|
411
|
+
901
|
412
|
+
902
|
413
|
+
903
|
414
|
+
904
|
415
|
+
905</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 900</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
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
457
|
+
893
|
458
|
+
894
|
459
|
+
895
|
460
|
+
896
|
461
|
+
897</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 893</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
|
481
|
+
Generated on Sun Oct 21 19:17:14 2018 by
|
482
482
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
483
483
|
0.9.16 (ruby-2.5.1).
|
484
484
|
</div>
|
data/doc/Rubu.html
CHANGED
@@ -109,7 +109,7 @@
|
|
109
109
|
<dt id="VERSION-constant" class="">VERSION =
|
110
110
|
|
111
111
|
</dt>
|
112
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.
|
112
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.8</span><span class='tstring_end'>"</span></span></pre></dd>
|
113
113
|
|
114
114
|
</dl>
|
115
115
|
|
@@ -194,7 +194,7 @@
|
|
194
194
|
</div>
|
195
195
|
|
196
196
|
<div id="footer">
|
197
|
-
Generated on
|
197
|
+
Generated on Sun Oct 21 19:17:13 2018 by
|
198
198
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
199
199
|
0.9.16 (ruby-2.5.1).
|
200
200
|
</div>
|
data/doc/Rubu/Fork.html
CHANGED
@@ -224,12 +224,12 @@
|
|
224
224
|
<pre class="lines">
|
225
225
|
|
226
226
|
|
227
|
-
|
228
|
-
|
229
|
-
|
227
|
+
881
|
228
|
+
882
|
229
|
+
883</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 881</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
|
247
|
+
Generated on Sun Oct 21 19:17:14 2018 by
|
248
248
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
249
249
|
0.9.16 (ruby-2.5.1).
|
250
250
|
</div>
|
data/doc/Rubu/Info.html
CHANGED
@@ -285,7 +285,7 @@
|
|
285
285
|
</div>
|
286
286
|
|
287
287
|
<div id="footer">
|
288
|
-
Generated on
|
288
|
+
Generated on Sun Oct 21 19:17:14 2018 by
|
289
289
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
290
290
|
0.9.16 (ruby-2.5.1).
|
291
291
|
</div>
|
data/doc/Rubu/Mark.html
CHANGED
@@ -1574,7 +1574,7 @@ bare file names are not usable.</p>
|
|
1574
1574
|
</div>
|
1575
1575
|
|
1576
1576
|
<div id="footer">
|
1577
|
-
Generated on
|
1577
|
+
Generated on Sun Oct 21 19:17:14 2018 by
|
1578
1578
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1579
1579
|
0.9.16 (ruby-2.5.1).
|
1580
1580
|
</div>
|
data/doc/Rubu/Move.html
CHANGED
@@ -997,7 +997,7 @@
|
|
997
997
|
</div>
|
998
998
|
|
999
999
|
<div id="footer">
|
1000
|
-
Generated on
|
1000
|
+
Generated on Sun Oct 21 19:17:13 2018 by
|
1001
1001
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1002
1002
|
0.9.16 (ruby-2.5.1).
|
1003
1003
|
</div>
|
data/doc/Rubu/MoveStyles.html
CHANGED
@@ -394,7 +394,7 @@
|
|
394
394
|
</div>
|
395
395
|
|
396
396
|
<div id="footer">
|
397
|
-
Generated on
|
397
|
+
Generated on Sun Oct 21 19:17:13 2018 by
|
398
398
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
399
399
|
0.9.16 (ruby-2.5.1).
|
400
400
|
</div>
|
data/doc/Rubu/Order.html
CHANGED
@@ -300,7 +300,7 @@
|
|
300
300
|
</div>
|
301
301
|
|
302
302
|
<div id="footer">
|
303
|
-
Generated on
|
303
|
+
Generated on Sun Oct 21 19:17:14 2018 by
|
304
304
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
305
305
|
0.9.16 (ruby-2.5.1).
|
306
306
|
</div>
|
data/doc/Rubu/RubyCommand.html
CHANGED
@@ -319,7 +319,7 @@
|
|
319
319
|
</div>
|
320
320
|
|
321
321
|
<div id="footer">
|
322
|
-
Generated on
|
322
|
+
Generated on Sun Oct 21 19:17:13 2018 by
|
323
323
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
324
324
|
0.9.16 (ruby-2.5.1).
|
325
325
|
</div>
|
data/doc/Rubu/ShellCommand.html
CHANGED
@@ -347,7 +347,7 @@
|
|
347
347
|
</div>
|
348
348
|
|
349
349
|
<div id="footer">
|
350
|
-
Generated on
|
350
|
+
Generated on Sun Oct 21 19:17:13 2018 by
|
351
351
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
352
352
|
0.9.16 (ruby-2.5.1).
|
353
353
|
</div>
|
data/doc/Rubu/State.html
CHANGED
@@ -504,7 +504,7 @@ checksums of file content.</p>
|
|
504
504
|
</div>
|
505
505
|
|
506
506
|
<div id="footer">
|
507
|
-
Generated on
|
507
|
+
Generated on Sun Oct 21 19:17:13 2018 by
|
508
508
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
509
509
|
0.9.16 (ruby-2.5.1).
|
510
510
|
</div>
|
data/doc/Rubu/Step.html
CHANGED
@@ -226,6 +226,30 @@ more targets.</p>
|
|
226
226
|
<p>Create Move and register.</p>
|
227
227
|
</div></span>
|
228
228
|
|
229
|
+
</li>
|
230
|
+
|
231
|
+
|
232
|
+
<li class="public ">
|
233
|
+
<span class="summary_signature">
|
234
|
+
|
235
|
+
<a href="#useset-class_method" title="useset (class method)">.<strong>useset</strong>(sources) ⇒ Object </a>
|
236
|
+
|
237
|
+
|
238
|
+
|
239
|
+
</span>
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
<span class="summary_desc"><div class='inline'>
|
250
|
+
<p>Create Move's for all in sources and register.</p>
|
251
|
+
</div></span>
|
252
|
+
|
229
253
|
</li>
|
230
254
|
|
231
255
|
|
@@ -742,26 +766,26 @@ more targets.</p>
|
|
742
766
|
<pre class="lines">
|
743
767
|
|
744
768
|
|
745
|
-
528
|
746
|
-
529
|
747
|
-
530
|
748
|
-
531
|
749
|
-
532
|
750
|
-
533
|
751
|
-
534
|
752
|
-
535
|
753
|
-
536
|
754
|
-
537
|
755
|
-
538
|
756
|
-
539
|
757
769
|
540
|
758
770
|
541
|
759
771
|
542
|
760
772
|
543
|
761
|
-
544
|
773
|
+
544
|
774
|
+
545
|
775
|
+
546
|
776
|
+
547
|
777
|
+
548
|
778
|
+
549
|
779
|
+
550
|
780
|
+
551
|
781
|
+
552
|
782
|
+
553
|
783
|
+
554
|
784
|
+
555
|
785
|
+
556</pre>
|
762
786
|
</td>
|
763
787
|
<td>
|
764
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
788
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 540</span>
|
765
789
|
|
766
790
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_sources'>sources</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_targets'>targets</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span> <span class='rparen'>)</span>
|
767
791
|
<span class='kw'>super</span><span class='lparen'>(</span><span class='rparen'>)</span>
|
@@ -818,12 +842,12 @@ more targets.</p>
|
|
818
842
|
<pre class="lines">
|
819
843
|
|
820
844
|
|
821
|
-
|
822
|
-
|
823
|
-
|
845
|
+
533
|
846
|
+
534
|
847
|
+
535</pre>
|
824
848
|
</td>
|
825
849
|
<td>
|
826
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
850
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 533</span>
|
827
851
|
|
828
852
|
<span class='kw'>def</span> <span class='id identifier rubyid_sources'>sources</span>
|
829
853
|
<span class='ivar'>@sources</span>
|
@@ -861,12 +885,12 @@ more targets.</p>
|
|
861
885
|
<pre class="lines">
|
862
886
|
|
863
887
|
|
864
|
-
|
865
|
-
|
866
|
-
|
888
|
+
534
|
889
|
+
535
|
890
|
+
536</pre>
|
867
891
|
</td>
|
868
892
|
<td>
|
869
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
893
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 534</span>
|
870
894
|
|
871
895
|
<span class='kw'>def</span> <span class='id identifier rubyid_targets'>targets</span>
|
872
896
|
<span class='ivar'>@targets</span>
|
@@ -962,6 +986,74 @@ more targets.</p>
|
|
962
986
|
</td>
|
963
987
|
</tr>
|
964
988
|
</table>
|
989
|
+
</div>
|
990
|
+
|
991
|
+
<div class="method_details ">
|
992
|
+
<h3 class="signature " id="useset-class_method">
|
993
|
+
|
994
|
+
.<strong>useset</strong>(sources) ⇒ <tt>Object</tt>
|
995
|
+
|
996
|
+
|
997
|
+
|
998
|
+
|
999
|
+
|
1000
|
+
</h3><div class="docstring">
|
1001
|
+
<div class="discussion">
|
1002
|
+
|
1003
|
+
<p>Create Move's for all in sources and register.</p>
|
1004
|
+
|
1005
|
+
<p>This creates Moves without targets, i.e. it is suitable for example for
|
1006
|
+
cleanups.</p>
|
1007
|
+
|
1008
|
+
|
1009
|
+
</div>
|
1010
|
+
</div>
|
1011
|
+
<div class="tags">
|
1012
|
+
<p class="tag_title">Parameters:</p>
|
1013
|
+
<ul class="param">
|
1014
|
+
|
1015
|
+
<li>
|
1016
|
+
|
1017
|
+
<span class='name'>sources</span>
|
1018
|
+
|
1019
|
+
|
1020
|
+
<span class='type'></span>
|
1021
|
+
|
1022
|
+
|
1023
|
+
|
1024
|
+
—
|
1025
|
+
<div class='inline'>
|
1026
|
+
<p>List of sources.</p>
|
1027
|
+
</div>
|
1028
|
+
|
1029
|
+
</li>
|
1030
|
+
|
1031
|
+
</ul>
|
1032
|
+
|
1033
|
+
|
1034
|
+
</div><table class="source_code">
|
1035
|
+
<tr>
|
1036
|
+
<td>
|
1037
|
+
<pre class="lines">
|
1038
|
+
|
1039
|
+
|
1040
|
+
526
|
1041
|
+
527
|
1042
|
+
528
|
1043
|
+
529
|
1044
|
+
530</pre>
|
1045
|
+
</td>
|
1046
|
+
<td>
|
1047
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 526</span>
|
1048
|
+
|
1049
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_useset'>useset</span><span class='lparen'>(</span> <span class='id identifier rubyid_sources'>sources</span> <span class='rparen'>)</span>
|
1050
|
+
<span class='id identifier rubyid_sources'>sources</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_source'>source</span><span class='op'>|</span>
|
1051
|
+
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_source'>source</span> <span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_use'>use</span>
|
1052
|
+
<span class='kw'>end</span>
|
1053
|
+
<span class='kw'>end</span></pre>
|
1054
|
+
</td>
|
1055
|
+
</tr>
|
1056
|
+
</table>
|
965
1057
|
</div>
|
966
1058
|
|
967
1059
|
<div class="method_details ">
|
@@ -1171,18 +1263,6 @@ more targets.</p>
|
|
1171
1263
|
<pre class="lines">
|
1172
1264
|
|
1173
1265
|
|
1174
|
-
576
|
1175
|
-
577
|
1176
|
-
578
|
1177
|
-
579
|
1178
|
-
580
|
1179
|
-
581
|
1180
|
-
582
|
1181
|
-
583
|
1182
|
-
584
|
1183
|
-
585
|
1184
|
-
586
|
1185
|
-
587
|
1186
1266
|
588
|
1187
1267
|
589
|
1188
1268
|
590
|
@@ -1197,10 +1277,22 @@ more targets.</p>
|
|
1197
1277
|
599
|
1198
1278
|
600
|
1199
1279
|
601
|
1200
|
-
602
|
1280
|
+
602
|
1281
|
+
603
|
1282
|
+
604
|
1283
|
+
605
|
1284
|
+
606
|
1285
|
+
607
|
1286
|
+
608
|
1287
|
+
609
|
1288
|
+
610
|
1289
|
+
611
|
1290
|
+
612
|
1291
|
+
613
|
1292
|
+
614</pre>
|
1201
1293
|
</td>
|
1202
1294
|
<td>
|
1203
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1295
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 588</span>
|
1204
1296
|
|
1205
1297
|
<span class='kw'>def</span> <span class='id identifier rubyid_date_update?'>date_update?</span>
|
1206
1298
|
|
@@ -1260,15 +1352,15 @@ more targets.</p>
|
|
1260
1352
|
<pre class="lines">
|
1261
1353
|
|
1262
1354
|
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1355
|
+
686
|
1356
|
+
687
|
1357
|
+
688
|
1358
|
+
689
|
1359
|
+
690
|
1360
|
+
691</pre>
|
1269
1361
|
</td>
|
1270
1362
|
<td>
|
1271
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1363
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 686</span>
|
1272
1364
|
|
1273
1365
|
<span class='kw'>def</span> <span class='id identifier rubyid_fork'>fork</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
|
1274
1366
|
<span class='id identifier rubyid_host_in'>host_in</span>
|
@@ -1320,18 +1412,6 @@ more targets.</p>
|
|
1320
1412
|
<pre class="lines">
|
1321
1413
|
|
1322
1414
|
|
1323
|
-
606
|
1324
|
-
607
|
1325
|
-
608
|
1326
|
-
609
|
1327
|
-
610
|
1328
|
-
611
|
1329
|
-
612
|
1330
|
-
613
|
1331
|
-
614
|
1332
|
-
615
|
1333
|
-
616
|
1334
|
-
617
|
1335
1415
|
618
|
1336
1416
|
619
|
1337
1417
|
620
|
@@ -1348,10 +1428,22 @@ more targets.</p>
|
|
1348
1428
|
631
|
1349
1429
|
632
|
1350
1430
|
633
|
1351
|
-
634
|
1431
|
+
634
|
1432
|
+
635
|
1433
|
+
636
|
1434
|
+
637
|
1435
|
+
638
|
1436
|
+
639
|
1437
|
+
640
|
1438
|
+
641
|
1439
|
+
642
|
1440
|
+
643
|
1441
|
+
644
|
1442
|
+
645
|
1443
|
+
646</pre>
|
1352
1444
|
</td>
|
1353
1445
|
<td>
|
1354
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1446
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 618</span>
|
1355
1447
|
|
1356
1448
|
<span class='kw'>def</span> <span class='id identifier rubyid_mark_update?'>mark_update?</span>
|
1357
1449
|
|
@@ -1435,12 +1527,12 @@ more targets.</p>
|
|
1435
1527
|
<pre class="lines">
|
1436
1528
|
|
1437
1529
|
|
1438
|
-
|
1439
|
-
|
1440
|
-
|
1530
|
+
673
|
1531
|
+
674
|
1532
|
+
675</pre>
|
1441
1533
|
</td>
|
1442
1534
|
<td>
|
1443
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1535
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 673</span>
|
1444
1536
|
|
1445
1537
|
<span class='kw'>def</span> <span class='id identifier rubyid_rbrun'>rbrun</span><span class='lparen'>(</span> <span class='id identifier rubyid_desc'>desc</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
|
1446
1538
|
<span class='const'><span class='object_link'><a href="RubyCommand.html" title="Rubu::RubyCommand (class)">RubyCommand</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="RubyCommand.html#initialize-instance_method" title="Rubu::RubyCommand#initialize (method)">new</a></span></span><span class='lparen'>(</span> <span class='id identifier rubyid_desc'>desc</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_run'><span class='object_link'><a href="RubyCommand.html#run-instance_method" title="Rubu::RubyCommand#run (method)">run</a></span></span>
|
@@ -1498,13 +1590,13 @@ more targets.</p>
|
|
1498
1590
|
<pre class="lines">
|
1499
1591
|
|
1500
1592
|
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1504
|
-
|
1593
|
+
680
|
1594
|
+
681
|
1595
|
+
682
|
1596
|
+
683</pre>
|
1505
1597
|
</td>
|
1506
1598
|
<td>
|
1507
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1599
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 680</span>
|
1508
1600
|
|
1509
1601
|
<span class='kw'>def</span> <span class='id identifier rubyid_rbuse'>rbuse</span><span class='lparen'>(</span> <span class='id identifier rubyid_desc'>desc</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
|
1510
1602
|
<span class='id identifier rubyid_rb'>rb</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="RubyCommand.html" title="Rubu::RubyCommand (class)">RubyCommand</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="RubyCommand.html#initialize-instance_method" title="Rubu::RubyCommand#initialize (method)">new</a></span></span><span class='lparen'>(</span> <span class='id identifier rubyid_desc'>desc</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
|
@@ -1541,17 +1633,17 @@ more targets.</p>
|
|
1541
1633
|
<pre class="lines">
|
1542
1634
|
|
1543
1635
|
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1636
|
+
571
|
1637
|
+
572
|
1638
|
+
573
|
1639
|
+
574
|
1640
|
+
575
|
1641
|
+
576
|
1642
|
+
577
|
1643
|
+
578</pre>
|
1552
1644
|
</td>
|
1553
1645
|
<td>
|
1554
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1646
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 571</span>
|
1555
1647
|
|
1556
1648
|
<span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span>
|
1557
1649
|
<span class='kw'>if</span> <span class='id identifier rubyid_update?'>update?</span>
|
@@ -1592,11 +1684,11 @@ more targets.</p>
|
|
1592
1684
|
<pre class="lines">
|
1593
1685
|
|
1594
1686
|
|
1595
|
-
|
1596
|
-
|
1687
|
+
561
|
1688
|
+
562</pre>
|
1597
1689
|
</td>
|
1598
1690
|
<td>
|
1599
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1691
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 561</span>
|
1600
1692
|
|
1601
1693
|
<span class='kw'>def</span> <span class='id identifier rubyid_setup'>setup</span>
|
1602
1694
|
<span class='kw'>end</span></pre>
|
@@ -1631,12 +1723,12 @@ more targets.</p>
|
|
1631
1723
|
<pre class="lines">
|
1632
1724
|
|
1633
1725
|
|
1634
|
-
|
1635
|
-
|
1636
|
-
|
1726
|
+
660
|
1727
|
+
661
|
1728
|
+
662</pre>
|
1637
1729
|
</td>
|
1638
1730
|
<td>
|
1639
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1731
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 660</span>
|
1640
1732
|
|
1641
1733
|
<span class='kw'>def</span> <span class='id identifier rubyid_shrun'>shrun</span><span class='lparen'>(</span> <span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
|
1642
1734
|
<span class='const'><span class='object_link'><a href="ShellCommand.html" title="Rubu::ShellCommand (class)">ShellCommand</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="ShellCommand.html#initialize-instance_method" title="Rubu::ShellCommand#initialize (method)">new</a></span></span><span class='lparen'>(</span> <span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_run'><span class='object_link'><a href="ShellCommand.html#run-instance_method" title="Rubu::ShellCommand#run (method)">run</a></span></span>
|
@@ -1672,13 +1764,13 @@ more targets.</p>
|
|
1672
1764
|
<pre class="lines">
|
1673
1765
|
|
1674
1766
|
|
1675
|
-
|
1676
|
-
|
1677
|
-
|
1678
|
-
|
1767
|
+
665
|
1768
|
+
666
|
1769
|
+
667
|
1770
|
+
668</pre>
|
1679
1771
|
</td>
|
1680
1772
|
<td>
|
1681
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1773
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 665</span>
|
1682
1774
|
|
1683
1775
|
<span class='kw'>def</span> <span class='id identifier rubyid_shuse'>shuse</span><span class='lparen'>(</span> <span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
|
1684
1776
|
<span class='id identifier rubyid_sh'>sh</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="ShellCommand.html" title="Rubu::ShellCommand (class)">ShellCommand</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="ShellCommand.html#initialize-instance_method" title="Rubu::ShellCommand#initialize (method)">new</a></span></span><span class='lparen'>(</span> <span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
|
@@ -1715,12 +1807,12 @@ more targets.</p>
|
|
1715
1807
|
<pre class="lines">
|
1716
1808
|
|
1717
1809
|
|
1718
|
-
|
1719
|
-
|
1720
|
-
|
1810
|
+
650
|
1811
|
+
651
|
1812
|
+
652</pre>
|
1721
1813
|
</td>
|
1722
1814
|
<td>
|
1723
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1815
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 650</span>
|
1724
1816
|
|
1725
1817
|
<span class='kw'>def</span> <span class='id identifier rubyid_source'>source</span>
|
1726
1818
|
<span class='ivar'>@sources</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span>
|
@@ -1756,11 +1848,11 @@ more targets.</p>
|
|
1756
1848
|
<pre class="lines">
|
1757
1849
|
|
1758
1850
|
|
1759
|
-
|
1760
|
-
|
1851
|
+
566
|
1852
|
+
567</pre>
|
1761
1853
|
</td>
|
1762
1854
|
<td>
|
1763
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1855
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 566</span>
|
1764
1856
|
|
1765
1857
|
<span class='kw'>def</span> <span class='id identifier rubyid_step'>step</span>
|
1766
1858
|
<span class='kw'>end</span></pre>
|
@@ -1795,12 +1887,12 @@ more targets.</p>
|
|
1795
1887
|
<pre class="lines">
|
1796
1888
|
|
1797
1889
|
|
1798
|
-
|
1799
|
-
|
1800
|
-
|
1890
|
+
655
|
1891
|
+
656
|
1892
|
+
657</pre>
|
1801
1893
|
</td>
|
1802
1894
|
<td>
|
1803
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1895
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 655</span>
|
1804
1896
|
|
1805
1897
|
<span class='kw'>def</span> <span class='id identifier rubyid_target'>target</span>
|
1806
1898
|
<span class='ivar'>@targets</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span>
|
@@ -1849,12 +1941,12 @@ more targets.</p>
|
|
1849
1941
|
<pre class="lines">
|
1850
1942
|
|
1851
1943
|
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
1944
|
+
582
|
1945
|
+
583
|
1946
|
+
584</pre>
|
1855
1947
|
</td>
|
1856
1948
|
<td>
|
1857
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1949
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 582</span>
|
1858
1950
|
|
1859
1951
|
<span class='kw'>def</span> <span class='id identifier rubyid_update?'>update?</span>
|
1860
1952
|
<span class='kw'>true</span>
|
@@ -1890,15 +1982,15 @@ more targets.</p>
|
|
1890
1982
|
<pre class="lines">
|
1891
1983
|
|
1892
1984
|
|
1893
|
-
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
1897
|
-
|
1898
|
-
|
1985
|
+
694
|
1986
|
+
695
|
1987
|
+
696
|
1988
|
+
697
|
1989
|
+
698
|
1990
|
+
699</pre>
|
1899
1991
|
</td>
|
1900
1992
|
<td>
|
1901
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1993
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 694</span>
|
1902
1994
|
|
1903
1995
|
<span class='kw'>def</span> <span class='id identifier rubyid_walk'>walk</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
|
1904
1996
|
<span class='id identifier rubyid_host_in'>host_in</span>
|
@@ -1916,7 +2008,7 @@ more targets.</p>
|
|
1916
2008
|
</div>
|
1917
2009
|
|
1918
2010
|
<div id="footer">
|
1919
|
-
Generated on
|
2011
|
+
Generated on Sun Oct 21 19:17:14 2018 by
|
1920
2012
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1921
2013
|
0.9.16 (ruby-2.5.1).
|
1922
2014
|
</div>
|