doc/Lazier/Pathname.html in lazier-4.1.0 vs doc/Lazier/Pathname.html in lazier-4.2.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.7.4
+ — Documentation by YARD 0.8.7.6
</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
@@ -88,11 +88,11 @@
</dl>
<div class="clear"></div>
<h2>Overview</h2><div class="docstring">
<div class="discussion">
- <p>Extensions for the Pathname class.</p>
+ <p>Extensions for the <code>Pathname</code> class.</p>
</div>
</div>
<div class="tags">
@@ -157,14 +157,13 @@
</h3><div class="docstring">
<div class="discussion">
<p>Returns all the components that are included in this path.</p>
-<p><code>ruby
-Pathname.new("/usr/bin/ruby").components
-# => ["usr", "bin", "ruby"]
-</code></p>
+<pre class="code ruby"><code class="ruby"><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">
@@ -191,16 +190,16 @@
<tr>
<td>
<pre class="lines">
-19
-20
-21</pre>
+17
+18
+19</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/lazier/pathname.rb', line 19</span>
+ <pre class="code"><span class="info file"># File 'lib/lazier/pathname.rb', line 17</span>
<span class='kw'>def</span> <span class='id identifier rubyid_components'>components</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>
@@ -211,12 +210,12 @@
</div>
</div>
<div id="footer">
- Generated on Thu Oct 2 10:38:44 2014 by
+ Generated on Sun Nov 2 11:08:44 2014 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.8.7.4 (ruby-2.1.3).
+ 0.8.7.6 (ruby-2.1.3).
</div>
</body>
</html>
\ No newline at end of file