<?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: 3 steps to understand how classes and objects work in ruby</title>
	<atom:link href="http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/</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: Ruby Rocks! -- à la Francois Montagne &#124; Montreal Tech Watch</title>
		<link>http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/comment-page-1/#comment-342</link>
		<dc:creator>Ruby Rocks! -- à la Francois Montagne &#124; Montreal Tech Watch</dc:creator>
		<pubDate>Mon, 13 Aug 2007 19:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/#comment-342</guid>
		<description>[...] object. If you want to know more about that feature, I suggest that you read the following posts : 3 steps to understand how classes and objects work in ruby, Diving into ruby object model : Part 1, Diving into ruby object model : Part [...]</description>
		<content:encoded><![CDATA[<p>[...] object. If you want to know more about that feature, I suggest that you read the following posts : 3 steps to understand how classes and objects work in ruby, Diving into ruby object model : Part 1, Diving into ruby object model : Part [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/comment-page-1/#comment-47</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 31 Mar 2007 13:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/#comment-47</guid>
		<description>Gary,

I realize you are right. I&#039;m going to update my post about that.</description>
		<content:encoded><![CDATA[<p>Gary,</p>
<p>I realize you are right. I&#8217;m going to update my post about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Wright</title>
		<link>http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/comment-page-1/#comment-44</link>
		<dc:creator>Gary Wright</dc:creator>
		<pubDate>Fri, 30 Mar 2007 23:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/#comment-44</guid>
		<description>&gt; An anonymous Fixnum instance is created and initialized with the decimal value 5

This is inaccurate.  A Fixnum instance doesn&#039;t contain a value, it *is* a value.
5 is simply the name of the particular fixnum that behaves like the number 5.  There is only one such fixnum in the same way that there is only one number 5.</description>
		<content:encoded><![CDATA[<p>&gt; An anonymous Fixnum instance is created and initialized with the decimal value 5</p>
<p>This is inaccurate.  A Fixnum instance doesn&#8217;t contain a value, it *is* a value.<br />
5 is simply the name of the particular fixnum that behaves like the number 5.  There is only one such fixnum in the same way that there is only one number 5.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
