rubu 0.0.2 → 0.0.3

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.
@@ -250,15 +250,15 @@
250
250
  <pre class="lines">
251
251
 
252
252
 
253
- 669
254
- 670
255
- 671</pre>
253
+ 676
254
+ 677
255
+ 678</pre>
256
256
  </td>
257
257
  <td>
258
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 669</span>
258
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 676</span>
259
259
 
260
260
  <span class='kw'>def</span> <span class='id identifier rubyid_update?'>update?</span>
261
- <span class='id identifier rubyid_date_update?'>date_update?</span>
261
+ <span class='const'>Order</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>
262
262
  <span class='kw'>end</span></pre>
263
263
  </td>
264
264
  </tr>
@@ -270,7 +270,7 @@
270
270
  </div>
271
271
 
272
272
  <div id="footer">
273
- Generated on Sun Jul 1 17:48:17 2018 by
273
+ Generated on Sun Jul 8 19:50:19 2018 by
274
274
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
275
275
  0.8.7.6 (ruby-2.3.3).
276
276
  </div>
@@ -0,0 +1,291 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Class: Rubu::StepAgedMark
8
+
9
+ &mdash; Documentation by YARD 0.8.7.6
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../';
20
+ framesUrl = "../frames.html#!Rubu/StepAgedMark.html";
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="../_index.html">Index (S)</a> &raquo;
35
+ <span class='title'><span class='object_link'><a href="../Rubu.html" title="Rubu (module)">Rubu</a></span></span>
36
+ &raquo;
37
+ <span class="title">StepAgedMark</span>
38
+
39
+
40
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
+ </div>
42
+
43
+ <div id="search">
44
+
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="../class_list.html">
47
+ Class List
48
+ </a>
49
+
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="../method_list.html">
52
+ Method List
53
+ </a>
54
+
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="../file_list.html">
57
+ File List
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <iframe id="search_frame"></iframe>
65
+
66
+ <div id="content"><h1>Class: Rubu::StepAgedMark
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+ <dt class="r1">Inherits:</dt>
75
+ <dd class="r1">
76
+ <span class="inheritName"><span class='object_link'><a href="Step.html" title="Rubu::Step (class)">Step</a></span></span>
77
+
78
+ <ul class="fullTree">
79
+ <li>Object</li>
80
+
81
+ <li class="next"><span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></li>
82
+
83
+ <li class="next"><span class='object_link'><a href="Step.html" title="Rubu::Step (class)">Step</a></span></li>
84
+
85
+ <li class="next">Rubu::StepAgedMark</li>
86
+
87
+ </ul>
88
+ <a href="#" class="inheritanceTree">show all</a>
89
+
90
+ </dd>
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+ <dt class="r2 last">Defined in:</dt>
101
+ <dd class="r2 last">lib/rubu.rb</dd>
102
+
103
+ </dl>
104
+ <div class="clear"></div>
105
+
106
+ <h2>Overview</h2><div class="docstring">
107
+ <div class="discussion">
108
+
109
+ <p>Date and Mark based Step.</p>
110
+
111
+
112
+ </div>
113
+ </div>
114
+ <div class="tags">
115
+
116
+
117
+ </div>
118
+
119
+
120
+
121
+
122
+
123
+ <h2>Instance Attribute Summary</h2>
124
+
125
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Step.html" title="Rubu::Step (class)">Step</a></span></h3>
126
+ <p class="inherited"><span class='object_link'><a href="Step.html#sources-instance_method" title="Rubu::Step#sources (method)">#sources</a></span>, <span class='object_link'><a href="Step.html#targets-instance_method" title="Rubu::Step#targets (method)">#targets</a></span></p>
127
+
128
+
129
+
130
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></h3>
131
+ <p class="inherited"><span class='object_link'><a href="Move.html#errmsg-instance_method" title="Rubu::Move#errmsg (method)">#errmsg</a></span>, <span class='object_link'><a href="Move.html#output-instance_method" title="Rubu::Move#output (method)">#output</a></span>, <span class='object_link'><a href="Move.html#status-instance_method" title="Rubu::Move#status (method)">#status</a></span>, <span class='object_link'><a href="Move.html#subs-instance_method" title="Rubu::Move#subs (method)">#subs</a></span></p>
132
+
133
+
134
+
135
+ <h2>
136
+ Instance Method Summary
137
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
138
+ </h2>
139
+
140
+ <ul class="summary">
141
+
142
+ <li class="public ">
143
+ <span class="summary_signature">
144
+
145
+ <a href="#update%3F-instance_method" title="#update? (instance method)">- (Boolean) <strong>update?</strong> </a>
146
+
147
+
148
+
149
+ </span>
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+ <span class="summary_desc"><div class='inline'>
160
+ <p>Update if Step source is newer than target and also target generated from
161
+ Step source is different from old target.</p>
162
+ </div></span>
163
+
164
+ </li>
165
+
166
+
167
+ </ul>
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
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#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>
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="MoveStyles.html" title="Rubu::MoveStyles (module)">MoveStyles</a></span></h3>
191
+ <p class="inherited"><span class='object_link'><a href="MoveStyles.html#parallel_run-instance_method" title="Rubu::MoveStyles#parallel_run (method)">#parallel_run</a></span>, <span class='object_link'><a href="MoveStyles.html#serial_run-instance_method" title="Rubu::MoveStyles#serial_run (method)">#serial_run</a></span></p>
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></h3>
202
+ <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></p>
203
+ <div id="constructor_details" class="method_details_list">
204
+ <h2>Constructor Details</h2>
205
+
206
+ <p class="notice">This class inherits a constructor from <span class='object_link'><a href="Step.html#initialize-instance_method" title="Rubu::Step#initialize (method)">Rubu::Step</a></span></p>
207
+
208
+ </div>
209
+
210
+
211
+ <div id="instance_method_details" class="method_details_list">
212
+ <h2>Instance Method Details</h2>
213
+
214
+
215
+ <div class="method_details first">
216
+ <h3 class="signature first" id="update?-instance_method">
217
+
218
+ - (<tt>Boolean</tt>) <strong>update?</strong>
219
+
220
+
221
+
222
+
223
+
224
+ </h3><div class="docstring">
225
+ <div class="discussion">
226
+
227
+ <p>Update if Step source is newer than target and also target generated from
228
+ Step source is different from old target.</p>
229
+
230
+
231
+ </div>
232
+ </div>
233
+ <div class="tags">
234
+
235
+ <p class="tag_title">Returns:</p>
236
+ <ul class="return">
237
+
238
+ <li>
239
+
240
+
241
+ <span class='type'>(<tt>Boolean</tt>)</span>
242
+
243
+
244
+
245
+ </li>
246
+
247
+ </ul>
248
+
249
+ </div><table class="source_code">
250
+ <tr>
251
+ <td>
252
+ <pre class="lines">
253
+
254
+
255
+ 689
256
+ 690
257
+ 691
258
+ 692
259
+ 693
260
+ 694
261
+ 695
262
+ 696</pre>
263
+ </td>
264
+ <td>
265
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 689</span>
266
+
267
+ <span class='kw'>def</span> <span class='id identifier rubyid_update?'>update?</span>
268
+ <span class='kw'>if</span> <span class='id identifier rubyid_date_update?'>date_update?</span>
269
+ <span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Hello</span><span class='tstring_end'>&quot;</span></span>
270
+ <span class='id identifier rubyid_mark_update?'>mark_update?</span>
271
+ <span class='kw'>else</span>
272
+ <span class='kw'>false</span>
273
+ <span class='kw'>end</span>
274
+ <span class='kw'>end</span></pre>
275
+ </td>
276
+ </tr>
277
+ </table>
278
+ </div>
279
+
280
+ </div>
281
+
282
+ </div>
283
+
284
+ <div id="footer">
285
+ Generated on Sun Jul 8 16:31:44 2018 by
286
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
287
+ 0.8.7.6 (ruby-2.3.3).
288
+ </div>
289
+
290
+ </body>
291
+ </html>
@@ -250,12 +250,12 @@
250
250
  <pre class="lines">
251
251
 
252
252
 
253
- 660
254
- 661
255
- 662</pre>
253
+ 667
254
+ 668
255
+ 669</pre>
256
256
  </td>
257
257
  <td>
258
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 660</span>
258
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 667</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 Sun Jul 1 17:48:17 2018 by
273
+ Generated on Sun Jul 8 19:50:19 2018 by
274
274
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
275
275
  0.8.7.6 (ruby-2.3.3).
276
276
  </div>
@@ -157,7 +157,8 @@
157
157
 
158
158
 
159
159
  <span class="summary_desc"><div class='inline'>
160
- <p>Update if target generated from Step source is different from old target.</p>
160
+ <p>Update if target generated from Step source is different from old target in
161
+ addition of being newer.</p>
161
162
  </div></span>
162
163
 
163
164
  </li>
@@ -223,7 +224,8 @@
223
224
  </h3><div class="docstring">
224
225
  <div class="discussion">
225
226
 
226
- <p>Update if target generated from Step source is different from old target.</p>
227
+ <p>Update if target generated from Step source is different from old target in
228
+ addition of being newer.</p>
227
229
 
228
230
 
229
231
  </div>
@@ -250,15 +252,15 @@
250
252
  <pre class="lines">
251
253
 
252
254
 
253
- 679
254
- 680
255
- 681</pre>
255
+ 686
256
+ 687
257
+ 688</pre>
256
258
  </td>
257
259
  <td>
258
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 679</span>
260
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 686</span>
259
261
 
260
262
  <span class='kw'>def</span> <span class='id identifier rubyid_update?'>update?</span>
261
- <span class='id identifier rubyid_mark_update?'>mark_update?</span>
263
+ <span class='const'>Order</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>
262
264
  <span class='kw'>end</span></pre>
263
265
  </td>
264
266
  </tr>
@@ -270,7 +272,7 @@
270
272
  </div>
271
273
 
272
274
  <div id="footer">
273
- Generated on Sun Jul 1 17:48:17 2018 by
275
+ Generated on Sun Jul 8 19:50:19 2018 by
274
276
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
275
277
  0.8.7.6 (ruby-2.3.3).
276
278
  </div>
@@ -455,19 +455,19 @@ later.</p>
455
455
  <pre class="lines">
456
456
 
457
457
 
458
- 710
459
- 711
460
- 712
461
- 713
462
- 714
463
- 715
464
- 716
465
458
  717
466
459
  718
467
- 719</pre>
460
+ 719
461
+ 720
462
+ 721
463
+ 722
464
+ 723
465
+ 724
466
+ 725
467
+ 726</pre>
468
468
  </td>
469
469
  <td>
470
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 710</span>
470
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 717</span>
471
471
 
472
472
  <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>
473
473
  <span class='kw'>super</span><span class='lparen'>(</span><span class='rparen'>)</span>
@@ -517,12 +517,12 @@ later.</p>
517
517
  <pre class="lines">
518
518
 
519
519
 
520
- 706
521
- 707
522
- 708</pre>
520
+ 713
521
+ 714
522
+ 715</pre>
523
523
  </td>
524
524
  <td>
525
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 706</span>
525
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 713</span>
526
526
 
527
527
  <span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
528
528
  <span class='ivar'>@name</span>
@@ -565,12 +565,12 @@ later.</p>
565
565
  <pre class="lines">
566
566
 
567
567
 
568
- 701
569
- 702
570
- 703</pre>
568
+ 708
569
+ 709
570
+ 710</pre>
571
571
  </td>
572
572
  <td>
573
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 701</span>
573
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 708</span>
574
574
 
575
575
  <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>
576
576
  <span class='cvar'>@@trails</span><span class='lbracket'>[</span> <span class='id identifier rubyid_name'>name</span> <span class='rbracket'>]</span>
@@ -606,12 +606,12 @@ later.</p>
606
606
  <pre class="lines">
607
607
 
608
608
 
609
- 695
610
- 696
611
- 697</pre>
609
+ 702
610
+ 703
611
+ 704</pre>
612
612
  </td>
613
613
  <td>
614
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 695</span>
614
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 702</span>
615
615
 
616
616
  <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>
617
617
  <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>
@@ -647,13 +647,6 @@ later.</p>
647
647
  <pre class="lines">
648
648
 
649
649
 
650
- 734
651
- 735
652
- 736
653
- 737
654
- 738
655
- 739
656
- 740
657
650
  741
658
651
  742
659
652
  743
@@ -668,10 +661,17 @@ later.</p>
668
661
  752
669
662
  753
670
663
  754
671
- 755</pre>
664
+ 755
665
+ 756
666
+ 757
667
+ 758
668
+ 759
669
+ 760
670
+ 761
671
+ 762</pre>
672
672
  </td>
673
673
  <td>
674
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 734</span>
674
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 741</span>
675
675
 
676
676
  <span class='kw'>def</span> <span class='const'>Trail</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>
677
677
 
@@ -748,13 +748,6 @@ later.</p>
748
748
  <pre class="lines">
749
749
 
750
750
 
751
- 791
752
- 792
753
- 793
754
- 794
755
- 795
756
- 796
757
- 797
758
751
  798
759
752
  799
760
753
  800
@@ -776,10 +769,17 @@ later.</p>
776
769
  816
777
770
  817
778
771
  818
779
- 819</pre>
772
+ 819
773
+ 820
774
+ 821
775
+ 822
776
+ 823
777
+ 824
778
+ 825
779
+ 826</pre>
780
780
  </td>
781
781
  <td>
782
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 791</span>
782
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 798</span>
783
783
 
784
784
  <span class='kw'>def</span> <span class='const'>Trail</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>
785
785
 
@@ -861,13 +861,6 @@ later.</p>
861
861
  <pre class="lines">
862
862
 
863
863
 
864
- 762
865
- 763
866
- 764
867
- 765
868
- 766
869
- 767
870
- 768
871
864
  769
872
865
  770
873
866
  771
@@ -885,10 +878,17 @@ later.</p>
885
878
  783
886
879
  784
887
880
  785
888
- 786</pre>
881
+ 786
882
+ 787
883
+ 788
884
+ 789
885
+ 790
886
+ 791
887
+ 792
888
+ 793</pre>
889
889
  </td>
890
890
  <td>
891
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 762</span>
891
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 769</span>
892
892
 
893
893
  <span class='kw'>def</span> <span class='const'>Trail</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>
894
894
 
@@ -952,12 +952,12 @@ later.</p>
952
952
  <pre class="lines">
953
953
 
954
954
 
955
- 723
956
- 724
957
- 725</pre>
955
+ 730
956
+ 731
957
+ 732</pre>
958
958
  </td>
959
959
  <td>
960
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 723</span>
960
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 730</span>
961
961
 
962
962
  <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>
963
963
  <span class='const'>Trail</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>
@@ -993,12 +993,12 @@ later.</p>
993
993
  <pre class="lines">
994
994
 
995
995
 
996
- 729
997
- 730
998
- 731</pre>
996
+ 736
997
+ 737
998
+ 738</pre>
999
999
  </td>
1000
1000
  <td>
1001
- <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 729</span>
1001
+ <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 736</span>
1002
1002
 
1003
1003
  <span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span>
1004
1004
  <span class='id identifier rubyid_serial_run'>serial_run</span>
@@ -1013,7 +1013,7 @@ later.</p>
1013
1013
  </div>
1014
1014
 
1015
1015
  <div id="footer">
1016
- Generated on Sun Jul 1 17:48:17 2018 by
1016
+ Generated on Sun Jul 8 19:50:20 2018 by
1017
1017
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1018
1018
  0.8.7.6 (ruby-2.3.3).
1019
1019
  </div>