Sha256: 3a465994eebff38eb54f131d10a3a524809003c54f547cb4801aad68b97f8063
Contents?: true
Size: 803 Bytes
Versions: 3
Compression:
Stored size: 803 Bytes
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>mean (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 59</span> 59: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">mean</span> 60: <span class="ruby-ivar">@sum</span> <span class="ruby-operator">/</span> <span class="ruby-ivar">@n</span> 61: <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/M000141.html |
mongrel-1.0.1 | doc/rdoc/classes/Mongrel/Stats.src/M000144.html |
mongrel-1.0 | doc/rdoc/classes/Mongrel/Stats.src/M000144.html |