<?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: Enumerating Ruby’s &#8220;Enumerable&#8221; Module, Part 2: &#8220;collect&#8221;, a.k.a. &#8220;map&#8221;</title>
	<atom:link href="http://www.globalnerdy.com/2008/02/06/enumerating-ruby%e2%80%99s-enumerable-module-part-2-collect-aka-map/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.globalnerdy.com/2008/02/06/enumerating-ruby%e2%80%99s-enumerable-module-part-2-collect-aka-map/</link>
	<description>Tech Evangelist Joey deVilla on Shopify, startups, software development, tech news and other nerdy stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:18:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Sifry</title>
		<link>http://www.globalnerdy.com/2008/02/06/enumerating-ruby%e2%80%99s-enumerable-module-part-2-collect-aka-map/comment-page-1/#comment-10539</link>
		<dc:creator>David Sifry</dc:creator>
		<pubDate>Wed, 17 Nov 2010 17:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://globalnerdy.com/2008/02/06/enumerating-ruby%e2%80%99s-enumerable-module-part-2-collect-aka-map/#comment-10539</guid>
		<description>Great series! Just a note on a type, probably a carryover from the first post:

You have:
Special Case: Using collect/map on Empty Arrays and Hashes
When applied to an empty array or hash, with or without a block, all? always returns true.

I think you mean to say:
Special Case: Using collect/map on Empty Arrays and Hashes
When applied to an empty array or hash, with or without a block, map always returns an empty array.</description>
		<content:encoded><![CDATA[<p>Great series! Just a note on a type, probably a carryover from the first post:</p>
<p>You have:<br />
Special Case: Using collect/map on Empty Arrays and Hashes<br />
When applied to an empty array or hash, with or without a block, all? always returns true.</p>
<p>I think you mean to say:<br />
Special Case: Using collect/map on Empty Arrays and Hashes<br />
When applied to an empty array or hash, with or without a block, map always returns an empty array.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

