Sha256: 014bd96f2695d03402563f313f0da9d75c6fa75b9407ec0ed1a3ff9023eefb5c

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>to_s (Mongrel::Stats)</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/mongrel/stats.rb, line 53</span>
53:     <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>  
54:     <span class="ruby-node">&quot;[#{@name}]: SUM=%0.4f, SUMSQ=%0.4f, N=%0.4f, MEAN=%0.4f, SD=%0.4f, MIN=%0.4f, MAX=%0.4f&quot;</span> <span class="ruby-operator">%</span> [<span class="ruby-ivar">@sum</span>, <span class="ruby-ivar">@sumsq</span>, <span class="ruby-ivar">@n</span>, <span class="ruby-identifier">mean</span>, <span class="ruby-identifier">sd</span>, <span class="ruby-ivar">@min</span>, <span class="ruby-ivar">@max</span>]
55:     <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mongrel-0.3.13.4 doc/rdoc/classes/Mongrel/Stats.src/M000140.html
mongrel-1.0.1 doc/rdoc/classes/Mongrel/Stats.src/M000143.html
mongrel-1.0 doc/rdoc/classes/Mongrel/Stats.src/M000143.html