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.
@@ -176,7 +176,7 @@
176
176
 
177
177
 
178
178
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Step.html" title="Rubu::Step (class)">Step</a></span></h3>
179
- <p class="inherited"><span class='object_link'><a href="Step.html#date_update%3F-instance_method" title="Rubu::Step#date_update? (method)">#date_update?</a></span>, <span class='object_link'><a href="Step.html#fork-instance_method" title="Rubu::Step#fork (method)">#fork</a></span>, <span class='object_link'><a href="Step.html#initialize-instance_method" title="Rubu::Step#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Step.html#mark_update%3F-instance_method" title="Rubu::Step#mark_update? (method)">#mark_update?</a></span>, <span class='object_link'><a href="Step.html#rbrun-instance_method" title="Rubu::Step#rbrun (method)">#rbrun</a></span>, <span class='object_link'><a href="Step.html#rbuse-instance_method" title="Rubu::Step#rbuse (method)">#rbuse</a></span>, <span class='object_link'><a href="Step.html#run-instance_method" title="Rubu::Step#run (method)">#run</a></span>, <span class='object_link'><a href="Step.html#setup-instance_method" title="Rubu::Step#setup (method)">#setup</a></span>, <span class='object_link'><a href="Step.html#shrun-instance_method" title="Rubu::Step#shrun (method)">#shrun</a></span>, <span class='object_link'><a href="Step.html#shuse-instance_method" title="Rubu::Step#shuse (method)">#shuse</a></span>, <span class='object_link'><a href="Step.html#source-instance_method" title="Rubu::Step#source (method)">#source</a></span>, <span class='object_link'><a href="Step.html#step-instance_method" title="Rubu::Step#step (method)">#step</a></span>, <span class='object_link'><a href="Step.html#target-instance_method" title="Rubu::Step#target (method)">#target</a></span>, <span class='object_link'><a href="Step.html#use-class_method" title="Rubu::Step.use (method)">use</a></span>, <span class='object_link'><a href="Step.html#usezip-class_method" title="Rubu::Step.usezip (method)">usezip</a></span>, <span class='object_link'><a href="Step.html#walk-instance_method" title="Rubu::Step#walk (method)">#walk</a></span>, <span class='object_link'><a href="Step.html#zip-class_method" title="Rubu::Step.zip (method)">zip</a></span></p>
179
+ <p class="inherited"><span class='object_link'><a href="Step.html#date_update%3F-instance_method" title="Rubu::Step#date_update? (method)">#date_update?</a></span>, <span class='object_link'><a href="Step.html#fork-instance_method" title="Rubu::Step#fork (method)">#fork</a></span>, <span class='object_link'><a href="Step.html#initialize-instance_method" title="Rubu::Step#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Step.html#mark_update%3F-instance_method" title="Rubu::Step#mark_update? (method)">#mark_update?</a></span>, <span class='object_link'><a href="Step.html#rbrun-instance_method" title="Rubu::Step#rbrun (method)">#rbrun</a></span>, <span class='object_link'><a href="Step.html#rbuse-instance_method" title="Rubu::Step#rbuse (method)">#rbuse</a></span>, <span class='object_link'><a href="Step.html#run-instance_method" title="Rubu::Step#run (method)">#run</a></span>, <span class='object_link'><a href="Step.html#setup-instance_method" title="Rubu::Step#setup (method)">#setup</a></span>, <span class='object_link'><a href="Step.html#shrun-instance_method" title="Rubu::Step#shrun (method)">#shrun</a></span>, <span class='object_link'><a href="Step.html#shuse-instance_method" title="Rubu::Step#shuse (method)">#shuse</a></span>, <span class='object_link'><a href="Step.html#source-instance_method" title="Rubu::Step#source (method)">#source</a></span>, <span class='object_link'><a href="Step.html#step-instance_method" title="Rubu::Step#step (method)">#step</a></span>, <span class='object_link'><a href="Step.html#target-instance_method" title="Rubu::Step#target (method)">#target</a></span>, <span class='object_link'><a href="Step.html#use-class_method" title="Rubu::Step.use (method)">use</a></span>, <span class='object_link'><a href="Step.html#useset-class_method" title="Rubu::Step.useset (method)">useset</a></span>, <span class='object_link'><a href="Step.html#usezip-class_method" title="Rubu::Step.usezip (method)">usezip</a></span>, <span class='object_link'><a href="Step.html#walk-instance_method" title="Rubu::Step#walk (method)">#walk</a></span>, <span class='object_link'><a href="Step.html#zip-class_method" title="Rubu::Step.zip (method)">zip</a></span></p>
180
180
 
181
181
 
182
182
 
@@ -250,12 +250,12 @@
250
250
  <pre class="lines">
251
251
 
252
252
 
253
- 703
254
- 704
255
- 705</pre>
253
+ 715
254
+ 716
255
+ 717</pre>
256
256
  </td>
257
257
  <td>
258
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 703</span>
258
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 715</span>
259
259
 
260
260
  <span class='kw'>def</span> <span class='id identifier rubyid_update?'>update?</span>
261
261
  <span class='const'><span class='object_link'><a href="Order.html" title="Rubu::Order (class)">Order</a></span></span><span class='lbracket'>[</span> <span class='symbol'>:force</span> <span class='rbracket'>]</span> <span class='op'>||</span> <span class='id identifier rubyid_date_update?'>date_update?</span>
@@ -270,7 +270,7 @@
270
270
  </div>
271
271
 
272
272
  <div id="footer">
273
- Generated on Sat Sep 29 22:28:26 2018 by
273
+ Generated on Sun Oct 21 19:17:14 2018 by
274
274
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
275
275
  0.9.16 (ruby-2.5.1).
276
276
  </div>
@@ -176,7 +176,7 @@
176
176
 
177
177
 
178
178
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Step.html" title="Rubu::Step (class)">Step</a></span></h3>
179
- <p class="inherited"><span class='object_link'><a href="Step.html#date_update%3F-instance_method" title="Rubu::Step#date_update? (method)">#date_update?</a></span>, <span class='object_link'><a href="Step.html#fork-instance_method" title="Rubu::Step#fork (method)">#fork</a></span>, <span class='object_link'><a href="Step.html#initialize-instance_method" title="Rubu::Step#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Step.html#mark_update%3F-instance_method" title="Rubu::Step#mark_update? (method)">#mark_update?</a></span>, <span class='object_link'><a href="Step.html#rbrun-instance_method" title="Rubu::Step#rbrun (method)">#rbrun</a></span>, <span class='object_link'><a href="Step.html#rbuse-instance_method" title="Rubu::Step#rbuse (method)">#rbuse</a></span>, <span class='object_link'><a href="Step.html#run-instance_method" title="Rubu::Step#run (method)">#run</a></span>, <span class='object_link'><a href="Step.html#setup-instance_method" title="Rubu::Step#setup (method)">#setup</a></span>, <span class='object_link'><a href="Step.html#shrun-instance_method" title="Rubu::Step#shrun (method)">#shrun</a></span>, <span class='object_link'><a href="Step.html#shuse-instance_method" title="Rubu::Step#shuse (method)">#shuse</a></span>, <span class='object_link'><a href="Step.html#source-instance_method" title="Rubu::Step#source (method)">#source</a></span>, <span class='object_link'><a href="Step.html#step-instance_method" title="Rubu::Step#step (method)">#step</a></span>, <span class='object_link'><a href="Step.html#target-instance_method" title="Rubu::Step#target (method)">#target</a></span>, <span class='object_link'><a href="Step.html#use-class_method" title="Rubu::Step.use (method)">use</a></span>, <span class='object_link'><a href="Step.html#usezip-class_method" title="Rubu::Step.usezip (method)">usezip</a></span>, <span class='object_link'><a href="Step.html#walk-instance_method" title="Rubu::Step#walk (method)">#walk</a></span>, <span class='object_link'><a href="Step.html#zip-class_method" title="Rubu::Step.zip (method)">zip</a></span></p>
179
+ <p class="inherited"><span class='object_link'><a href="Step.html#date_update%3F-instance_method" title="Rubu::Step#date_update? (method)">#date_update?</a></span>, <span class='object_link'><a href="Step.html#fork-instance_method" title="Rubu::Step#fork (method)">#fork</a></span>, <span class='object_link'><a href="Step.html#initialize-instance_method" title="Rubu::Step#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Step.html#mark_update%3F-instance_method" title="Rubu::Step#mark_update? (method)">#mark_update?</a></span>, <span class='object_link'><a href="Step.html#rbrun-instance_method" title="Rubu::Step#rbrun (method)">#rbrun</a></span>, <span class='object_link'><a href="Step.html#rbuse-instance_method" title="Rubu::Step#rbuse (method)">#rbuse</a></span>, <span class='object_link'><a href="Step.html#run-instance_method" title="Rubu::Step#run (method)">#run</a></span>, <span class='object_link'><a href="Step.html#setup-instance_method" title="Rubu::Step#setup (method)">#setup</a></span>, <span class='object_link'><a href="Step.html#shrun-instance_method" title="Rubu::Step#shrun (method)">#shrun</a></span>, <span class='object_link'><a href="Step.html#shuse-instance_method" title="Rubu::Step#shuse (method)">#shuse</a></span>, <span class='object_link'><a href="Step.html#source-instance_method" title="Rubu::Step#source (method)">#source</a></span>, <span class='object_link'><a href="Step.html#step-instance_method" title="Rubu::Step#step (method)">#step</a></span>, <span class='object_link'><a href="Step.html#target-instance_method" title="Rubu::Step#target (method)">#target</a></span>, <span class='object_link'><a href="Step.html#use-class_method" title="Rubu::Step.use (method)">use</a></span>, <span class='object_link'><a href="Step.html#useset-class_method" title="Rubu::Step.useset (method)">useset</a></span>, <span class='object_link'><a href="Step.html#usezip-class_method" title="Rubu::Step.usezip (method)">usezip</a></span>, <span class='object_link'><a href="Step.html#walk-instance_method" title="Rubu::Step#walk (method)">#walk</a></span>, <span class='object_link'><a href="Step.html#zip-class_method" title="Rubu::Step.zip (method)">zip</a></span></p>
180
180
 
181
181
 
182
182
 
@@ -250,12 +250,12 @@
250
250
  <pre class="lines">
251
251
 
252
252
 
253
- 694
254
- 695
255
- 696</pre>
253
+ 706
254
+ 707
255
+ 708</pre>
256
256
  </td>
257
257
  <td>
258
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 694</span>
258
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 706</span>
259
259
 
260
260
  <span class='kw'>def</span> <span class='id identifier rubyid_update?'>update?</span>
261
261
  <span class='kw'>true</span>
@@ -270,7 +270,7 @@
270
270
  </div>
271
271
 
272
272
  <div id="footer">
273
- Generated on Sat Sep 29 22:28:26 2018 by
273
+ Generated on Sun Oct 21 19:17:14 2018 by
274
274
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
275
275
  0.9.16 (ruby-2.5.1).
276
276
  </div>
@@ -177,7 +177,7 @@ addition of being newer.</p>
177
177
 
178
178
 
179
179
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Step.html" title="Rubu::Step (class)">Step</a></span></h3>
180
- <p class="inherited"><span class='object_link'><a href="Step.html#date_update%3F-instance_method" title="Rubu::Step#date_update? (method)">#date_update?</a></span>, <span class='object_link'><a href="Step.html#fork-instance_method" title="Rubu::Step#fork (method)">#fork</a></span>, <span class='object_link'><a href="Step.html#initialize-instance_method" title="Rubu::Step#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Step.html#mark_update%3F-instance_method" title="Rubu::Step#mark_update? (method)">#mark_update?</a></span>, <span class='object_link'><a href="Step.html#rbrun-instance_method" title="Rubu::Step#rbrun (method)">#rbrun</a></span>, <span class='object_link'><a href="Step.html#rbuse-instance_method" title="Rubu::Step#rbuse (method)">#rbuse</a></span>, <span class='object_link'><a href="Step.html#run-instance_method" title="Rubu::Step#run (method)">#run</a></span>, <span class='object_link'><a href="Step.html#setup-instance_method" title="Rubu::Step#setup (method)">#setup</a></span>, <span class='object_link'><a href="Step.html#shrun-instance_method" title="Rubu::Step#shrun (method)">#shrun</a></span>, <span class='object_link'><a href="Step.html#shuse-instance_method" title="Rubu::Step#shuse (method)">#shuse</a></span>, <span class='object_link'><a href="Step.html#source-instance_method" title="Rubu::Step#source (method)">#source</a></span>, <span class='object_link'><a href="Step.html#step-instance_method" title="Rubu::Step#step (method)">#step</a></span>, <span class='object_link'><a href="Step.html#target-instance_method" title="Rubu::Step#target (method)">#target</a></span>, <span class='object_link'><a href="Step.html#use-class_method" title="Rubu::Step.use (method)">use</a></span>, <span class='object_link'><a href="Step.html#usezip-class_method" title="Rubu::Step.usezip (method)">usezip</a></span>, <span class='object_link'><a href="Step.html#walk-instance_method" title="Rubu::Step#walk (method)">#walk</a></span>, <span class='object_link'><a href="Step.html#zip-class_method" title="Rubu::Step.zip (method)">zip</a></span></p>
180
+ <p class="inherited"><span class='object_link'><a href="Step.html#date_update%3F-instance_method" title="Rubu::Step#date_update? (method)">#date_update?</a></span>, <span class='object_link'><a href="Step.html#fork-instance_method" title="Rubu::Step#fork (method)">#fork</a></span>, <span class='object_link'><a href="Step.html#initialize-instance_method" title="Rubu::Step#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Step.html#mark_update%3F-instance_method" title="Rubu::Step#mark_update? (method)">#mark_update?</a></span>, <span class='object_link'><a href="Step.html#rbrun-instance_method" title="Rubu::Step#rbrun (method)">#rbrun</a></span>, <span class='object_link'><a href="Step.html#rbuse-instance_method" title="Rubu::Step#rbuse (method)">#rbuse</a></span>, <span class='object_link'><a href="Step.html#run-instance_method" title="Rubu::Step#run (method)">#run</a></span>, <span class='object_link'><a href="Step.html#setup-instance_method" title="Rubu::Step#setup (method)">#setup</a></span>, <span class='object_link'><a href="Step.html#shrun-instance_method" title="Rubu::Step#shrun (method)">#shrun</a></span>, <span class='object_link'><a href="Step.html#shuse-instance_method" title="Rubu::Step#shuse (method)">#shuse</a></span>, <span class='object_link'><a href="Step.html#source-instance_method" title="Rubu::Step#source (method)">#source</a></span>, <span class='object_link'><a href="Step.html#step-instance_method" title="Rubu::Step#step (method)">#step</a></span>, <span class='object_link'><a href="Step.html#target-instance_method" title="Rubu::Step#target (method)">#target</a></span>, <span class='object_link'><a href="Step.html#use-class_method" title="Rubu::Step.use (method)">use</a></span>, <span class='object_link'><a href="Step.html#useset-class_method" title="Rubu::Step.useset (method)">useset</a></span>, <span class='object_link'><a href="Step.html#usezip-class_method" title="Rubu::Step.usezip (method)">usezip</a></span>, <span class='object_link'><a href="Step.html#walk-instance_method" title="Rubu::Step#walk (method)">#walk</a></span>, <span class='object_link'><a href="Step.html#zip-class_method" title="Rubu::Step.zip (method)">zip</a></span></p>
181
181
 
182
182
 
183
183
 
@@ -252,12 +252,12 @@ addition of being newer.</p>
252
252
  <pre class="lines">
253
253
 
254
254
 
255
- 713
256
- 714
257
- 715</pre>
255
+ 725
256
+ 726
257
+ 727</pre>
258
258
  </td>
259
259
  <td>
260
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 713</span>
260
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 725</span>
261
261
 
262
262
  <span class='kw'>def</span> <span class='id identifier rubyid_update?'>update?</span>
263
263
  <span class='const'><span class='object_link'><a href="Order.html" title="Rubu::Order (class)">Order</a></span></span><span class='lbracket'>[</span> <span class='symbol'>:force</span> <span class='rbracket'>]</span> <span class='op'>||</span> <span class='id identifier rubyid_mark_update?'>mark_update?</span>
@@ -272,7 +272,7 @@ addition of being newer.</p>
272
272
  </div>
273
273
 
274
274
  <div id="footer">
275
- Generated on Sat Sep 29 22:28:26 2018 by
275
+ Generated on Sun Oct 21 19:17:14 2018 by
276
276
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
277
277
  0.9.16 (ruby-2.5.1).
278
278
  </div>
@@ -484,19 +484,19 @@ later.</p>
484
484
  <pre class="lines">
485
485
 
486
486
 
487
- 749
488
- 750
489
- 751
490
- 752
491
- 753
492
- 754
493
- 755
494
- 756
495
- 757
496
- 758</pre>
487
+ 761
488
+ 762
489
+ 763
490
+ 764
491
+ 765
492
+ 766
493
+ 767
494
+ 768
495
+ 769
496
+ 770</pre>
497
497
  </td>
498
498
  <td>
499
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 749</span>
499
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 761</span>
500
500
 
501
501
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
502
502
  <span class='kw'>super</span><span class='lparen'>(</span><span class='rparen'>)</span>
@@ -546,12 +546,12 @@ later.</p>
546
546
  <pre class="lines">
547
547
 
548
548
 
549
- 745
550
- 746
551
- 747</pre>
549
+ 757
550
+ 758
551
+ 759</pre>
552
552
  </td>
553
553
  <td>
554
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 745</span>
554
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 757</span>
555
555
 
556
556
  <span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
557
557
  <span class='ivar'>@name</span>
@@ -594,12 +594,12 @@ later.</p>
594
594
  <pre class="lines">
595
595
 
596
596
 
597
- 735
598
- 736
599
- 737</pre>
597
+ 747
598
+ 748
599
+ 749</pre>
600
600
  </td>
601
601
  <td>
602
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 735</span>
602
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 747</span>
603
603
 
604
604
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='op'>[]</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span> <span class='rparen'>)</span>
605
605
  <span class='cvar'>@@trails</span><span class='lbracket'>[</span> <span class='id identifier rubyid_name'>name</span> <span class='rbracket'>]</span>
@@ -635,12 +635,12 @@ later.</p>
635
635
  <pre class="lines">
636
636
 
637
637
 
638
- 729
639
- 730
640
- 731</pre>
638
+ 741
639
+ 742
640
+ 743</pre>
641
641
  </td>
642
642
  <td>
643
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 729</span>
643
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 741</span>
644
644
 
645
645
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_form'>form</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
646
646
  <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_name'>name</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
@@ -676,12 +676,12 @@ later.</p>
676
676
  <pre class="lines">
677
677
 
678
678
 
679
- 740
680
- 741
681
- 742</pre>
679
+ 752
680
+ 753
681
+ 754</pre>
682
682
  </td>
683
683
  <td>
684
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 740</span>
684
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 752</span>
685
685
 
686
686
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_list'>list</span>
687
687
  <span class='cvar'>@@trails</span><span class='period'>.</span><span class='id identifier rubyid_keys'>keys</span>
@@ -717,18 +717,6 @@ later.</p>
717
717
  <pre class="lines">
718
718
 
719
719
 
720
- 773
721
- 774
722
- 775
723
- 776
724
- 777
725
- 778
726
- 779
727
- 780
728
- 781
729
- 782
730
- 783
731
- 784
732
720
  785
733
721
  786
734
722
  787
@@ -738,10 +726,22 @@ later.</p>
738
726
  791
739
727
  792
740
728
  793
741
- 794</pre>
729
+ 794
730
+ 795
731
+ 796
732
+ 797
733
+ 798
734
+ 799
735
+ 800
736
+ 801
737
+ 802
738
+ 803
739
+ 804
740
+ 805
741
+ 806</pre>
742
742
  </td>
743
743
  <td>
744
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 773</span>
744
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 785</span>
745
745
 
746
746
  <span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Rubu::Trail (class)">Trail</a></span></span><span class='period'>.</span><span class='id identifier rubyid_load_setup'>load_setup</span><span class='lparen'>(</span> <span class='id identifier rubyid_setup_file'>setup_file</span> <span class='rparen'>)</span>
747
747
 
@@ -818,18 +818,6 @@ later.</p>
818
818
  <pre class="lines">
819
819
 
820
820
 
821
- 830
822
- 831
823
- 832
824
- 833
825
- 834
826
- 835
827
- 836
828
- 837
829
- 838
830
- 839
831
- 840
832
- 841
833
821
  842
834
822
  843
835
823
  844
@@ -846,10 +834,22 @@ later.</p>
846
834
  855
847
835
  856
848
836
  857
849
- 858</pre>
837
+ 858
838
+ 859
839
+ 860
840
+ 861
841
+ 862
842
+ 863
843
+ 864
844
+ 865
845
+ 866
846
+ 867
847
+ 868
848
+ 869
849
+ 870</pre>
850
850
  </td>
851
851
  <td>
852
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 830</span>
852
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 842</span>
853
853
 
854
854
  <span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Rubu::Trail (class)">Trail</a></span></span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span><span class='lparen'>(</span> <span class='id identifier rubyid_trails'>trails</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>default</span><span class='tstring_end'>&#39;</span></span> <span class='rparen'>)</span>
855
855
 
@@ -931,18 +931,6 @@ later.</p>
931
931
  <pre class="lines">
932
932
 
933
933
 
934
- 801
935
- 802
936
- 803
937
- 804
938
- 805
939
- 806
940
- 807
941
- 808
942
- 809
943
- 810
944
- 811
945
- 812
946
934
  813
947
935
  814
948
936
  815
@@ -955,10 +943,22 @@ later.</p>
955
943
  822
956
944
  823
957
945
  824
958
- 825</pre>
946
+ 825
947
+ 826
948
+ 827
949
+ 828
950
+ 829
951
+ 830
952
+ 831
953
+ 832
954
+ 833
955
+ 834
956
+ 835
957
+ 836
958
+ 837</pre>
959
959
  </td>
960
960
  <td>
961
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 801</span>
961
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 813</span>
962
962
 
963
963
  <span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Rubu::Trail (class)">Trail</a></span></span><span class='period'>.</span><span class='id identifier rubyid_setup'>setup</span><span class='lparen'>(</span> <span class='id identifier rubyid_spec'>spec</span> <span class='rparen'>)</span>
964
964
 
@@ -1022,12 +1022,12 @@ later.</p>
1022
1022
  <pre class="lines">
1023
1023
 
1024
1024
 
1025
- 762
1026
- 763
1027
- 764</pre>
1025
+ 774
1026
+ 775
1027
+ 776</pre>
1028
1028
  </td>
1029
1029
  <td>
1030
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 762</span>
1030
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 774</span>
1031
1031
 
1032
1032
  <span class='kw'>def</span> <span class='id identifier rubyid_pick'>pick</span><span class='lparen'>(</span> <span class='id identifier rubyid_trail'>trail</span> <span class='rparen'>)</span>
1033
1033
  <span class='const'><span class='object_link'><a href="" title="Rubu::Trail (class)">Trail</a></span></span><span class='lbracket'>[</span> <span class='id identifier rubyid_trail'>trail</span> <span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_use'>use</span>
@@ -1063,12 +1063,12 @@ later.</p>
1063
1063
  <pre class="lines">
1064
1064
 
1065
1065
 
1066
- 768
1067
- 769
1068
- 770</pre>
1066
+ 780
1067
+ 781
1068
+ 782</pre>
1069
1069
  </td>
1070
1070
  <td>
1071
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 768</span>
1071
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 780</span>
1072
1072
 
1073
1073
  <span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span>
1074
1074
  <span class='id identifier rubyid_serial_run'>serial_run</span>
@@ -1083,7 +1083,7 @@ later.</p>
1083
1083
  </div>
1084
1084
 
1085
1085
  <div id="footer">
1086
- Generated on Sat Sep 29 22:28:26 2018 by
1086
+ Generated on Sun Oct 21 19:17:14 2018 by
1087
1087
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1088
1088
  0.9.16 (ruby-2.5.1).
1089
1089
  </div>
@@ -285,7 +285,7 @@
285
285
  </div>
286
286
 
287
287
  <div id="footer">
288
- Generated on Sat Sep 29 22:28:26 2018 by
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>
@@ -175,7 +175,7 @@
175
175
  </div>
176
176
 
177
177
  <div id="footer">
178
- Generated on Sat Sep 29 22:28:26 2018 by
178
+ Generated on Sun Oct 21 19:17:14 2018 by
179
179
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
180
180
  0.9.16 (ruby-2.5.1).
181
181
  </div>
@@ -292,7 +292,7 @@
292
292
  </div>
293
293
 
294
294
  <div id="footer">
295
- Generated on Sat Sep 29 22:28:26 2018 by
295
+ Generated on Sun Oct 21 19:17:13 2018 by
296
296
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
297
297
  0.9.16 (ruby-2.5.1).
298
298
  </div>
@@ -59,7 +59,10 @@
59
59
 
60
60
  <div id="content"><div id='filecontents'>
61
61
  <h1 id="label-Version+history">Version history</h1>
62
- <dl class="rdoc-list label-list"><dt>0.0.7
62
+ <dl class="rdoc-list label-list"><dt>0.0.8
63
+ <dd>
64
+ <p>Useset method for adding many independent Moves.</p>
65
+ </dd><dt>0.0.7
63
66
  <dd>
64
67
  <p>No operation option.</p>
65
68
  </dd><dt>0.0.6
@@ -84,7 +87,7 @@
84
87
  </div></div>
85
88
 
86
89
  <div id="footer">
87
- Generated on Sat Sep 29 22:28:26 2018 by
90
+ Generated on Sun Oct 21 19:17:13 2018 by
88
91
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
89
92
  0.9.16 (ruby-2.5.1).
90
93
  </div>
@@ -397,7 +397,7 @@ refer to the source, i.e. the only existing source, you can use the
397
397
  </div></div>
398
398
 
399
399
  <div id="footer">
400
- Generated on Sat Sep 29 22:28:26 2018 by
400
+ Generated on Sun Oct 21 19:17:13 2018 by
401
401
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
402
402
  0.9.16 (ruby-2.5.1).
403
403
  </div>
@@ -397,7 +397,7 @@ refer to the source, i.e. the only existing source, you can use the
397
397
  </div></div>
398
398
 
399
399
  <div id="footer">
400
- Generated on Sat Sep 29 22:28:26 2018 by
400
+ Generated on Sun Oct 21 19:17:13 2018 by
401
401
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
402
402
  0.9.16 (ruby-2.5.1).
403
403
  </div>
@@ -686,13 +686,21 @@
686
686
 
687
687
  <li class="odd ">
688
688
  <div class="item">
689
- <span class='object_link'><a href="Rubu/Step.html#usezip-class_method" title="Rubu::Step.usezip (method)">usezip</a></span>
689
+ <span class='object_link'><a href="Rubu/Step.html#useset-class_method" title="Rubu::Step.useset (method)">useset</a></span>
690
690
  <small>Rubu::Step</small>
691
691
  </div>
692
692
  </li>
693
693
 
694
694
 
695
695
  <li class="even ">
696
+ <div class="item">
697
+ <span class='object_link'><a href="Rubu/Step.html#usezip-class_method" title="Rubu::Step.usezip (method)">usezip</a></span>
698
+ <small>Rubu::Step</small>
699
+ </div>
700
+ </li>
701
+
702
+
703
+ <li class="odd ">
696
704
  <div class="item">
697
705
  <span class='object_link'><a href="Rubu.html#version-class_method" title="Rubu.version (method)">version</a></span>
698
706
  <small>Rubu</small>
@@ -700,7 +708,7 @@
700
708
  </li>
701
709
 
702
710
 
703
- <li class="odd ">
711
+ <li class="even ">
704
712
  <div class="item">
705
713
  <span class='object_link'><a href="Rubu/Step.html#walk-instance_method" title="Rubu::Step#walk (method)">#walk</a></span>
706
714
  <small>Rubu::Step</small>
@@ -708,7 +716,7 @@
708
716
  </li>
709
717
 
710
718
 
711
- <li class="even ">
719
+ <li class="odd ">
712
720
  <div class="item">
713
721
  <span class='object_link'><a href="Rubu/Move.html#warn-instance_method" title="Rubu::Move#warn (method)">#warn</a></span>
714
722
  <small>Rubu::Move</small>
@@ -716,7 +724,7 @@
716
724
  </li>
717
725
 
718
726
 
719
- <li class="odd ">
727
+ <li class="even ">
720
728
  <div class="item">
721
729
  <span class='object_link'><a href="Rubu/Step.html#zip-class_method" title="Rubu::Step.zip (method)">zip</a></span>
722
730
  <small>Rubu::Step</small>