<?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: Map and to_proc to easier capitalize array of strings</title>
	<atom:link href="http://www.wetware.co.nz/2009/04/map-and-to_proc-to-easier-capitalize-array-of-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz/2009/04/map-and-to_proc-to-easier-capitalize-array-of-strings/</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:29:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tomraider</title>
		<link>http://www.wetware.co.nz/2009/04/map-and-to_proc-to-easier-capitalize-array-of-strings/comment-page-1/#comment-2318</link>
		<dc:creator>Tomraider</dc:creator>
		<pubDate>Wed, 09 Sep 2009 04:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=170#comment-2318</guid>
		<description>Try using .titleize instead of capitalize.

&lt;code&gt;
&gt;&gt; &quot;new plymouth&quot;.capitalize
=&gt; &quot;New plymouth&quot;
&gt;&gt; &quot;new plymouth&quot;.titleize
=&gt; &quot;New Plymouth&quot;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Try using .titleize instead of capitalize.</p>
<div class="codesnip-container" >>> &#8220;new plymouth&#8221;.capitalize<br />
=> &#8220;New plymouth&#8221;<br />
>> &#8220;new plymouth&#8221;.titleize<br />
=> &#8220;New Plymouth&#8221;</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.wetware.co.nz/2009/04/map-and-to_proc-to-easier-capitalize-array-of-strings/comment-page-1/#comment-146</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 05 Apr 2009 11:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=170#comment-146</guid>
		<description>looks like you&#039;ve got the html code showing instead of just an ampersand..</description>
		<content:encoded><![CDATA[<p>looks like you&#8217;ve got the html code showing instead of just an ampersand..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

