<?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"
	>
<channel>
	<title>Comments on: Beautiful Ruby: Learning the -isms</title>
	<atom:link href="http://www.rubygeek.com/2007/08/03/beautiful-ruby-learning-the-isms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubygeek.com/2007/08/03/beautiful-ruby-learning-the-isms/</link>
	<description>Ruby, PHP, Python and Perl</description>
	<pubDate>Tue, 06 Jan 2009 03:11:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Shane Vitarana</title>
		<link>http://www.rubygeek.com/2007/08/03/beautiful-ruby-learning-the-isms/#comment-5578</link>
		<dc:creator>Shane Vitarana</dc:creator>
		<pubDate>Thu, 27 Sep 2007 03:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubygeek.com/2007/08/03/beautiful-ruby-learning-the-isms/#comment-5578</guid>
		<description>I was going to say exactly what Peter said.</description>
		<content:encoded><![CDATA[<p>I was going to say exactly what Peter said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nola</title>
		<link>http://www.rubygeek.com/2007/08/03/beautiful-ruby-learning-the-isms/#comment-4523</link>
		<dc:creator>nola</dc:creator>
		<pubDate>Wed, 08 Aug 2007 12:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubygeek.com/2007/08/03/beautiful-ruby-learning-the-isms/#comment-4523</guid>
		<description>right.. thanks Peter!</description>
		<content:encoded><![CDATA[<p>right.. thanks Peter!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Harkins</title>
		<link>http://www.rubygeek.com/2007/08/03/beautiful-ruby-learning-the-isms/#comment-4459</link>
		<dc:creator>Peter Harkins</dc:creator>
		<pubDate>Sat, 04 Aug 2007 18:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubygeek.com/2007/08/03/beautiful-ruby-learning-the-isms/#comment-4459</guid>
		<description>You have a typo in one of your first pair of examples: in the first one you return boolean false, in the second you return the string "false".

Also, I'd want to write the second line of the second example as:
return false unless response.body.match "my awesome text"

It's just a little easier to read; it works because nil and false are considered false in if/unless tests.</description>
		<content:encoded><![CDATA[<p>You have a typo in one of your first pair of examples: in the first one you return boolean false, in the second you return the string &#8220;false&#8221;.</p>
<p>Also, I&#8217;d want to write the second line of the second example as:<br />
return false unless response.body.match &#8220;my awesome text&#8221;</p>
<p>It&#8217;s just a little easier to read; it works because nil and false are considered false in if/unless tests.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
