<?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: Diving into ruby object model : Part 1</title>
	<atom:link href="http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/</link>
	<description>Because programming should be fun</description>
	<lastBuildDate>Thu, 15 Jul 2010 19:48:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Niko</title>
		<link>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/comment-page-1/#comment-973</link>
		<dc:creator>Niko</dc:creator>
		<pubDate>Wed, 12 May 2010 07:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/#comment-973</guid>
		<description>Nice article, thanks. One important thing: instance-variables on class levels and class-variables are NOT the same. For example the class-variables are visible in all subclasses and can be altered. See http://gist.github.com/398291 and the excellent http://railstips.org/blog/archives/2006/11/18/class-and-instance-variables-in-ruby/</description>
		<content:encoded><![CDATA[<p>Nice article, thanks. One important thing: instance-variables on class levels and class-variables are NOT the same. For example the class-variables are visible in all subclasses and can be altered. See <a href="http://gist.github.com/398291" rel="nofollow">http://gist.github.com/398291</a> and the excellent <a href="http://railstips.org/blog/archives/2006/11/18/class-and-instance-variables-in-ruby/" rel="nofollow">http://railstips.org/blog/archives/2006/11/18/class-and-instance-variables-in-ruby/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/comment-page-1/#comment-870</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 31 Oct 2009 05:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/#comment-870</guid>
		<description>yes.very good!</description>
		<content:encoded><![CDATA[<p>yes.very good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/comment-page-1/#comment-217</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Fri, 18 May 2007 12:30:23 +0000</pubDate>
		<guid isPermaLink="false">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&#039;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&#039;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 &#8211; 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>
	<item>
		<title>By: Jamal</title>
		<link>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/comment-page-1/#comment-216</link>
		<dc:creator>Jamal</dc:creator>
		<pubDate>Fri, 18 May 2007 11:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/#comment-216</guid>
		<description>Yes he could, but it&#039;s just a taste :)</description>
		<content:encoded><![CDATA[<p>Yes he could, but it&#8217;s just a taste :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.rubyfleebie.com/diving-into-ruby-object-model-part-1/comment-page-1/#comment-213</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Thu, 17 May 2007 10:31:50 +0000</pubDate>
		<guid isPermaLink="false">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>
</channel>
</rss>
