<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Diving into ruby object model : Part 1</title>
	<link>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/</link>
	<description>Because programming should be fun</description>
	<pubDate>Tue, 06 Jan 2009 04:23:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Kris</title>
		<link>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/#comment-213</link>
		<author>Kris</author>
		<pubDate>Thu, 17 May 2007 10:31:50 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/#comment-213</guid>
					<description>Instead of:

def MyClass.my_class_method

I think you can also use:

def self.my_class_method</description>
		<content:encoded><![CDATA[<p>Instead of:</p>
<p>def MyClass.my_class_method</p>
<p>I think you can also use:</p>
<p>def self.my_class_method</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jamal</title>
		<link>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/#comment-216</link>
		<author>Jamal</author>
		<pubDate>Fri, 18 May 2007 11:35:48 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/#comment-216</guid>
					<description>Yes he could, but it's just a taste :)</description>
		<content:encoded><![CDATA[<p>Yes he could, but it&#8217;s just a taste <img src='http://www.rubyfleebie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/#comment-217</link>
		<author>Kris</author>
		<pubDate>Fri, 18 May 2007 12:30:23 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/#comment-217</guid>
					<description>Agreed. Actually there is another article on this site saying the exact same thing - I didn't see it prior to posting! I personally prefer self because I think it is more explanatory of what it is plus if you ever change the class name then you don't need to do a find/replace.</description>
		<content:encoded><![CDATA[<p>Agreed. Actually there is another article on this site saying the exact same thing - I didn&#8217;t see it prior to posting! I personally prefer self because I think it is more explanatory of what it is plus if you ever change the class name then you don&#8217;t need to do a find/replace.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
