<?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 on Rails &#8211; Easier enumerations (Select, Collect, Map) using Ampersand</title>
	<atom:link href="http://www.wetware.co.nz/blog/2009/03/ruby-on-rails-easier-enumerations-select-collect-map/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz/blog/2009/03/ruby-on-rails-easier-enumerations-select-collect-map/</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:19:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Stephan</title>
		<link>http://www.wetware.co.nz/blog/2009/03/ruby-on-rails-easier-enumerations-select-collect-map/comment-page-1/#comment-61</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Tue, 31 Mar 2009 05:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=166#comment-61</guid>
		<description>Yes that&#039;s nice. It&#039;s also available in the &quot;extensions&quot; gem - for those running plain Ruby 1.8.6.
And there&#039;s also http://github.com/mynyml/every/ which gives you an even nicer syntax. And mynyml&#039;s &quot;every&quot; also take arguments. One exampl from mynyml:

%w( axb dxf ).every.gsub(/x/,&#039;y&#039;)     #=&gt; [&#039;ayb&#039;, &#039;dyf&#039;]

Nice, ist&#039;n it.</description>
		<content:encoded><![CDATA[<p>Yes that&#8217;s nice. It&#8217;s also available in the &#8220;extensions&#8221; gem &#8211; for those running plain Ruby 1.8.6.<br />
And there&#8217;s also <a href="http://github.com/mynyml/every/" rel="nofollow">http://github.com/mynyml/every/</a> which gives you an even nicer syntax. And mynyml&#8217;s &#8220;every&#8221; also take arguments. One exampl from mynyml:</p>
<p>%w( axb dxf ).every.gsub(/x/,&#8217;y')     #=&gt; ['ayb', 'dyf']</p>
<p>Nice, ist&#8217;n it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
