<?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: random pronounceable strings in ruby</title>
	<atom:link href="http://e-huned.com/2008/10/13/random-pronounceable-strings-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://e-huned.com/2008/10/13/random-pronounceable-strings-in-ruby/</link>
	<description>huned botee</description>
	<lastBuildDate>Tue, 08 Dec 2009 17:52:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: huned</title>
		<link>http://e-huned.com/2008/10/13/random-pronounceable-strings-in-ruby/comment-page-1/#comment-4067</link>
		<dc:creator>huned</dc:creator>
		<pubDate>Tue, 14 Oct 2008 07:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://e-huned.com/?p=301#comment-4067</guid>
		<description>b&#039;jam indeed!</description>
		<content:encoded><![CDATA[<p>b&#8217;jam indeed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: visnu</title>
		<link>http://e-huned.com/2008/10/13/random-pronounceable-strings-in-ruby/comment-page-1/#comment-4066</link>
		<dc:creator>visnu</dc:creator>
		<pubDate>Tue, 14 Oct 2008 07:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://e-huned.com/?p=301#comment-4066</guid>
		<description>alphabet = (&#039;a&#039; .. &#039;z&#039;).to_a
vowels = %w/ a e i o u /
consonants = alphabet - vowels

and since you have activesupport,

consonants.rand picks a random one

b&#039;jam!</description>
		<content:encoded><![CDATA[<p>alphabet = (&#8216;a&#8217; .. &#8216;z&#8217;).to_a<br />
vowels = %w/ a e i o u /<br />
consonants = alphabet &#8211; vowels</p>
<p>and since you have activesupport,</p>
<p>consonants.rand picks a random one</p>
<p>b&#8217;jam!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
