<?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: Ruby sort_by for Enumerables</title>
	<atom:link href="http://www.mmrobins.com/2007/01/ruby-sort_by-for-enumerables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mmrobins.com/2007/01/ruby-sort_by-for-enumerables/</link>
	<description></description>
	<lastBuildDate>Thu, 16 May 2013 20:35:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
	<item>
		<title>By: Zac</title>
		<link>http://www.mmrobins.com/2007/01/ruby-sort_by-for-enumerables/comment-page-1/#comment-170675</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Wed, 18 Jun 2008 21:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mmrobins.com/2007/01/23/ruby-sort_by-for-enumerables/#comment-170675</guid>
		<description><![CDATA[Shouldn&#039;t this be:

array.sort_by { &#124;employee&#124; employee.number.nil? ? 0 : employee.number }

Thanks anyway, I found this helpful.]]></description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t this be:</p>
<p>array.sort_by { |employee| employee.number.nil? ? 0 : employee.number }</p>
<p>Thanks anyway, I found this helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
