doc/Fixnum.html in shenanigans-1.0.8 vs doc/Fixnum.html in shenanigans-1.0.9
- old
+ new
@@ -41,10 +41,12 @@
<ul id="search-results" class="initially-hidden"></ul>
</nav>
+
+
<div id="file-metadata">
<nav id="file-list-section" class="section">
<h3 class="section-header">Defined In</h3>
<ul>
<li>lib/shenanigans/fixnum/string_length.rb
@@ -62,17 +64,18 @@
<p class="link"><a href="Object.html">Object</a>
</nav>
+
<!-- Method Quickref -->
<nav id="method-list-section" class="section">
<h3 class="section-header">Methods</h3>
<ul class="link-list">
- <li><a href="#method-i-string_length">#string_length</a>
+ <li ><a href="#method-i-string_length">#string_length</a>
</ul>
</nav>
</div>
@@ -99,10 +102,12 @@
<li><a href="./Hash.html">Hash</a>
<li><a href="./Kernel.html">Kernel</a>
+ <li><a href="./Module.html">Module</a>
+
<li><a href="./Object.html">Object</a>
<li><a href="./String.html">String</a>
</ul>
@@ -139,26 +144,29 @@
<div id="method-i-string_length" class="method-detail ">
<div class="method-heading">
<span class="method-name">string_length</span><span
class="method-args">()</span>
+
<span class="method-click-advice">click to toggle source</span>
+
</div>
<div class="method-description">
- <p>Returns the length of the number’s string representation.</p>
+ <p>Returns the length of the number's string representation.</p>
<pre class="ruby"><span class="ruby-value">0</span>.<span class="ruby-identifier">string_length</span>
<span class="ruby-comment">#=> 1</span>
<span class="ruby-value">123</span>.<span class="ruby-identifier">string_length</span>
<span class="ruby-comment">#=> 3</span>
<span class="ruby-value">-1</span>.<span class="ruby-identifier">string_length</span>
<span class="ruby-comment">#=> 2</span>
</pre>
+
<div class="method-source-code" id="string_length-source">
<pre><span class="ruby-comment"># File lib/shenanigans/fixnum/string_length.rb, line 9</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">string_length</span>
@@ -183,9 +191,9 @@
</div><!-- documentation -->
<footer id="validator-badges">
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
</footer>