doc/rdoc/more/classes/BlankSlate.html in facets-2.4.4 vs doc/rdoc/more/classes/BlankSlate.html in facets-2.4.5

- old
+ new

@@ -30,16 +30,16 @@ return false; if( elem.style.display == "block" ) { elem.style.display = "none" - link.innerHTML = "show source" + link.innerHTML = "+" } else { elem.style.display = "block" - link.innerHTML = "hide source" + link.innerHTML = "-" } } function openCode( url ) { @@ -85,13 +85,11 @@ </div> <div class="sectiontitle">Methods</div> - <ul> - <li><a href="#M000106">hide</a></li> - </ul> + <span style="padding-right: 5px;"><a href="#M000106">hide</a></span> @@ -108,10 +106,10 @@ href="BlankSlate.html#M000106">hide</a> <tt>instance_eval</tt> or any method beginning with &quot;__&quot;. </p> </div> <div class="sourcecode"> - <p class="source-link">[ <a href="javascript:toggleSource('M000106_source')" id="l_M000106_source">show source</a> ]</p> + <p class="source-link">[ <a href="javascript:toggleSource('M000106_source')" id="l_M000106_source">+</a> ]</p> <div id="M000106_source" class="dyn-source"> <pre> <span class="ruby-comment cmt"># File lib/more/facets/blankslate.rb, line 22</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">hide</span>(<span class="ruby-identifier">name</span>) <span class="ruby-identifier">undef_method</span> <span class="ruby-identifier">name</span> <span class="ruby-keyword kw">if</span> \ No newline at end of file