doc/Rubu/ShellCommand.html in rubu-0.0.5 vs doc/Rubu/ShellCommand.html in rubu-0.0.6

- old
+ new

@@ -1,80 +1,76 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!DOCTYPE html> +<html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Class: Rubu::ShellCommand - &mdash; Documentation by YARD 0.8.7.6 + &mdash; Documentation by YARD 0.9.16 </title> <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" /> <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" /> <script type="text/javascript" charset="utf-8"> - hasFrames = window.top.frames.main ? true : false; + pathId = "Rubu::ShellCommand"; relpath = '../'; - framesUrl = "../frames.html#!Rubu/ShellCommand.html"; </script> <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../js/app.js"></script> </head> <body> - <div id="header"> - <div id="menu"> + <div class="nav_wrap"> + <iframe id="nav" src="../class_list.html?1"></iframe> + <div id="resizer"></div> + </div> + + <div id="main" tabindex="-1"> + <div id="header"> + <div id="menu"> <a href="../_index.html">Index (S)</a> &raquo; <span class='title'><span class='object_link'><a href="../Rubu.html" title="Rubu (module)">Rubu</a></span></span> &raquo; <span class="title">ShellCommand</span> - - <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div> </div> - <div id="search"> + <div id="search"> <a class="full_list_link" id="class_list_link" href="../class_list.html"> - Class List + + <svg width="24" height="24"> + <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> + <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> + <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> + </svg> </a> - <a class="full_list_link" id="method_list_link" - href="../method_list.html"> - Method List - </a> - - <a class="full_list_link" id="file_list_link" - href="../file_list.html"> - File List - </a> - </div> - <div class="clear"></div> - </div> + <div class="clear"></div> + </div> - <iframe id="search_frame"></iframe> - - <div id="content"><h1>Class: Rubu::ShellCommand + <div id="content"><h1>Class: Rubu::ShellCommand </h1> - -<dl class="box"> +<div class="box_info"> - <dt class="r1">Inherits:</dt> - <dd class="r1"> + <dl> + <dt>Inherits:</dt> + <dd> <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> @@ -83,26 +79,30 @@ <li class="next">Rubu::ShellCommand</li> </ul> <a href="#" class="inheritanceTree">show all</a> - </dd> - + </dd> + </dl> + - - - <dt class="r2 last">Defined in:</dt> - <dd class="r2 last">lib/rubu.rb</dd> + -</dl> -<div class="clear"></div> + + <dl> + <dt>Defined in:</dt> + <dd>lib/rubu.rb</dd> + </dl> + +</div> + <h2>Overview</h2><div class="docstring"> <div class="discussion"> <p>Shell based command.</p> @@ -125,19 +125,19 @@ <h2> Instance Method Summary - <small>(<a href="#" class="summary_toggle">collapse</a>)</small> + <small><a href="#" class="summary_toggle">collapse</a></small> </h2> <ul class="summary"> <li class="public "> <span class="summary_signature"> - <a href="#initialize-instance_method" title="#initialize (instance method)">- (ShellCommand) <strong>initialize</strong>(cmd) </a> + <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(cmd) &#x21d2; ShellCommand </a> </span> @@ -159,11 +159,11 @@ <li class="public "> <span class="summary_signature"> - <a href="#run-instance_method" title="#run (instance method)">- (Object) <strong>run</strong> </a> + <a href="#run-instance_method" title="#run (instance method)">#<strong>run</strong> &#x21d2; Object </a> </span> @@ -200,11 +200,11 @@ <h2>Constructor Details</h2> <div class="method_details first"> <h3 class="signature first" id="initialize-instance_method"> - - (<tt><span class='object_link'><a href="" title="Rubu::ShellCommand (class)">ShellCommand</a></span></tt>) <strong>initialize</strong>(cmd) + #<strong>initialize</strong>(cmd) &#x21d2; <tt><span class='object_link'><a href="" title="Rubu::ShellCommand (class)">ShellCommand</a></span></tt> @@ -250,11 +250,11 @@ <div class="method_details first"> <h3 class="signature first" id="run-instance_method"> - - (<tt>Object</tt>) <strong>run</strong> + #<strong>run</strong> &#x21d2; <tt>Object</tt> @@ -308,16 +308,16 @@ <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> - <span class='kw'>if</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:verbose</span> <span class='rbracket'>]</span> + <span class='kw'>if</span> <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'>:verbose</span> <span class='rbracket'>]</span> <span class='const'>STDOUT</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span> <span class='ivar'>@cmd</span> <span class='kw'>end</span> <span class='kw'>if</span> <span class='id identifier rubyid_status'>status</span><span class='period'>.</span><span class='id identifier rubyid_exitstatus'>exitstatus</span> <span class='op'>==</span> <span class='int'>0</span> - <span class='kw'>if</span> <span class='const'>Order</span><span class='lbracket'>[</span> <span class='symbol'>:sh_warn</span> <span class='rbracket'>]</span> <span class='op'>&amp;&amp;</span> <span class='kw'>not</span><span class='lparen'>(</span> <span class='id identifier rubyid_stderr'>stderr</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='rparen'>)</span> + <span class='kw'>if</span> <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'>:sh_warn</span> <span class='rbracket'>]</span> <span class='op'>&amp;&amp;</span> <span class='kw'>not</span><span class='lparen'>(</span> <span class='id identifier rubyid_stderr'>stderr</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='rparen'>)</span> <span class='id identifier rubyid_warn'>warn</span><span class='lparen'>(</span> <span class='id identifier rubyid_stderr'>stderr</span> <span class='rparen'>)</span> <span class='kw'>end</span> <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:success</span> <span class='kw'>else</span> <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:error</span> @@ -340,13 +340,14 @@ </div> </div> - <div id="footer"> - Generated on Fri Aug 31 09:32:06 2018 by + <div id="footer"> + Generated on Tue Sep 11 08:02:18 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). + 0.9.16 (ruby-2.5.1). </div> + </div> </body> </html> \ No newline at end of file