doc/Lazier/Pathname.html in lazier-2.8.1 vs doc/Lazier/Pathname.html in lazier-3.0.0
- old
+ new
@@ -4,17 +4,17 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Module: Lazier::Pathname
- — Documentation by YARD 0.8.5.2
+ — Documentation by YARD 0.8.6.1
</title>
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" 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;
relpath = '../';
framesUrl = "../frames.html#!" + escape(window.location.href);
@@ -193,21 +193,17 @@
<pre class="lines">
20
21
-22
-23
-24</pre>
+22</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/lazier/pathname.rb', line 20</span>
<span class='kw'>def</span> <span class='id identifier rubyid_components'>components</span>
- <span class='id identifier rubyid_rv'>rv</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_each_filename'>each_filename</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span> <span class='id identifier rubyid_rv'>rv</span> <span class='op'><<</span> <span class='id identifier rubyid_p'>p</span> <span class='rbrace'>}</span>
- <span class='id identifier rubyid_rv'>rv</span>
+ <span class='id identifier rubyid_each_filename'>each_filename</span><span class='period'>.</span><span class='id identifier rubyid_to_a'>to_a</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
@@ -215,12 +211,12 @@
</div>
</div>
<div id="footer">
- Generated on Sat Apr 13 11:56:54 2013 by
+ Generated on Fri May 17 12:03:22 2013 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.8.5.2 (ruby-1.9.3).
+ 0.8.6.1 (ruby-1.9.3).
</div>
</body>
</html>
\ No newline at end of file