<?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: Rails Utility Methods</title>
	<atom:link href="http://www.mokisystems.com/blog/rails-utility-methods/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mokisystems.com/blog/rails-utility-methods/</link>
	<description>Addressing such topics as: web programming, design, ruby on rails, cake php, postgresql, linux, seo</description>
	<lastBuildDate>Sat, 12 Nov 2011 05:39:30 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bob</title>
		<link>http://www.mokisystems.com/blog/rails-utility-methods/comment-page-1/#comment-275</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 27 Oct 2008 15:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=41#comment-275</guid>
		<description>reverse_merge is awesome.  The problem I ran into the other day is if the key has a nil value it doesn&#039;t get overwritten.  I can understand why, but kind of lame at the same time.

{:key=&gt;nil}.reverse_merge(:key=&gt;&#039;value&#039;}
=&gt;{:key=&gt;nil}</description>
		<content:encoded><![CDATA[<p>reverse_merge is awesome.  The problem I ran into the other day is if the key has a nil value it doesn&#8217;t get overwritten.  I can understand why, but kind of lame at the same time.</p>
<p>{:key=&gt;nil}.reverse_merge(:key=&gt;&#8217;value&#8217;}<br />
=&gt;{:key=&gt;nil}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

