doc/Lazier/Pathname.html in lazier-1.0.7 vs doc/Lazier/Pathname.html in lazier-2.0.0
- old
+ new
@@ -4,11 +4,11 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Module: Lazier::Pathname
- — Documentation by YARD 0.8.2.1
+ — Documentation by YARD 0.8.3
</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
@@ -157,13 +157,13 @@
</h3><div class="docstring">
<div class="discussion">
<p>Returns all the components that are included in this path.</p>
-<pre class="code ruby"><code><span class='rubyid_Pathname constant id'>Pathname</span><span class='dot token'>.</span><span class='rubyid_new identifier id'>new</span><span class='lparen token'>(</span><span class='string val'>"/usr/bin/ruby"</span><span class='rparen token'>)</span><span class='dot token'>.</span><span class='rubyid_components identifier id'>components</span>
-<span class='comment val'># => ["usr", "bin", "ruby"]</span>
-</code></pre>
+<pre class="code ruby"><code><span class='const'>Pathname</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/usr/bin/ruby</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_components'>components</span>
+<span class='comment'># => ["usr", "bin", "ruby"]
+</span></code></pre>
</div>
</div>
<div class="tags">
@@ -199,28 +199,27 @@
24</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/lazier/pathname.rb', line 20</span>
-<span class='rubyid_def def kw'>def</span> <span class='rubyid_components identifier id'>components</span>
- <span class='rubyid_rv identifier id'>rv</span> <span class='assign token'>=</span> <span class='lbrack token'>[</span><span class='rbrack token'>]</span>
- <span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_each_filename identifier id'>each_filename</span> <span class='lbrace token'>{</span> <span class='bitor op'>|</span><span class='rubyid_p identifier id'>p</span><span class='bitor op'>|</span> <span class='rubyid_rv identifier id'>rv</span> <span class='lshft op'><<</span> <span class='rubyid_p identifier id'>p</span> <span class='rbrace token'>}</span>
- <span class='rubyid_rv identifier id'>rv</span>
-<span class='rubyid_end end kw'>end</span>
-</pre>
+<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='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
- Generated on Wed Jan 16 10:02:57 2013 by
+ Generated on Mon Jan 28 20:23:46 2013 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.8.2.1 (ruby-1.8.7).
+ 0.8.3 (ruby-1.9.3).
</div>
</body>
</html>
\ No newline at end of file