<?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: &#8220;AkitaOnRails&#8221; On Anatomy of Ruby Blocks/Closures</title>
	<atom:link href="http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/</link>
	<description>Helping Ruby Programmers become Awesome</description>
	<lastBuildDate>Fri, 18 May 2012 22:54:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: NewToRuby</title>
		<link>http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/comment-page-1/#comment-135070</link>
		<dc:creator>NewToRuby</dc:creator>
		<pubDate>Wed, 04 Apr 2012 10:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/#comment-135070</guid>
		<description>----
# program15.rb
list = []
[1,2,3,4].each do &#124;i&#124;
  list &lt;&lt; i * 2
end
----
You told: &quot;In Java, this would’ve been a final variable&quot;
I&#039;m not sure. I&#039;m not a Java superprogrammer, but I don&#039;t think it is necessary to use a final variable. 
The only limitation is the fixed length of a Java array, but it can be resolved with some simple tricks.</description>
		<content:encoded><![CDATA[<p>&#8212;-<br />
# program15.rb<br />
list = []<br />
[1,2,3,4].each do |i|<br />
  list &lt;&lt; i * 2<br />
end<br />
&#8212;-<br />
You told: &quot;In Java, this would’ve been a final variable&quot;<br />
I&#039;m not sure. I&#039;m not a Java superprogrammer, but I don&#039;t think it is necessary to use a final variable.<br />
The only limitation is the fixed length of a Java array, but it can be resolved with some simple tricks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NatashaTheRobot</title>
		<link>http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/comment-page-1/#comment-134049</link>
		<dc:creator>NatashaTheRobot</dc:creator>
		<pubDate>Mon, 16 Jan 2012 00:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/#comment-134049</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;&quot;AkitaOnRails&quot; On Anatomy of Ruby Blocks/Closures: http://t.co/Zo1odHe9&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">&quot;AkitaOnRails&quot; On Anatomy of Ruby Blocks/Closures: <a href="http://t.co/Zo1odHe9" rel="nofollow">http://t.co/Zo1odHe9</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dchuk</title>
		<link>http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/comment-page-1/#comment-133265</link>
		<dc:creator>dchuk</dc:creator>
		<pubDate>Thu, 27 Oct 2011 18:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/#comment-133265</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;“AkitaOnRails” On Anatomy of Ruby Blocks/Closures http://t.co/eog5YwVB&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">“AkitaOnRails” On Anatomy of Ruby Blocks/Closures <a href="http://t.co/eog5YwVB" rel="nofollow">http://t.co/eog5YwVB</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ochronus</title>
		<link>http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/comment-page-1/#comment-131065</link>
		<dc:creator>Ochronus</dc:creator>
		<pubDate>Thu, 05 May 2011 13:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/#comment-131065</guid>
		<description>I&#039;ve written a tutorial/review on ruby blocks and closures with code examples, be sure to check it out: &lt;a href=&#039;http://blog.mostof.it/why-ruby-part-two-blocks-and-closures/&#039; rel=&quot;nofollow&quot;&gt;ruby blocks and closures&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve written a tutorial/review on ruby blocks and closures with code examples, be sure to check it out: <a href='http://blog.mostof.it/why-ruby-part-two-blocks-and-closures/' rel="nofollow">ruby blocks and closures</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Akita</title>
		<link>http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/comment-page-1/#comment-126758</link>
		<dc:creator>Fabio Akita</dc:creator>
		<pubDate>Wed, 20 Oct 2010 14:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/#comment-126758</guid>
		<description>Yes, you and Chad are correct. Looking back I really don&#039;t remember what I meant to say when I first wrote this article and I agree that it feels strange reading it now. Maybe I should try to rewrite or omit this particular portion. Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Yes, you and Chad are correct. Looking back I really don&#8217;t remember what I meant to say when I first wrote this article and I agree that it feels strange reading it now. Maybe I should try to rewrite or omit this particular portion. Thanks for the feedback.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

