doc/Array.html in rubu-0.0.5 vs doc/Array.html in rubu-0.0.6

- old
+ new

@@ -1,106 +1,106 @@ -<!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: Array - &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 = "Array"; relpath = ''; - framesUrl = "frames.html#!Array.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 (A)</a> &raquo; <span class="title">Array</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: Array + <div id="content"><h1>Class: Array </h1> - -<dl class="box"> +<div class="box_info"> - <dt class="r1">Inherits:</dt> - <dd class="r1"> + <dl> + <dt>Inherits:</dt> + <dd> <span class="inheritName">Object</span> <ul class="fullTree"> <li>Object</li> <li class="next">Array</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>Array class extension to support common Mark operations.</p> @@ -118,19 +118,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="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong>(joiner = &#39; &#39;) </a> + <a href="#path-instance_method" title="#path (instance method)">#<strong>path</strong>(joiner = &#39; &#39;) &#x21d2; Object </a> </span> @@ -150,11 +150,11 @@ <li class="public "> <span class="summary_signature"> - <a href="#peer-instance_method" title="#peer (instance method)">- (Object) <strong>peer</strong>(rdir, ext, base = nil) </a> + <a href="#peer-instance_method" title="#peer (instance method)">#<strong>peer</strong>(rdir, ext, base = nil) &#x21d2; Object </a> </span> @@ -174,11 +174,11 @@ <li class="public "> <span class="summary_signature"> - <a href="#rpath-instance_method" title="#rpath (instance method)">- (Object) <strong>rpath</strong>(joiner = &#39; &#39;) </a> + <a href="#rpath-instance_method" title="#rpath (instance method)">#<strong>rpath</strong>(joiner = &#39; &#39;) &#x21d2; Object </a> </span> @@ -198,11 +198,11 @@ <li class="public "> <span class="summary_signature"> - <a href="#set_opt-instance_method" title="#set_opt (instance method)">- (Object) <strong>set_opt</strong>(key, val) </a> + <a href="#set_opt-instance_method" title="#set_opt (instance method)">#<strong>set_opt</strong>(key, val) &#x21d2; Object </a> </span> @@ -222,11 +222,11 @@ <li class="public "> <span class="summary_signature"> - <a href="#use-instance_method" title="#use (instance method)">- (Object) <strong>use</strong> </a> + <a href="#use-instance_method" title="#use (instance method)">#<strong>use</strong> &#x21d2; Object </a> </span> @@ -255,11 +255,11 @@ <div class="method_details first"> <h3 class="signature first" id="path-instance_method"> - - (<tt>Object</tt>) <strong>path</strong>(joiner = &#39; &#39;) + #<strong>path</strong>(joiner = &#39; &#39;) &#x21d2; <tt>Object</tt> @@ -278,16 +278,16 @@ <tr> <td> <pre class="lines"> -892 -893 -894</pre> +897 +898 +899</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 892</span> + <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 897</span> <span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span><span class='lparen'>(</span> <span class='id identifier rubyid_joiner'>joiner</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'> </span><span class='tstring_end'>&#39;</span></span> <span class='rparen'>)</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_item'>item</span><span class='op'>|</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span> <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span> <span class='id identifier rubyid_joiner'>joiner</span> <span class='rparen'>)</span> <span class='kw'>end</span></pre> </td> @@ -296,11 +296,11 @@ </div> <div class="method_details "> <h3 class="signature " id="peer-instance_method"> - - (<tt>Object</tt>) <strong>peer</strong>(rdir, ext, base = nil) + #<strong>peer</strong>(rdir, ext, base = nil) &#x21d2; <tt>Object</tt> @@ -319,18 +319,18 @@ <tr> <td> <pre class="lines"> -885 -886 -887 -888 -889</pre> +890 +891 +892 +893 +894</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 885</span> + <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 890</span> <span class='kw'>def</span> <span class='id identifier rubyid_peer'>peer</span><span class='lparen'>(</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='comma'>,</span> <span class='id identifier rubyid_ext'>ext</span><span class='comma'>,</span> <span class='id identifier rubyid_base'>base</span> <span class='op'>=</span> <span class='kw'>nil</span> <span class='rparen'>)</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_item'>item</span><span class='op'>|</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_peer'>peer</span><span class='lparen'>(</span> <span class='id identifier rubyid_rdir'>rdir</span><span class='comma'>,</span> <span class='id identifier rubyid_ext'>ext</span><span class='comma'>,</span> <span class='id identifier rubyid_base'>base</span> <span class='rparen'>)</span> <span class='kw'>end</span> @@ -341,11 +341,11 @@ </div> <div class="method_details "> <h3 class="signature " id="rpath-instance_method"> - - (<tt>Object</tt>) <strong>rpath</strong>(joiner = &#39; &#39;) + #<strong>rpath</strong>(joiner = &#39; &#39;) &#x21d2; <tt>Object</tt> @@ -364,16 +364,16 @@ <tr> <td> <pre class="lines"> -897 -898 -899</pre> +902 +903 +904</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 897</span> + <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 902</span> <span class='kw'>def</span> <span class='id identifier rubyid_rpath'>rpath</span><span class='lparen'>(</span> <span class='id identifier rubyid_joiner'>joiner</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'> </span><span class='tstring_end'>&#39;</span></span> <span class='rparen'>)</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_item'>item</span><span class='op'>|</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_rpath'>rpath</span> <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span> <span class='id identifier rubyid_joiner'>joiner</span> <span class='rparen'>)</span> <span class='kw'>end</span></pre> </td> @@ -382,11 +382,11 @@ </div> <div class="method_details "> <h3 class="signature " id="set_opt-instance_method"> - - (<tt>Object</tt>) <strong>set_opt</strong>(key, val) + #<strong>set_opt</strong>(key, val) &#x21d2; <tt>Object</tt> @@ -405,19 +405,19 @@ <tr> <td> <pre class="lines"> -877 -878 -879 -880 -881 -882</pre> +882 +883 +884 +885 +886 +887</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 877</span> + <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 882</span> <span class='kw'>def</span> <span class='id identifier rubyid_set_opt'>set_opt</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='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_item'>item</span><span class='op'>|</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_set_opt'>set_opt</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='kw'>end</span> @@ -429,11 +429,11 @@ </div> <div class="method_details "> <h3 class="signature " id="use-instance_method"> - - (<tt>Object</tt>) <strong>use</strong> + #<strong>use</strong> &#x21d2; <tt>Object</tt> @@ -452,18 +452,18 @@ <tr> <td> <pre class="lines"> -870 -871 -872 -873 -874</pre> +875 +876 +877 +878 +879</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 870</span> + <pre class="code"><span class="info file"># File 'lib/rubu.rb', line 875</span> <span class='kw'>def</span> <span class='id identifier rubyid_use'>use</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_item'>item</span><span class='op'>|</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_use'>use</span> <span class='kw'>end</span> @@ -475,13 +475,14 @@ </div> </div> - <div id="footer"> - Generated on Fri Aug 31 09:32:07 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