rubu 0.0.3 → 0.0.4
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 +2 -0
- data/doc/Array.html +28 -28
- data/doc/Rubu.html +2 -2
- data/doc/Rubu/Fork.html +6 -6
- data/doc/Rubu/Info.html +9 -9
- data/doc/Rubu/Mark.html +89 -89
- data/doc/Rubu/Move.html +128 -6
- data/doc/Rubu/MoveStyles.html +28 -28
- data/doc/Rubu/Order.html +9 -9
- data/doc/Rubu/RubyCommand.html +22 -22
- data/doc/Rubu/ShellCommand.html +24 -18
- data/doc/Rubu/State.html +13 -13
- data/doc/Rubu/Step.html +197 -134
- data/doc/Rubu/StepAged.html +7 -7
- data/doc/Rubu/StepAlways.html +7 -7
- data/doc/Rubu/StepMark.html +7 -7
- data/doc/Rubu/Trail.html +90 -90
- data/doc/Rubu/Var.html +9 -9
- data/doc/Rubu/Walk.html +2 -2
- 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 +25 -7
- data/doc/top-level-namespace.html +1 -1
- data/example/bin/gen_world +6 -1
- data/example/bin/rubu_example +2 -1
- data/example/build/hello +0 -0
- data/example/build/hello_world.o +0 -0
- data/example/build/world.o +0 -0
- data/example/gen_cee/world.c +5 -1
- data/example/src/hello_world.c +2 -2
- data/example/src/world.h +1 -0
- data/lib/rubu.rb +18 -1
- data/lib/version.rb +1 -1
- metadata +3 -2
data/doc/Rubu/StepAged.html
CHANGED
@@ -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#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#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
|
|
@@ -198,7 +198,7 @@
|
|
198
198
|
|
199
199
|
|
200
200
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></h3>
|
201
|
-
<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>
|
201
|
+
<p class="inherited"><span class='object_link'><a href="Move.html#display-instance_method" title="Rubu::Move#display (method)">#display</a></span>, <span class='object_link'><a href="Move.html#error-instance_method" title="Rubu::Move#error (method)">#error</a></span>, <span class='object_link'><a href="Move.html#host-instance_method" title="Rubu::Move#host (method)">#host</a></span>, <span class='object_link'><a href="Move.html#host_in-instance_method" title="Rubu::Move#host_in (method)">#host_in</a></span>, <span class='object_link'><a href="Move.html#host_out-instance_method" title="Rubu::Move#host_out (method)">#host_out</a></span>, <span class='object_link'><a href="Move.html#initialize-instance_method" title="Rubu::Move#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Move.html#set_show_shell_warning-instance_method" title="Rubu::Move#set_show_shell_warning (method)">#set_show_shell_warning</a></span>, <span class='object_link'><a href="Move.html#use-instance_method" title="Rubu::Move#use (method)">#use</a></span>, <span class='object_link'><a href="Move.html#warn-instance_method" title="Rubu::Move#warn (method)">#warn</a></span></p>
|
202
202
|
<div id="constructor_details" class="method_details_list">
|
203
203
|
<h2>Constructor Details</h2>
|
204
204
|
|
@@ -250,12 +250,12 @@
|
|
250
250
|
<pre class="lines">
|
251
251
|
|
252
252
|
|
253
|
-
|
254
|
-
|
255
|
-
|
253
|
+
693
|
254
|
+
694
|
255
|
+
695</pre>
|
256
256
|
</td>
|
257
257
|
<td>
|
258
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
258
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 693</span>
|
259
259
|
|
260
260
|
<span class='kw'>def</span> <span class='id identifier rubyid_update?'>update?</span>
|
261
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>
|
@@ -270,7 +270,7 @@
|
|
270
270
|
</div>
|
271
271
|
|
272
272
|
<div id="footer">
|
273
|
-
Generated on
|
273
|
+
Generated on Thu Aug 30 16:05:51 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>
|
data/doc/Rubu/StepAlways.html
CHANGED
@@ -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#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#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
|
|
@@ -198,7 +198,7 @@
|
|
198
198
|
|
199
199
|
|
200
200
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></h3>
|
201
|
-
<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>
|
201
|
+
<p class="inherited"><span class='object_link'><a href="Move.html#display-instance_method" title="Rubu::Move#display (method)">#display</a></span>, <span class='object_link'><a href="Move.html#error-instance_method" title="Rubu::Move#error (method)">#error</a></span>, <span class='object_link'><a href="Move.html#host-instance_method" title="Rubu::Move#host (method)">#host</a></span>, <span class='object_link'><a href="Move.html#host_in-instance_method" title="Rubu::Move#host_in (method)">#host_in</a></span>, <span class='object_link'><a href="Move.html#host_out-instance_method" title="Rubu::Move#host_out (method)">#host_out</a></span>, <span class='object_link'><a href="Move.html#initialize-instance_method" title="Rubu::Move#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Move.html#set_show_shell_warning-instance_method" title="Rubu::Move#set_show_shell_warning (method)">#set_show_shell_warning</a></span>, <span class='object_link'><a href="Move.html#use-instance_method" title="Rubu::Move#use (method)">#use</a></span>, <span class='object_link'><a href="Move.html#warn-instance_method" title="Rubu::Move#warn (method)">#warn</a></span></p>
|
202
202
|
<div id="constructor_details" class="method_details_list">
|
203
203
|
<h2>Constructor Details</h2>
|
204
204
|
|
@@ -250,12 +250,12 @@
|
|
250
250
|
<pre class="lines">
|
251
251
|
|
252
252
|
|
253
|
-
|
254
|
-
|
255
|
-
|
253
|
+
684
|
254
|
+
685
|
255
|
+
686</pre>
|
256
256
|
</td>
|
257
257
|
<td>
|
258
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
258
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 684</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
|
273
|
+
Generated on Thu Aug 30 16:05:51 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>
|
data/doc/Rubu/StepMark.html
CHANGED
@@ -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#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#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
|
|
@@ -199,7 +199,7 @@ addition of being newer.</p>
|
|
199
199
|
|
200
200
|
|
201
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>
|
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#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>
|
203
203
|
<div id="constructor_details" class="method_details_list">
|
204
204
|
<h2>Constructor Details</h2>
|
205
205
|
|
@@ -252,12 +252,12 @@ addition of being newer.</p>
|
|
252
252
|
<pre class="lines">
|
253
253
|
|
254
254
|
|
255
|
-
|
256
|
-
|
257
|
-
|
255
|
+
703
|
256
|
+
704
|
257
|
+
705</pre>
|
258
258
|
</td>
|
259
259
|
<td>
|
260
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
260
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 703</span>
|
261
261
|
|
262
262
|
<span class='kw'>def</span> <span class='id identifier rubyid_update?'>update?</span>
|
263
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>
|
@@ -272,7 +272,7 @@ addition of being newer.</p>
|
|
272
272
|
</div>
|
273
273
|
|
274
274
|
<div id="footer">
|
275
|
-
Generated on
|
275
|
+
Generated on Thu Aug 30 16:05:52 2018 by
|
276
276
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
277
277
|
0.8.7.6 (ruby-2.3.3).
|
278
278
|
</div>
|
data/doc/Rubu/Trail.html
CHANGED
@@ -424,7 +424,7 @@
|
|
424
424
|
|
425
425
|
|
426
426
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></h3>
|
427
|
-
<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></p>
|
427
|
+
<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>
|
428
428
|
<div id="constructor_details" class="method_details_list">
|
429
429
|
<h2>Constructor Details</h2>
|
430
430
|
|
@@ -455,19 +455,19 @@ later.</p>
|
|
455
455
|
<pre class="lines">
|
456
456
|
|
457
457
|
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
458
|
+
734
|
459
|
+
735
|
460
|
+
736
|
461
|
+
737
|
462
|
+
738
|
463
|
+
739
|
464
|
+
740
|
465
|
+
741
|
466
|
+
742
|
467
|
+
743</pre>
|
468
468
|
</td>
|
469
469
|
<td>
|
470
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
470
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 734</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'>&</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
|
-
|
521
|
-
|
522
|
-
|
520
|
+
730
|
521
|
+
731
|
522
|
+
732</pre>
|
523
523
|
</td>
|
524
524
|
<td>
|
525
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
525
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 730</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
|
-
|
569
|
-
|
570
|
-
|
568
|
+
725
|
569
|
+
726
|
570
|
+
727</pre>
|
571
571
|
</td>
|
572
572
|
<td>
|
573
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
573
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 725</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
|
-
|
610
|
-
|
611
|
-
|
609
|
+
719
|
610
|
+
720
|
611
|
+
721</pre>
|
612
612
|
</td>
|
613
613
|
<td>
|
614
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
614
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 719</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'>&</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'>&</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
|
@@ -647,31 +647,31 @@ later.</p>
|
|
647
647
|
<pre class="lines">
|
648
648
|
|
649
649
|
|
650
|
-
741
|
651
|
-
742
|
652
|
-
743
|
653
|
-
744
|
654
|
-
745
|
655
|
-
746
|
656
|
-
747
|
657
|
-
748
|
658
|
-
749
|
659
|
-
750
|
660
|
-
751
|
661
|
-
752
|
662
|
-
753
|
663
|
-
754
|
664
|
-
755
|
665
|
-
756
|
666
|
-
757
|
667
650
|
758
|
668
651
|
759
|
669
652
|
760
|
670
653
|
761
|
671
|
-
762
|
654
|
+
762
|
655
|
+
763
|
656
|
+
764
|
657
|
+
765
|
658
|
+
766
|
659
|
+
767
|
660
|
+
768
|
661
|
+
769
|
662
|
+
770
|
663
|
+
771
|
664
|
+
772
|
665
|
+
773
|
666
|
+
774
|
667
|
+
775
|
668
|
+
776
|
669
|
+
777
|
670
|
+
778
|
671
|
+
779</pre>
|
672
672
|
</td>
|
673
673
|
<td>
|
674
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
674
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 758</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,23 +748,6 @@ later.</p>
|
|
748
748
|
<pre class="lines">
|
749
749
|
|
750
750
|
|
751
|
-
798
|
752
|
-
799
|
753
|
-
800
|
754
|
-
801
|
755
|
-
802
|
756
|
-
803
|
757
|
-
804
|
758
|
-
805
|
759
|
-
806
|
760
|
-
807
|
761
|
-
808
|
762
|
-
809
|
763
|
-
810
|
764
|
-
811
|
765
|
-
812
|
766
|
-
813
|
767
|
-
814
|
768
751
|
815
|
769
752
|
816
|
770
753
|
817
|
@@ -776,10 +759,27 @@ later.</p>
|
|
776
759
|
823
|
777
760
|
824
|
778
761
|
825
|
779
|
-
826
|
762
|
+
826
|
763
|
+
827
|
764
|
+
828
|
765
|
+
829
|
766
|
+
830
|
767
|
+
831
|
768
|
+
832
|
769
|
+
833
|
770
|
+
834
|
771
|
+
835
|
772
|
+
836
|
773
|
+
837
|
774
|
+
838
|
775
|
+
839
|
776
|
+
840
|
777
|
+
841
|
778
|
+
842
|
779
|
+
843</pre>
|
780
780
|
</td>
|
781
781
|
<td>
|
782
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
782
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 815</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'>'</span><span class='tstring_content'>default</span><span class='tstring_end'>'</span></span> <span class='rparen'>)</span>
|
785
785
|
|
@@ -861,23 +861,6 @@ later.</p>
|
|
861
861
|
<pre class="lines">
|
862
862
|
|
863
863
|
|
864
|
-
769
|
865
|
-
770
|
866
|
-
771
|
867
|
-
772
|
868
|
-
773
|
869
|
-
774
|
870
|
-
775
|
871
|
-
776
|
872
|
-
777
|
873
|
-
778
|
874
|
-
779
|
875
|
-
780
|
876
|
-
781
|
877
|
-
782
|
878
|
-
783
|
879
|
-
784
|
880
|
-
785
|
881
864
|
786
|
882
865
|
787
|
883
866
|
788
|
@@ -885,10 +868,27 @@ later.</p>
|
|
885
868
|
790
|
886
869
|
791
|
887
870
|
792
|
888
|
-
793
|
871
|
+
793
|
872
|
+
794
|
873
|
+
795
|
874
|
+
796
|
875
|
+
797
|
876
|
+
798
|
877
|
+
799
|
878
|
+
800
|
879
|
+
801
|
880
|
+
802
|
881
|
+
803
|
882
|
+
804
|
883
|
+
805
|
884
|
+
806
|
885
|
+
807
|
886
|
+
808
|
887
|
+
809
|
888
|
+
810</pre>
|
889
889
|
</td>
|
890
890
|
<td>
|
891
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
891
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 786</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
|
-
|
956
|
-
|
957
|
-
|
955
|
+
747
|
956
|
+
748
|
957
|
+
749</pre>
|
958
958
|
</td>
|
959
959
|
<td>
|
960
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
960
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 747</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
|
-
|
997
|
-
|
998
|
-
|
996
|
+
753
|
997
|
+
754
|
998
|
+
755</pre>
|
999
999
|
</td>
|
1000
1000
|
<td>
|
1001
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
1001
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 753</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
|
1016
|
+
Generated on Thu Aug 30 16:05:52 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>
|
data/doc/Rubu/Var.html
CHANGED
@@ -220,12 +220,12 @@
|
|
220
220
|
<pre class="lines">
|
221
221
|
|
222
222
|
|
223
|
-
|
224
|
-
|
225
|
-
|
223
|
+
450
|
224
|
+
451
|
225
|
+
452</pre>
|
226
226
|
</td>
|
227
227
|
<td>
|
228
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
228
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 450</span>
|
229
229
|
|
230
230
|
<span class='kw'>def</span> <span class='const'>Var</span><span class='period'>.</span><span class='op'>[]</span><span class='lparen'>(</span> <span class='id identifier rubyid_key'>key</span> <span class='rparen'>)</span>
|
231
231
|
<span class='cvar'>@@var</span><span class='lbracket'>[</span> <span class='id identifier rubyid_key'>key</span> <span class='rbracket'>]</span>
|
@@ -261,12 +261,12 @@
|
|
261
261
|
<pre class="lines">
|
262
262
|
|
263
263
|
|
264
|
-
|
265
|
-
|
266
|
-
|
264
|
+
445
|
265
|
+
446
|
266
|
+
447</pre>
|
267
267
|
</td>
|
268
268
|
<td>
|
269
|
-
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line
|
269
|
+
<pre class="code"><span class="info file"># File 'lib/rubu.rb', line 445</span>
|
270
270
|
|
271
271
|
<span class='kw'>def</span> <span class='const'>Var</span><span class='period'>.</span><span class='op'>[]=</span><span class='lparen'>(</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_val'>val</span> <span class='rparen'>)</span>
|
272
272
|
<span class='cvar'>@@var</span><span class='lbracket'>[</span> <span class='id identifier rubyid_key'>key</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_val'>val</span>
|
@@ -281,7 +281,7 @@
|
|
281
281
|
</div>
|
282
282
|
|
283
283
|
<div id="footer">
|
284
|
-
Generated on
|
284
|
+
Generated on Thu Aug 30 16:05:51 2018 by
|
285
285
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
286
286
|
0.8.7.6 (ruby-2.3.3).
|
287
287
|
</div>
|