<?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: Method dispatch in Ruby</title>
	<atom:link href="http://www.pedropimentel.com/2009/12/15/method-dispatch-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pedropimentel.com/2009/12/15/method-dispatch-in-ruby/</link>
	<description>Ruby on Rails Evangelist</description>
	<lastBuildDate>Fri, 30 Jul 2010 01:55:38 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pedro Pimentel</title>
		<link>http://www.pedropimentel.com/2009/12/15/method-dispatch-in-ruby/comment-page-1/#comment-136</link>
		<dc:creator>Pedro Pimentel</dc:creator>
		<pubDate>Wed, 16 Dec 2009 23:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pedropimentel.com/?p=194#comment-136</guid>
		<description>Thanks for the complement Cássio.
A good example to illustrate what you said is when you call methods from a singleton class.</description>
		<content:encoded><![CDATA[<p>Thanks for the complement Cássio.<br />
A good example to illustrate what you said is when you call methods from a singleton class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cássio Marques</title>
		<link>http://www.pedropimentel.com/2009/12/15/method-dispatch-in-ruby/comment-page-1/#comment-134</link>
		<dc:creator>Cássio Marques</dc:creator>
		<pubDate>Wed, 16 Dec 2009 23:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pedropimentel.com/?p=194#comment-134</guid>
		<description>Before searching the parent classes, the interpreter will search in the &#039;ghost&#039; or &#039;eigenclass&#039; of the object upon which the method is being called.

Nice post :)</description>
		<content:encoded><![CDATA[<p>Before searching the parent classes, the interpreter will search in the &#8216;ghost&#8217; or &#8216;eigenclass&#8217; of the object upon which the method is being called.</p>
<p>Nice post <img src='http://www.pedropimentel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clayton</title>
		<link>http://www.pedropimentel.com/2009/12/15/method-dispatch-in-ruby/comment-page-1/#comment-131</link>
		<dc:creator>clayton</dc:creator>
		<pubDate>Wed, 16 Dec 2009 04:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pedropimentel.com/?p=194#comment-131</guid>
		<description>I always love learning new little things about Ruby internals, especially something that I take for granted.</description>
		<content:encoded><![CDATA[<p>I always love learning new little things about Ruby internals, especially something that I take for granted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
