<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: 5 things you can do with a Ruby array in one line (PLUS A FREE BONUS!!)</title>
	<atom:link href="http://drewolson.wordpress.com/2007/03/23/5-things-you-can-do-with-a-ruby-array-in-one-line-plus-a-free-bonus/feed/" rel="self" type="application/rss+xml" />
	<link>http://drewolson.wordpress.com/2007/03/23/5-things-you-can-do-with-a-ruby-array-in-one-line-plus-a-free-bonus/</link>
	<description>programming, technology, music</description>
	<lastBuildDate>Sat, 15 Dec 2007 13:47:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: coban</title>
		<link>http://drewolson.wordpress.com/2007/03/23/5-things-you-can-do-with-a-ruby-array-in-one-line-plus-a-free-bonus/#comment-431</link>
		<dc:creator>coban</dc:creator>
		<pubDate>Thu, 06 Dec 2007 09:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/03/23/5-things-you-can-do-with-a-ruby-array-in-one-line-plus-a-free-bonus/#comment-431</guid>
		<description>how about performing Swartzain transform in ruby.

I use it all the time in perl, it is even cleaner and easier to read in ruby.</description>
		<content:encoded><![CDATA[<p>how about performing Swartzain transform in ruby.</p>
<p>I use it all the time in perl, it is even cleaner and easier to read in ruby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drewolson</title>
		<link>http://drewolson.wordpress.com/2007/03/23/5-things-you-can-do-with-a-ruby-array-in-one-line-plus-a-free-bonus/#comment-365</link>
		<dc:creator>drewolson</dc:creator>
		<pubDate>Tue, 11 Sep 2007 14:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/03/23/5-things-you-can-do-with-a-ruby-array-in-one-line-plus-a-free-bonus/#comment-365</guid>
		<description>Ola -

Very true. I learn more and more about the languages new features every day and I&#039;d definitely a few of these examples differently today.</description>
		<content:encoded><![CDATA[<p>Ola -</p>
<p>Very true. I learn more and more about the languages new features every day and I&#8217;d definitely a few of these examples differently today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ola Bini</title>
		<link>http://drewolson.wordpress.com/2007/03/23/5-things-you-can-do-with-a-ruby-array-in-one-line-plus-a-free-bonus/#comment-364</link>
		<dc:creator>Ola Bini</dc:creator>
		<pubDate>Tue, 11 Sep 2007 14:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/03/23/5-things-you-can-do-with-a-ruby-array-in-one-line-plus-a-free-bonus/#comment-364</guid>
		<description>Notice that your last example is actually not the best way to do it. First, your regexp is not optimal, and you shouldn&#039;t use find_all for this:

 my_array.grep /(\d{3}-){2}\d{4}/

Cheers</description>
		<content:encoded><![CDATA[<p>Notice that your last example is actually not the best way to do it. First, your regexp is not optimal, and you shouldn&#8217;t use find_all for this:</p>
<p> my_array.grep /(\d{3}-){2}\d{4}/</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://drewolson.wordpress.com/2007/03/23/5-things-you-can-do-with-a-ruby-array-in-one-line-plus-a-free-bonus/#comment-15</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 30 Mar 2007 12:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/03/23/5-things-you-can-do-with-a-ruby-array-in-one-line-plus-a-free-bonus/#comment-15</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
