<?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: quick and dirty ruby</title>
	<atom:link href="http://www.missiondata.com/blog/web-development/15/quick-and-dirty-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.missiondata.com/blog/web-development/15/quick-and-dirty-ruby/</link>
	<description>Louisville-based Web Development &#38; Software Engineering</description>
	<lastBuildDate>Tue, 10 Jan 2012 08:34:18 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: darrend</title>
		<link>http://www.missiondata.com/blog/web-development/15/quick-and-dirty-ruby/comment-page-1/#comment-6</link>
		<dc:creator>darrend</dc:creator>
		<pubDate>Fri, 17 Feb 2006 17:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=15#comment-6</guid>
		<description>Or:

&lt;pre&gt;&lt;code&gt;
puts DATA.inject([]) { &#124;matches,line&#124; matches &lt;&lt; $1 if line =~ /\s+\d+\s+(\w+)/; matches }.join(&#039;, &#039;)
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Or:</p>
<pre><code>
puts DATA.inject([]) { |matches,line| matches < < $1 if line =~ /\s+\d+\s+(\w+)/; matches }.join(', ')
</code></code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie Hensley</title>
		<link>http://www.missiondata.com/blog/web-development/15/quick-and-dirty-ruby/comment-page-1/#comment-4</link>
		<dc:creator>Leslie Hensley</dc:creator>
		<pubDate>Thu, 16 Feb 2006 17:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=15#comment-4</guid>
		<description>I liked the original version of this post better. 

puts DATA.collect{&#124;line&#124; $1 if line =~ /\s+\d+\s+(\w+)/}.compact.join(&#039;, &#039;)

I&#039;m normally not a fan of the $ but I think it is a good fit for this situation.</description>
		<content:encoded><![CDATA[<p>I liked the original version of this post better. </p>
<p>puts DATA.collect{|line| $1 if line =~ /\s+\d+\s+(\w+)/}.compact.join(&#8216;, &#8216;)</p>
<p>I&#8217;m normally not a fan of the $ but I think it is a good fit for this situation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

