<?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 Scoping Oddity</title>
	<atom:link href="http://www.mikeperham.com/2008/05/22/ruby-scoping-oddity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikeperham.com/2008/05/22/ruby-scoping-oddity/</link>
	<description>On Ruby, software and the Internet</description>
	<lastBuildDate>Wed, 21 Jul 2010 20:03:10 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Keys</title>
		<link>http://www.mikeperham.com/2008/05/22/ruby-scoping-oddity/comment-page-1/#comment-120</link>
		<dc:creator>Adam Keys</dc:creator>
		<pubDate>Thu, 22 May 2008 23:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=80#comment-120</guid>
		<description>This is probably related to the situation where

&lt;code&gt;
5.times { a = 4 }
puts a
&lt;/code&gt;

used to print 4.</description>
		<content:encoded><![CDATA[<p>This is probably related to the situation where</p>
<p><code><br />
5.times { a = 4 }<br />
puts a<br />
</code></p>
<p>used to print 4.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
