<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>
<channel>
	<title>Comments on: Learning Ruby &#8211; Day 4</title>
	<atom:link href="http://garrickvanburen.com/archive/learning-ruby-day-4/feed" rel="self" type="application/rss+xml" />
	<link>http://garrickvanburen.com/archive/learning-ruby-day-4</link>
	<description>User Experience Strategy, Ruby and Rails Web App Development</description>
	<lastBuildDate>Tue, 09 Mar 2010 17:56:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Garrick Van Buren</title>
		<link>http://garrickvanburen.com/archive/learning-ruby-day-4/comment-page-1#comment-35</link>
		<dc:creator>Garrick Van Buren</dc:creator>
		<pubDate>Mon, 04 Apr 2005 23:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://garrickvanburen.com/archive/learning-ruby-day-4#comment-35</guid>
		<description>flgr,

so you&#039;re saying 
&lt;code&gt;(5..-15).step(-2)&lt;/code&gt;
is a synonym for 
&lt;code&gt;5.step(-15, -2)&lt;/code&gt;

If so, I agree, it is easier to remember.</description>
		<content:encoded><![CDATA[<p>flgr,</p>
<p>so you&#8217;re saying<br />
<code>(5..-15).step(-2)</code><br />
is a synonym for<br />
<code>5.step(-15, -2)</code></p>
<p>If so, I agree, it is easier to remember.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flgr</title>
		<link>http://garrickvanburen.com/archive/learning-ruby-day-4/comment-page-1#comment-32</link>
		<dc:creator>flgr</dc:creator>
		<pubDate>Mon, 04 Apr 2005 23:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://garrickvanburen.com/archive/learning-ruby-day-4#comment-32</guid>
		<description>Regarding step:

(from .. to).step(by) is easier to remember IMHO.</description>
		<content:encoded><![CDATA[<p>Regarding step:</p>
<p>(from .. to).step(by) is easier to remember IMHO.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
