<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Enumerable#avg is an average method for ruby&#8217;s enumerable module</title>
	<atom:link href="http://e-huned.com/2009/11/17/enumerableavg-is-an-average-method-for-rubys-enumerable-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://e-huned.com/2009/11/17/enumerableavg-is-an-average-method-for-rubys-enumerable-module/</link>
	<description>huned botee</description>
	<lastBuildDate>Wed, 26 May 2010 04:51:22 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: huned</title>
		<link>http://e-huned.com/2009/11/17/enumerableavg-is-an-average-method-for-rubys-enumerable-module/comment-page-1/#comment-4265</link>
		<dc:creator>huned</dc:creator>
		<pubDate>Wed, 25 Nov 2009 14:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://e-huned.com/?p=1071#comment-4265</guid>
		<description>Cool. Nice tip, Les.  I&#039;ll update the gist.</description>
		<content:encoded><![CDATA[<p>Cool. Nice tip, Les.  I&#8217;ll update the gist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les Nightingill</title>
		<link>http://e-huned.com/2009/11/17/enumerableavg-is-an-average-method-for-rubys-enumerable-module/comment-page-1/#comment-4264</link>
		<dc:creator>Les Nightingill</dc:creator>
		<pubDate>Tue, 24 Nov 2009 22:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://e-huned.com/?p=1071#comment-4264</guid>
		<description>Surprisingly, it turns out to be more than twice as fast to use:

inject(0,:+)

instead of the Enumerable#sum method, at least, if you&#039;re just trying to calculate the average of an array.</description>
		<content:encoded><![CDATA[<p>Surprisingly, it turns out to be more than twice as fast to use:</p>
<p>inject(0,:+)</p>
<p>instead of the Enumerable#sum method, at least, if you&#8217;re just trying to calculate the average of an array.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
