<?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: Stop Being So Self-Centered!</title>
	<atom:link href="http://ryanbigg.com/2008/07/stop-being-so-self-centered/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryanbigg.com/2008/07/stop-being-so-self-centered/</link>
	<description>Life &#38; Everything Else</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:34:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Solomon</title>
		<link>http://ryanbigg.com/2008/07/stop-being-so-self-centered/comment-page-1/#comment-7550</link>
		<dc:creator>Solomon</dc:creator>
		<pubDate>Mon, 02 Feb 2009 02:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=201#comment-7550</guid>
		<description>&lt;p&gt;Here&#039;s another option for you:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
def root
  parent ? parent.root : self
end
&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another option for you:</p>

<p><code>
def root
  parent ? parent.root : self
end
</code></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Radar</title>
		<link>http://ryanbigg.com/2008/07/stop-being-so-self-centered/comment-page-1/#comment-2472</link>
		<dc:creator>Radar</dc:creator>
		<pubDate>Wed, 30 Jul 2008 00:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=201#comment-2472</guid>
		<description>&lt;p&gt;RSL:
  If you ever read this again, I&#039;ve revised the code. A test showed that it was broken.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>RSL:
  If you ever read this again, I&#8217;ve revised the code. A test showed that it was broken.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Radar</title>
		<link>http://ryanbigg.com/2008/07/stop-being-so-self-centered/comment-page-1/#comment-2465</link>
		<dc:creator>Radar</dc:creator>
		<pubDate>Tue, 29 Jul 2008 12:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=201#comment-2465</guid>
		<description>&lt;p&gt;I never thought of doing it that way!&lt;/p&gt;

&lt;p&gt;Of course if the parent is going to be nil then it&#039;s just going to be setting itself... wow.&lt;/p&gt;

&lt;p&gt;Thanks RSL!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I never thought of doing it that way!</p>

<p>Of course if the parent is going to be nil then it&#8217;s just going to be setting itself&#8230; wow.</p>

<p>Thanks RSL!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: RSL</title>
		<link>http://ryanbigg.com/2008/07/stop-being-so-self-centered/comment-page-1/#comment-2464</link>
		<dc:creator>RSL</dc:creator>
		<pubDate>Tue, 29 Jul 2008 11:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=201#comment-2464</guid>
		<description>&lt;p&gt;that root method could simply be&lt;/p&gt;

&lt;p&gt;def root
  parent &#124;&#124; self
end&lt;/p&gt;

&lt;p&gt;could it not? no idea how that&#039;s going to end up being formatted.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>that root method could simply be</p>

<p>def root
  parent || self
end</p>

<p>could it not? no idea how that&#8217;s going to end up being formatted.</p>]]></content:encoded>
	</item>
</channel>
</rss>
