doc/rdoc/classes/RFuzz.html in rfuzz-0.7 vs doc/rdoc/classes/RFuzz.html in rfuzz-0.8
- old
+ new
@@ -61,10 +61,14 @@
<br />
<a href="../files/lib/rfuzz/random_rb.html">
lib/rfuzz/random.rb
</a>
<br />
+ <a href="../files/lib/rfuzz/pushbackio_rb.html">
+ lib/rfuzz/pushbackio.rb
+ </a>
+ <br />
<a href="../files/lib/rfuzz/client_rb.html">
lib/rfuzz/client.rb
</a>
<br />
<a href="../files/lib/rfuzz/stats_rb.html">
@@ -90,11 +94,11 @@
<div id="description">
<p>
A very simple little class for doing some basic fast statistics sampling.
You feed it either samples of numeric data you want measured or you call <a
-href="RFuzz/Sampler.html#M000067">Sampler.tick</a> to get it to add a time
+href="RFuzz/Sampler.html#M000082">Sampler.tick</a> to get it to add a time
delta between the last time you called it. When you’re done either
call sum, sumsq, n, min, max, mean or sd to get the information. The other
option is to just call dump and see everything.
</p>
<p>
@@ -120,11 +124,13 @@
<h3 class="section-bar">Classes and Modules</h3>
Module <a href="RFuzz/HttpEncoding.html" class="link">RFuzz::HttpEncoding</a><br />
Class <a href="RFuzz/Browser.html" class="link">RFuzz::Browser</a><br />
Class <a href="RFuzz/HttpClient.html" class="link">RFuzz::HttpClient</a><br />
+Class <a href="RFuzz/HttpClientError.html" class="link">RFuzz::HttpClientError</a><br />
Class <a href="RFuzz/HttpResponse.html" class="link">RFuzz::HttpResponse</a><br />
Class <a href="RFuzz/Notifier.html" class="link">RFuzz::Notifier</a><br />
+Class <a href="RFuzz/PushBackIO.html" class="link">RFuzz::PushBackIO</a><br />
Class <a href="RFuzz/RandomGenerator.html" class="link">RFuzz::RandomGenerator</a><br />
Class <a href="RFuzz/Sampler.html" class="link">RFuzz::Sampler</a><br />
Class <a href="RFuzz/Session.html" class="link">RFuzz::Session</a><br />
Class <a href="RFuzz/StatsTracker.html" class="link">RFuzz::StatsTracker</a><br />
\ No newline at end of file