<?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: How to add methods to existing classes</title>
	<atom:link href="http://www.rubyfleebie.com/how-to-add-methods-to-existing-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubyfleebie.com/how-to-add-methods-to-existing-classes/</link>
	<description>Because programming should be fun</description>
	<lastBuildDate>Wed, 04 Jan 2012 05:17:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to add methods to existing classes</title>
		<link>http://www.rubyfleebie.com/how-to-add-methods-to-existing-classes/comment-page-1/#comment-1139</link>
		<dc:creator>How to add methods to existing classes</dc:creator>
		<pubDate>Fri, 10 Dec 2010 05:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/?p=76#comment-1139</guid>
		<description>[...] ruby application that allow people to know information about every competing horses. I have an...  [full post]    Frank     Ruby Fleebie   short &amp; sweet            0        0        0        0        0       [...]</description>
		<content:encoded><![CDATA[<p>[...] ruby application that allow people to know information about every competing horses. I have an&#8230;  [full post]    Frank     Ruby Fleebie   short &amp; sweet            0        0        0        0        0       [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vps</title>
		<link>http://www.rubyfleebie.com/how-to-add-methods-to-existing-classes/comment-page-1/#comment-1035</link>
		<dc:creator>vps</dc:creator>
		<pubDate>Sat, 02 Oct 2010 04:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/?p=76#comment-1035</guid>
		<description>I think you manage your coding very well, it is tight, and simple.  Mine is a mess, so no offensive comment here.</description>
		<content:encoded><![CDATA[<p>I think you manage your coding very well, it is tight, and simple.  Mine is a mess, so no offensive comment here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.rubyfleebie.com/how-to-add-methods-to-existing-classes/comment-page-1/#comment-1017</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 01 Jul 2010 17:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/?p=76#comment-1017</guid>
		<description>class String
  def horse
    HORSES.detect { &#124;h&#124; h[:name] == self &#124;&#124; h[:also_known_as].include?(self) }
  end
end</description>
		<content:encoded><![CDATA[<p>class String<br />
  def horse<br />
    HORSES.detect { |h| h[:name] == self || h[:also_known_as].include?(self) }<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.rubyfleebie.com/how-to-add-methods-to-existing-classes/comment-page-1/#comment-1011</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 29 Jun 2010 20:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/?p=76#comment-1011</guid>
		<description>Remember people to be nice in your comments. I have no problem if you formulate a constructive remark but offensive comments will be removed as soon as they get here. You stay polite or you go elsewhere, it&#039;s that simple. Now I will put an emoticon to convince you all that I am not angry: :)</description>
		<content:encoded><![CDATA[<p>Remember people to be nice in your comments. I have no problem if you formulate a constructive remark but offensive comments will be removed as soon as they get here. You stay polite or you go elsewhere, it&#8217;s that simple. Now I will put an emoticon to convince you all that I am not angry: :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

