doc/Rubu/RubyCommand.html in rubu-0.0.5 vs doc/Rubu/RubyCommand.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::RubyCommand - &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::RubyCommand"; relpath = '../'; - framesUrl = "../frames.html#!Rubu/RubyCommand.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 (R)</a> &raquo; <span class='title'><span class='object_link'><a href="../Rubu.html" title="Rubu (module)">Rubu</a></span></span> &raquo; <span class="title">RubyCommand</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::RubyCommand + <div id="content"><h1>Class: Rubu::RubyCommand </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::RubyCommand</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>Ruby 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)">- (RubyCommand) <strong>initialize</strong>(desc = nil, &amp;cmd) </a> + <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(desc = nil, &amp;cmd) &#x21d2; RubyCommand </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::RubyCommand (class)">RubyCommand</a></span></tt>) <strong>initialize</strong>(desc = nil, &amp;cmd) + #<strong>initialize</strong>(desc = nil, &amp;cmd) &#x21d2; <tt><span class='object_link'><a href="" title="Rubu::RubyCommand (class)">RubyCommand</a></span></tt> @@ -252,11 +252,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> @@ -297,11 +297,11 @@ <span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span> <span class='kw'>begin</span> <span class='id identifier rubyid_ret'>ret</span> <span class='op'>=</span> <span class='id identifier rubyid_instance_eval'>instance_eval</span><span class='lparen'>(</span> <span class='op'>&amp;</span><span class='ivar'>@cmd</span> <span class='rparen'>)</span> <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:success</span> - <span class='kw'>if</span> <span class='ivar'>@desc</span> <span class='op'>&amp;&amp;</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='ivar'>@desc</span> <span class='op'>&amp;&amp;</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'>@desc</span> <span class='kw'>end</span> <span class='kw'>rescue</span> <span class='op'>=&gt;</span> <span class='id identifier rubyid_f'>f</span> <span class='ivar'>@status</span> <span class='op'>=</span> <span class='symbol'>:error</span> <span class='id identifier rubyid_error'>error</span><span class='lparen'>(</span> <span class='id identifier rubyid_f'>f</span><span class='period'>.</span><span class='id identifier rubyid_backtrace'>backtrace</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>\n</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='rparen'>)</span> @@ -316,13 +316,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