doc/Rubu/Order.html in rubu-0.0.4 vs doc/Rubu/Order.html in rubu-0.0.5

- old
+ new

@@ -104,17 +104,19 @@ <p>Configuration space for Rubu.</p> <p>Options:</p> <ul><li> -<p>serial - Force parallel executions to serial.</p> +<p>serial - Force parallel executions to serial (default: parallel).</p> </li><li> -<p>parmax - Limit the number of parallel executions.</p> +<p>parmax - Limit the number of parallel executions (default: 0).</p> </li><li> -<p>verbose - Show command executions.</p> +<p>verbose - Show command executions (default: false).</p> </li><li> -<p>force - Force Step updates.</p> +<p>force - Force Step updates (default: false).</p> +</li><li> +<p>sh_warn - Show shell warnings (default: true).</p> </li></ul> </div> </div> @@ -229,16 +231,16 @@ <tr> <td> <pre class="lines"> -420 -421 -422</pre> +418 +419 +420</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 420</span> + <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 418</span> <span class='kw'>def</span> <span class='const'>Order</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> <span class='cvar'>@@order</span><span class='lbracket'>[</span> <span class='id identifier rubyid_key'>key</span> <span class='rbracket'>]</span> <span class='kw'>end</span></pre> </td> @@ -270,16 +272,16 @@ <tr> <td> <pre class="lines"> -415 -416 -417</pre> +413 +414 +415</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 415</span> + <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 413</span> <span class='kw'>def</span> <span class='const'>Order</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> <span class='cvar'>@@order</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> <span class='kw'>end</span></pre> </td> @@ -290,10 +292,10 @@ </div> </div> <div id="footer"> - Generated on Thu Aug 30 16:05:51 2018 by + Generated on Fri Aug 31 09:32:07 2018 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7.6 (ruby-2.3.3). </div> </body> \ No newline at end of file