doc/rdoc/classes/RFuzz/StatsTracker.src/M000068.html in rfuzz-0.8 vs doc/rdoc/classes/RFuzz/StatsTracker.src/M000068.html in rfuzz-0.9

- old
+ new

@@ -3,16 +3,16 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <title>reset (RFuzz::StatsTracker)</title> + <title>sample (RFuzz::StatsTracker)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> - <pre> <span class="ruby-comment cmt"># File lib/rfuzz/stats.rb, line 137</span> -137: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">reset</span> -138: <span class="ruby-ivar">@stats</span>.<span class="ruby-identifier">each</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">e</span>,<span class="ruby-identifier">s</span><span class="ruby-operator">|</span> <span class="ruby-identifier">s</span>.<span class="ruby-identifier">reset</span> } -139: <span class="ruby-keyword kw">end</span></pre> + <pre> <span class="ruby-comment cmt"># File lib/rfuzz/stats.rb, line 133</span> +133: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">sample</span>(<span class="ruby-identifier">event</span>) +134: <span class="ruby-ivar">@stats</span>[<span class="ruby-identifier">event</span>].<span class="ruby-identifier">tick</span> +135: <span class="ruby-keyword kw">end</span></pre> </body> </html> \ No newline at end of file