<?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: Functions as First-Class Objects</title>
	<atom:link href="http://www.railsrocket.com/functions-as-first-class-objects/feed" rel="self" type="application/rss+xml" />
	<link>http://www.railsrocket.com/functions-as-first-class-objects</link>
	<description>A Ruby on Rails community website with tutorials</description>
	<lastBuildDate>Thu, 25 Mar 2010 23:45:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ashes999</title>
		<link>http://www.railsrocket.com/functions-as-first-class-objects/comment-page-1#comment-2802</link>
		<dc:creator>ashes999</dc:creator>
		<pubDate>Thu, 11 Jun 2009 17:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=96#comment-2802</guid>
		<description>@Johannes I wasn&#039;t aware of the method keyword; where can I look it up? Is it in the Object class?</description>
		<content:encoded><![CDATA[<p>@Johannes I wasn&#8217;t aware of the method keyword; where can I look it up? Is it in the Object class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://www.railsrocket.com/functions-as-first-class-objects/comment-page-1#comment-2762</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Sat, 06 Jun 2009 06:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=96#comment-2762</guid>
		<description>&lt;code&gt;

def hello
puts &quot;Hello, world!&quot;
end

# if you assign:

x = method :hello

# then you can:

x.call # Hello, world!

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code></p>
<p>def hello<br />
puts "Hello, world!"<br />
end</p>
<p># if you assign:</p>
<p>x = method :hello</p>
<p># then you can:</p>
<p>x.call # Hello, world!</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.railsrocket.com/functions-as-first-class-objects/comment-page-1#comment-213</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 12 Nov 2008 02:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=96#comment-213</guid>
		<description>Procs you use them like this

lambda do
  print &quot;Hello World&quot;
end

call them like this

prock.call()</description>
		<content:encoded><![CDATA[<p>Procs you use them like this</p>
<p>lambda do<br />
  print &#8220;Hello World&#8221;<br />
end</p>
<p>call them like this</p>
<p>prock.call()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Faves Tagged With "eval" : MyNetFaves</title>
		<link>http://www.railsrocket.com/functions-as-first-class-objects/comment-page-1#comment-141</link>
		<dc:creator>Recent Faves Tagged With "eval" : MyNetFaves</dc:creator>
		<pubDate>Thu, 02 Oct 2008 03:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsrocket.com/articles/?p=96#comment-141</guid>
		<description>[...] public links &gt;&gt; eval    Functions as First-Class Objects First saved by nympha &#124; 2 days ago      Barracuda blocking Edublogs.org!!! First saved by [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; eval    Functions as First-Class Objects First saved by nympha | 2 days ago      Barracuda blocking Edublogs.org!!! First saved by [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

