<?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: Simple global settings for your Rails app</title>
	<atom:link href="http://yanpritzker.com/2007/12/17/simple-global-settings-for-your-rails-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://yanpritzker.com/2007/12/17/simple-global-settings-for-your-rails-app/</link>
	<description>photographer, entrepreneur, software engineer, musician, skier</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:01:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Yan</title>
		<link>http://yanpritzker.com/2007/12/17/simple-global-settings-for-your-rails-app/comment-page-1/#comment-9864</link>
		<dc:creator>Yan</dc:creator>
		<pubDate>Wed, 19 Dec 2007 17:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2007/12/17/simple-global-settings-for-your-rails-app/#comment-9864</guid>
		<description>Oops! I modified the pastie to reflect changes. I forgot I was using an extension that made all my hashes dot-accessible.

# turn hashes into openstruct-like objects with dotted access
class Hash
  def method_missing(meth, *args, &amp;block)
    if args.size == 0
      self[meth.to_s] &#124;&#124; self[meth.to_sym]
    end
  end
end
</description>
		<content:encoded><![CDATA[<p>Oops! I modified the pastie to reflect changes. I forgot I was using an extension that made all my hashes dot-accessible.</p>
<p># turn hashes into openstruct-like objects with dotted access<br />
class Hash<br />
  def method_missing(meth, *args, &amp;block)<br />
    if args.size == 0<br />
      self[meth.to_s] || self[meth.to_sym]<br />
    end<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Anderson</title>
		<link>http://yanpritzker.com/2007/12/17/simple-global-settings-for-your-rails-app/comment-page-1/#comment-9863</link>
		<dc:creator>George Anderson</dc:creator>
		<pubDate>Wed, 19 Dec 2007 14:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2007/12/17/simple-global-settings-for-your-rails-app/#comment-9863</guid>
		<description>The dotted notation doesn&#039;t seem to work: 

http://pastie.caboo.se/130483

Or am I missing something?</description>
		<content:encoded><![CDATA[<p>The dotted notation doesn&#8217;t seem to work: </p>
<p><a href="http://pastie.caboo.se/130483" rel="nofollow">http://pastie.caboo.se/130483</a></p>
<p>Or am I missing something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

