doc/Rubu/ShellCommand.html in rubu-0.0.1 vs doc/Rubu/ShellCommand.html in rubu-0.0.2

- old
+ new

@@ -71,16 +71,16 @@ <dl class="box"> <dt class="r1">Inherits:</dt> <dd class="r1"> - <span class="inheritName"><span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></span> + <span class="inheritName"><span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></span> <ul class="fullTree"> <li>Object</li> - <li class="next"><span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></li> + <li class="next"><span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></li> <li class="next">Rubu::ShellCommand</li> </ul> <a href="#" class="inheritanceTree">show all</a> @@ -118,12 +118,12 @@ <h2>Instance Attribute Summary</h2> - <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></h3> - <p class="inherited"><span class='object_link'><a href="Action.html#errmsg-instance_method" title="Rubu::Action#errmsg (method)">#errmsg</a></span>, <span class='object_link'><a href="Action.html#output-instance_method" title="Rubu::Action#output (method)">#output</a></span>, <span class='object_link'><a href="Action.html#status-instance_method" title="Rubu::Action#status (method)">#status</a></span>, <span class='object_link'><a href="Action.html#subs-instance_method" title="Rubu::Action#subs (method)">#subs</a></span></p> + <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></h3> + <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> <h2> Instance Method Summary @@ -173,11 +173,13 @@ - <span class="summary_desc"><div class='inline'></div></span> + <span class="summary_desc"><div class='inline'> +<p>Execution content.</p> +</div></span> </li> </ul> @@ -190,12 +192,12 @@ - <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Action.html" title="Rubu::Action (class)">Action</a></span></h3> - <p class="inherited"><span class='object_link'><a href="Action.html#display-instance_method" title="Rubu::Action#display (method)">#display</a></span>, <span class='object_link'><a href="Action.html#error-instance_method" title="Rubu::Action#error (method)">#error</a></span>, <span class='object_link'><a href="Action.html#host-instance_method" title="Rubu::Action#host (method)">#host</a></span>, <span class='object_link'><a href="Action.html#host_in-instance_method" title="Rubu::Action#host_in (method)">#host_in</a></span>, <span class='object_link'><a href="Action.html#host_out-instance_method" title="Rubu::Action#host_out (method)">#host_out</a></span>, <span class='object_link'><a href="Action.html#pick-instance_method" title="Rubu::Action#pick (method)">#pick</a></span>, <span class='object_link'><a href="Action.html#use-instance_method" title="Rubu::Action#use (method)">#use</a></span></p> + <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Move.html" title="Rubu::Move (class)">Move</a></span></h3> + <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> <div id="constructor_details" class="method_details_list"> <h2>Constructor Details</h2> <div class="method_details first"> <h3 class="signature first" id="initialize-instance_method"> @@ -221,17 +223,17 @@ <tr> <td> <pre class="lines"> -115 -116 -117 -118</pre> +122 +123 +124 +125</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 115</span> + <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 122</span> <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span> <span class='kw'>super</span><span class='lparen'>(</span><span class='rparen'>)</span> <span class='ivar'>@cmd</span> <span class='op'>=</span> <span class='id identifier rubyid_cmd'>cmd</span> <span class='kw'>end</span></pre> @@ -254,24 +256,27 @@ -</h3><table class="source_code"> +</h3><div class="docstring"> + <div class="discussion"> + +<p>Execution content.</p> + + + </div> +</div> +<div class="tags"> + + +</div><table class="source_code"> <tr> <td> <pre class="lines"> -120 -121 -122 -123 -124 -125 -126 -127 128 129 130 131 132 @@ -283,14 +288,22 @@ 138 139 140 141 142 -143</pre> +143 +144 +145 +146 +147 +148 +149 +150 +151</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 120</span> + <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 128</span> <span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span> <span class='kw'>begin</span> <span class='id identifier rubyid_stdout'>stdout</span><span class='comma'>,</span> <span class='id identifier rubyid_stderr'>stderr</span><span class='comma'>,</span> <span class='id identifier rubyid_status'>status</span> <span class='op'>=</span> <span class='const'>Open3</span><span class='period'>.</span><span class='id identifier rubyid_capture3'>capture3</span><span class='lparen'>(</span> <span class='ivar'>@cmd</span> <span class='rparen'>)</span> @@ -322,10 +335,10 @@ </div> </div> <div id="footer"> - Generated on Fri Jun 29 10:04:07 2018 by + Generated on Sun Jul 1 17:48:17 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