doc/RubyProf.html in ruby-prof-0.15.2 vs doc/RubyProf.html in ruby-prof-0.15.3

- old
+ new

@@ -4,25 +4,22 @@ <head> <meta charset="UTF-8"> <title>module RubyProf - ruby-prof</title> -<link href="./fonts.css" rel="stylesheet"> -<link href="./rdoc.css" rel="stylesheet"> - <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script src="./js/jquery.js"></script> -<script src="./js/navigation.js"></script> -<script src="./js/search_index.js"></script> -<script src="./js/search.js"></script> -<script src="./js/searcher.js"></script> <script src="./js/darkfish.js"></script> +<link href="./css/fonts.css" rel="stylesheet"> +<link href="./css/rdoc.css" rel="stylesheet"> + + <body id="top" role="document" class="module"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> @@ -119,14 +116,15 @@ module RubyProf </h1> <section class="description"> -<p>The call info visitor class does a depth-first traversal across a thread’s -call stack. At each call_info node, the visitor executes the block -provided in the visit method. The block is passed two parameters, the -event and the call_info instance. Event will be either :enter or :exit.</p> +<p>The call info visitor class does a depth-first traversal across a +thread&#39;s call stack. At each call_info node, the visitor executes the +block provided in the visit method. The block is passed two parameters, +the event and the call_info instance. Event will be either :enter or +:exit.</p> <pre class="ruby"><span class="ruby-identifier">visitor</span> = <span class="ruby-constant">RubyProf</span><span class="ruby-operator">::</span><span class="ruby-constant">CallInfoVisitor</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">result</span>.<span class="ruby-identifier">threads</span>.<span class="ruby-identifier">first</span>) <span class="ruby-identifier">method_names</span> = <span class="ruby-constant">Array</span>.<span class="ruby-identifier">new</span> @@ -959,9 +957,9 @@ </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> - <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0. - <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. + <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0. + <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>