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.
@@ -195,7 +195,7 @@
195
195
 
196
196
 
197
197
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></h3>
198
- <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#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>
198
+ <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#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
199
  <div id="constructor_details" class="method_details_list">
200
200
  <h2>Constructor Details</h2>
201
201
 
@@ -225,13 +225,13 @@
225
225
  <pre class="lines">
226
226
 
227
227
 
228
- 131
229
- 132
230
- 133
231
- 134</pre>
228
+ 128
229
+ 129
230
+ 130
231
+ 131</pre>
232
232
  </td>
233
233
  <td>
234
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 131</span>
234
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 128</span>
235
235
 
236
236
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
237
237
  <span class='kw'>super</span><span class='lparen'>(</span><span class='rparen'>)</span>
@@ -275,6 +275,9 @@
275
275
  <pre class="lines">
276
276
 
277
277
 
278
+ 134
279
+ 135
280
+ 136
278
281
  137
279
282
  138
280
283
  139
@@ -298,13 +301,10 @@
298
301
  157
299
302
  158
300
303
  159
301
- 160
302
- 161
303
- 162
304
- 163</pre>
304
+ 160</pre>
305
305
  </td>
306
306
  <td>
307
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 137</span>
307
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 134</span>
308
308
 
309
309
  <span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span>
310
310
  <span class='kw'>begin</span>
@@ -315,7 +315,7 @@
315
315
  <span class='kw'>end</span>
316
316
 
317
317
  <span class='kw'>if</span> <span class='id identifier rubyid_status'>status</span><span class='period'>.</span><span class='id identifier rubyid_exitstatus'>exitstatus</span> <span class='op'>==</span> <span class='int'>0</span>
318
- <span class='kw'>if</span> <span class='cvar'>@@show_shell_warning</span> <span class='op'>&amp;&amp;</span> <span class='kw'>not</span><span class='lparen'>(</span> <span class='id identifier rubyid_stderr'>stderr</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='rparen'>)</span>
318
+ <span class='kw'>if</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:sh_warn</span> <span class='rbracket'>]</span> <span class='op'>&amp;&amp;</span> <span class='kw'>not</span><span class='lparen'>(</span> <span class='id identifier rubyid_stderr'>stderr</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='rparen'>)</span>
319
319
  <span class='id identifier rubyid_warn'>warn</span><span class='lparen'>(</span> <span class='id identifier rubyid_stderr'>stderr</span> <span class='rparen'>)</span>
320
320
  <span class='kw'>end</span>
321
321
  <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:success</span>
@@ -343,7 +343,7 @@
343
343
  </div>
344
344
 
345
345
  <div id="footer">
346
- Generated on Thu Aug 30 16:05:51 2018 by
346
+ Generated on Fri Aug 31 09:32:06 2018 by
347
347
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
348
348
  0.8.7.6 (ruby-2.3.3).
349
349
  </div>
@@ -276,14 +276,14 @@ checksums of file content.</p>
276
276
  <pre class="lines">
277
277
 
278
278
 
279
- 24
280
- 25
281
279
  26
282
280
  27
283
- 28</pre>
281
+ 28
282
+ 29
283
+ 30</pre>
284
284
  </td>
285
285
  <td>
286
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 24</span>
286
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 26</span>
287
287
 
288
288
  <span class='kw'>def</span> <span class='const'>State</span><span class='period'>.</span><span class='id identifier rubyid_load'>load</span>
289
289
  <span class='kw'>if</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_exist?'>exist?</span><span class='lparen'>(</span> <span class='cvar'>@@state_file</span> <span class='rparen'>)</span>
@@ -354,8 +354,6 @@ checksums of file content.</p>
354
354
  <pre class="lines">
355
355
 
356
356
 
357
- 40
358
- 41
359
357
  42
360
358
  43
361
359
  44
@@ -366,10 +364,12 @@ checksums of file content.</p>
366
364
  49
367
365
  50
368
366
  51
369
- 52</pre>
367
+ 52
368
+ 53
369
+ 54</pre>
370
370
  </td>
371
371
  <td>
372
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 40</span>
372
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 42</span>
373
373
 
374
374
  <span class='kw'>def</span> <span class='const'>State</span><span class='period'>.</span><span class='id identifier rubyid_md5_check_and_update?'>md5_check_and_update?</span><span class='lparen'>(</span> <span class='id identifier rubyid_file'>file</span> <span class='rparen'>)</span>
375
375
  <span class='kw'>if</span> <span class='cvar'>@@md5</span><span class='lbracket'>[</span> <span class='id identifier rubyid_file'>file</span> <span class='rbracket'>]</span>
@@ -435,12 +435,12 @@ checksums of file content.</p>
435
435
  <pre class="lines">
436
436
 
437
437
 
438
- 33
439
- 34
440
- 35</pre>
438
+ 35
439
+ 36
440
+ 37</pre>
441
441
  </td>
442
442
  <td>
443
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 33</span>
443
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 35</span>
444
444
 
445
445
  <span class='kw'>def</span> <span class='const'>State</span><span class='period'>.</span><span class='id identifier rubyid_md5_gen'>md5_gen</span><span class='lparen'>(</span> <span class='id identifier rubyid_file'>file</span> <span class='rparen'>)</span>
446
446
  <span class='const'>Digest</span><span class='op'>::</span><span class='const'>MD5</span><span class='period'>.</span><span class='id identifier rubyid_hexdigest'>hexdigest</span><span class='lparen'>(</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_read'>read</span><span class='lparen'>(</span> <span class='id identifier rubyid_file'>file</span> <span class='rparen'>)</span> <span class='rparen'>)</span>
@@ -476,14 +476,14 @@ checksums of file content.</p>
476
476
  <pre class="lines">
477
477
 
478
478
 
479
- 17
480
- 18
481
479
  19
482
480
  20
483
- 21</pre>
481
+ 21
482
+ 22
483
+ 23</pre>
484
484
  </td>
485
485
  <td>
486
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 17</span>
486
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 19</span>
487
487
 
488
488
  <span class='kw'>def</span> <span class='const'>State</span><span class='period'>.</span><span class='id identifier rubyid_save'>save</span>
489
489
  <span class='kw'>if</span> <span class='cvar'>@@md5</span><span class='period'>.</span><span class='id identifier rubyid_any?'>any?</span>
@@ -500,7 +500,7 @@ checksums of file content.</p>
500
500
  </div>
501
501
 
502
502
  <div id="footer">
503
- Generated on Thu Aug 30 16:05:51 2018 by
503
+ Generated on Fri Aug 31 09:32:06 2018 by
504
504
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
505
505
  0.8.7.6 (ruby-2.3.3).
506
506
  </div>
@@ -671,7 +671,7 @@ more targets.</p>
671
671
 
672
672
 
673
673
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></h3>
674
- <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#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>
674
+ <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#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>
675
675
  <div id="constructor_details" class="method_details_list">
676
676
  <h2>Constructor Details</h2>
677
677
 
@@ -741,10 +741,6 @@ more targets.</p>
741
741
  <pre class="lines">
742
742
 
743
743
 
744
- 518
745
- 519
746
- 520
747
- 521
748
744
  522
749
745
  523
750
746
  524
@@ -757,10 +753,14 @@ more targets.</p>
757
753
  531
758
754
  532
759
755
  533
760
- 534</pre>
756
+ 534
757
+ 535
758
+ 536
759
+ 537
760
+ 538</pre>
761
761
  </td>
762
762
  <td>
763
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 518</span>
763
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 522</span>
764
764
 
765
765
  <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>
766
766
  <span class='kw'>super</span><span class='lparen'>(</span><span class='rparen'>)</span>
@@ -817,12 +817,12 @@ more targets.</p>
817
817
  <pre class="lines">
818
818
 
819
819
 
820
- 511
821
- 512
822
- 513</pre>
820
+ 515
821
+ 516
822
+ 517</pre>
823
823
  </td>
824
824
  <td>
825
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 511</span>
825
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 515</span>
826
826
 
827
827
  <span class='kw'>def</span> <span class='id identifier rubyid_sources'>sources</span>
828
828
  <span class='ivar'>@sources</span>
@@ -860,12 +860,12 @@ more targets.</p>
860
860
  <pre class="lines">
861
861
 
862
862
 
863
- 512
864
- 513
865
- 514</pre>
863
+ 516
864
+ 517
865
+ 518</pre>
866
866
  </td>
867
867
  <td>
868
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 512</span>
868
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 516</span>
869
869
 
870
870
  <span class='kw'>def</span> <span class='id identifier rubyid_targets'>targets</span>
871
871
  <span class='ivar'>@targets</span>
@@ -948,12 +948,12 @@ more targets.</p>
948
948
  <pre class="lines">
949
949
 
950
950
 
951
- 485
952
- 486
953
- 487</pre>
951
+ 489
952
+ 490
953
+ 491</pre>
954
954
  </td>
955
955
  <td>
956
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 485</span>
956
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 489</span>
957
957
 
958
958
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_use'>use</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>
959
959
  <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_sources'>sources</span><span class='comma'>,</span> <span class='id identifier rubyid_targets'>targets</span> <span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_use'>use</span>
@@ -1025,14 +1025,14 @@ more targets.</p>
1025
1025
  <pre class="lines">
1026
1026
 
1027
1027
 
1028
- 504
1029
- 505
1030
- 506
1031
- 507
1032
- 508</pre>
1028
+ 508
1029
+ 509
1030
+ 510
1031
+ 511
1032
+ 512</pre>
1033
1033
  </td>
1034
1034
  <td>
1035
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 504</span>
1035
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 508</span>
1036
1036
 
1037
1037
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_usezip'>usezip</span><span class='lparen'>(</span> <span class='id identifier rubyid_sources'>sources</span><span class='comma'>,</span> <span class='id identifier rubyid_targets'>targets</span> <span class='rparen'>)</span>
1038
1038
  <span class='id identifier rubyid_sources'>sources</span><span class='period'>.</span><span class='id identifier rubyid_zip'>zip</span><span class='lparen'>(</span> <span class='id identifier rubyid_targets'>targets</span> <span class='rparen'>)</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_pair'>pair</span><span class='op'>|</span>
@@ -1106,14 +1106,14 @@ more targets.</p>
1106
1106
  <pre class="lines">
1107
1107
 
1108
1108
 
1109
- 493
1110
- 494
1111
- 495
1112
- 496
1113
- 497</pre>
1109
+ 497
1110
+ 498
1111
+ 499
1112
+ 500
1113
+ 501</pre>
1114
1114
  </td>
1115
1115
  <td>
1116
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 493</span>
1116
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 497</span>
1117
1117
 
1118
1118
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_zip'>zip</span><span class='lparen'>(</span> <span class='id identifier rubyid_sources'>sources</span><span class='comma'>,</span> <span class='id identifier rubyid_targets'>targets</span> <span class='rparen'>)</span>
1119
1119
  <span class='id identifier rubyid_sources'>sources</span><span class='period'>.</span><span class='id identifier rubyid_zip'>zip</span><span class='lparen'>(</span> <span class='id identifier rubyid_targets'>targets</span> <span class='rparen'>)</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_pair'>pair</span><span class='op'>|</span>
@@ -1170,10 +1170,6 @@ more targets.</p>
1170
1170
  <pre class="lines">
1171
1171
 
1172
1172
 
1173
- 566
1174
- 567
1175
- 568
1176
- 569
1177
1173
  570
1178
1174
  571
1179
1175
  572
@@ -1196,10 +1192,14 @@ more targets.</p>
1196
1192
  589
1197
1193
  590
1198
1194
  591
1199
- 592</pre>
1195
+ 592
1196
+ 593
1197
+ 594
1198
+ 595
1199
+ 596</pre>
1200
1200
  </td>
1201
1201
  <td>
1202
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 566</span>
1202
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 570</span>
1203
1203
 
1204
1204
  <span class='kw'>def</span> <span class='id identifier rubyid_date_update?'>date_update?</span>
1205
1205
 
@@ -1259,15 +1259,15 @@ more targets.</p>
1259
1259
  <pre class="lines">
1260
1260
 
1261
1261
 
1262
- 664
1263
- 665
1264
- 666
1265
- 667
1266
1262
  668
1267
- 669</pre>
1263
+ 669
1264
+ 670
1265
+ 671
1266
+ 672
1267
+ 673</pre>
1268
1268
  </td>
1269
1269
  <td>
1270
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 664</span>
1270
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 668</span>
1271
1271
 
1272
1272
  <span class='kw'>def</span> <span class='id identifier rubyid_fork'>fork</span><span class='lparen'>(</span> <span class='op'>&amp;</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
1273
1273
  <span class='id identifier rubyid_host_in'>host_in</span>
@@ -1319,10 +1319,6 @@ more targets.</p>
1319
1319
  <pre class="lines">
1320
1320
 
1321
1321
 
1322
- 596
1323
- 597
1324
- 598
1325
- 599
1326
1322
  600
1327
1323
  601
1328
1324
  602
@@ -1347,10 +1343,14 @@ more targets.</p>
1347
1343
  621
1348
1344
  622
1349
1345
  623
1350
- 624</pre>
1346
+ 624
1347
+ 625
1348
+ 626
1349
+ 627
1350
+ 628</pre>
1351
1351
  </td>
1352
1352
  <td>
1353
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 596</span>
1353
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 600</span>
1354
1354
 
1355
1355
  <span class='kw'>def</span> <span class='id identifier rubyid_mark_update?'>mark_update?</span>
1356
1356
 
@@ -1434,12 +1434,12 @@ more targets.</p>
1434
1434
  <pre class="lines">
1435
1435
 
1436
1436
 
1437
- 651
1438
- 652
1439
- 653</pre>
1437
+ 655
1438
+ 656
1439
+ 657</pre>
1440
1440
  </td>
1441
1441
  <td>
1442
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 651</span>
1442
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 655</span>
1443
1443
 
1444
1444
  <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'>&amp;</span><span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
1445
1445
  <span class='const'>RubyCommand</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_desc'>desc</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span>
@@ -1497,13 +1497,13 @@ more targets.</p>
1497
1497
  <pre class="lines">
1498
1498
 
1499
1499
 
1500
- 658
1501
- 659
1502
- 660
1503
- 661</pre>
1500
+ 662
1501
+ 663
1502
+ 664
1503
+ 665</pre>
1504
1504
  </td>
1505
1505
  <td>
1506
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 658</span>
1506
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 662</span>
1507
1507
 
1508
1508
  <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'>&amp;</span><span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
1509
1509
  <span class='id identifier rubyid_rb'>rb</span> <span class='op'>=</span> <span class='const'>RubyCommand</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_desc'>desc</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
@@ -1540,17 +1540,17 @@ more targets.</p>
1540
1540
  <pre class="lines">
1541
1541
 
1542
1542
 
1543
- 549
1544
- 550
1545
- 551
1546
- 552
1547
1543
  553
1548
1544
  554
1549
1545
  555
1550
- 556</pre>
1546
+ 556
1547
+ 557
1548
+ 558
1549
+ 559
1550
+ 560</pre>
1551
1551
  </td>
1552
1552
  <td>
1553
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 549</span>
1553
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 553</span>
1554
1554
 
1555
1555
  <span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span>
1556
1556
  <span class='kw'>if</span> <span class='id identifier rubyid_update?'>update?</span>
@@ -1591,11 +1591,11 @@ more targets.</p>
1591
1591
  <pre class="lines">
1592
1592
 
1593
1593
 
1594
- 539
1595
- 540</pre>
1594
+ 543
1595
+ 544</pre>
1596
1596
  </td>
1597
1597
  <td>
1598
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 539</span>
1598
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 543</span>
1599
1599
 
1600
1600
  <span class='kw'>def</span> <span class='id identifier rubyid_setup'>setup</span>
1601
1601
  <span class='kw'>end</span></pre>
@@ -1630,12 +1630,12 @@ more targets.</p>
1630
1630
  <pre class="lines">
1631
1631
 
1632
1632
 
1633
- 638
1634
- 639
1635
- 640</pre>
1633
+ 642
1634
+ 643
1635
+ 644</pre>
1636
1636
  </td>
1637
1637
  <td>
1638
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 638</span>
1638
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 642</span>
1639
1639
 
1640
1640
  <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>
1641
1641
  <span class='const'>ShellCommand</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</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'>run</span>
@@ -1671,13 +1671,13 @@ more targets.</p>
1671
1671
  <pre class="lines">
1672
1672
 
1673
1673
 
1674
- 643
1675
- 644
1676
- 645
1677
- 646</pre>
1674
+ 647
1675
+ 648
1676
+ 649
1677
+ 650</pre>
1678
1678
  </td>
1679
1679
  <td>
1680
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 643</span>
1680
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 647</span>
1681
1681
 
1682
1682
  <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>
1683
1683
  <span class='id identifier rubyid_sh'>sh</span> <span class='op'>=</span> <span class='const'>ShellCommand</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
@@ -1714,12 +1714,12 @@ more targets.</p>
1714
1714
  <pre class="lines">
1715
1715
 
1716
1716
 
1717
- 628
1718
- 629
1719
- 630</pre>
1717
+ 632
1718
+ 633
1719
+ 634</pre>
1720
1720
  </td>
1721
1721
  <td>
1722
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 628</span>
1722
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 632</span>
1723
1723
 
1724
1724
  <span class='kw'>def</span> <span class='id identifier rubyid_source'>source</span>
1725
1725
  <span class='ivar'>@sources</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span>
@@ -1755,11 +1755,11 @@ more targets.</p>
1755
1755
  <pre class="lines">
1756
1756
 
1757
1757
 
1758
- 544
1759
- 545</pre>
1758
+ 548
1759
+ 549</pre>
1760
1760
  </td>
1761
1761
  <td>
1762
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 544</span>
1762
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 548</span>
1763
1763
 
1764
1764
  <span class='kw'>def</span> <span class='id identifier rubyid_step'>step</span>
1765
1765
  <span class='kw'>end</span></pre>
@@ -1794,12 +1794,12 @@ more targets.</p>
1794
1794
  <pre class="lines">
1795
1795
 
1796
1796
 
1797
- 633
1798
- 634
1799
- 635</pre>
1797
+ 637
1798
+ 638
1799
+ 639</pre>
1800
1800
  </td>
1801
1801
  <td>
1802
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 633</span>
1802
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 637</span>
1803
1803
 
1804
1804
  <span class='kw'>def</span> <span class='id identifier rubyid_target'>target</span>
1805
1805
  <span class='ivar'>@targets</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span>
@@ -1848,12 +1848,12 @@ more targets.</p>
1848
1848
  <pre class="lines">
1849
1849
 
1850
1850
 
1851
- 560
1852
- 561
1853
- 562</pre>
1851
+ 564
1852
+ 565
1853
+ 566</pre>
1854
1854
  </td>
1855
1855
  <td>
1856
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 560</span>
1856
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 564</span>
1857
1857
 
1858
1858
  <span class='kw'>def</span> <span class='id identifier rubyid_update?'>update?</span>
1859
1859
  <span class='kw'>true</span>
@@ -1889,15 +1889,15 @@ more targets.</p>
1889
1889
  <pre class="lines">
1890
1890
 
1891
1891
 
1892
- 672
1893
- 673
1894
- 674
1895
- 675
1896
1892
  676
1897
- 677</pre>
1893
+ 677
1894
+ 678
1895
+ 679
1896
+ 680
1897
+ 681</pre>
1898
1898
  </td>
1899
1899
  <td>
1900
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 672</span>
1900
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 676</span>
1901
1901
 
1902
1902
  <span class='kw'>def</span> <span class='id identifier rubyid_walk'>walk</span><span class='lparen'>(</span> <span class='op'>&amp;</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
1903
1903
  <span class='id identifier rubyid_host_in'>host_in</span>
@@ -1915,7 +1915,7 @@ more targets.</p>
1915
1915
  </div>
1916
1916
 
1917
1917
  <div id="footer">
1918
- Generated on Thu Aug 30 16:05:51 2018 by
1918
+ Generated on Fri Aug 31 09:32:07 2018 by
1919
1919
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1920
1920
  0.8.7.6 (ruby-2.3.3).
1921
1921
  </div>