<?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: get full history (all parents) of a hash node</title>
	<atom:link href="http://sameshirteveryday.com/2007/09/23/ruby-get-full-history-all-parents-of-a-hash-node/feed/" rel="self" type="application/rss+xml" />
	<link>http://sameshirteveryday.com/2007/09/23/ruby-get-full-history-all-parents-of-a-hash-node/</link>
	<description>Personal blog of the one called Alex Gorbatchev, from Toronto, Canada.</description>
	<lastBuildDate>Sat, 15 May 2010 23:53:58 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: freno</title>
		<link>http://sameshirteveryday.com/2007/09/23/ruby-get-full-history-all-parents-of-a-hash-node/comment-page-1/#comment-2359</link>
		<dc:creator>freno</dc:creator>
		<pubDate>Mon, 29 Oct 2007 12:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/09/23/ruby-get-full-history-all-parents-of-a-hash-node/#comment-2359</guid>
		<description>For a similar snippet see http://snippets.dzone.com/posts/show/1908 .</description>
		<content:encoded><![CDATA[<p>For a similar snippet see <a href="http://snippets.dzone.com/posts/show/1908" rel="nofollow">http://snippets.dzone.com/posts/show/1908</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbatchev</title>
		<link>http://sameshirteveryday.com/2007/09/23/ruby-get-full-history-all-parents-of-a-hash-node/comment-page-1/#comment-1992</link>
		<dc:creator>Alex Gorbatchev</dc:creator>
		<pubDate>Mon, 24 Sep 2007 23:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/09/23/ruby-get-full-history-all-parents-of-a-hash-node/#comment-1992</guid>
		<description>Rudolf,

Not really an advantage over anything, this is just a code snippet illustrating how to get all parent nodes of a tree. I just found it to be a nice combo of recursion and yield.</description>
		<content:encoded><![CDATA[<p>Rudolf,</p>
<p>Not really an advantage over anything, this is just a code snippet illustrating how to get all parent nodes of a tree. I just found it to be a nice combo of recursion and yield.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudolf Olah</title>
		<link>http://sameshirteveryday.com/2007/09/23/ruby-get-full-history-all-parents-of-a-hash-node/comment-page-1/#comment-1991</link>
		<dc:creator>Rudolf Olah</dc:creator>
		<pubDate>Mon, 24 Sep 2007 23:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/09/23/ruby-get-full-history-all-parents-of-a-hash-node/#comment-1991</guid>
		<description>What&#039;s the advantage of this over using a binary search tree? Is it faster?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the advantage of this over using a binary search tree? Is it faster?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
