<?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: 3 steps to understand how classes and objects work in ruby</title>
	<link>http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/</link>
	<description>Because programming should be fun</description>
	<pubDate>Mon, 08 Sep 2008 09:18:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Gary Wright</title>
		<link>http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/#comment-44</link>
		<author>Gary Wright</author>
		<pubDate>Fri, 30 Mar 2007 23:59:29 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/#comment-44</guid>
					<description>&#62; An anonymous Fixnum instance is created and initialized with the decimal value 5

This is inaccurate.  A Fixnum instance doesn'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>
	<item>
		<title>By: Frank</title>
		<link>http://www.rubyfleebie.com/3-steps-to-understand-how-classes-and-objects-work-in-ruby/#comment-47</link>
		<author>Frank</author>
		<pubDate>Sat, 31 Mar 2007 13:23:15 +0000</pubDate>
		<guid>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'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: 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-342</link>
		<author>Ruby Rocks! -- à la Francois Montagne &#124; Montreal Tech Watch</author>
		<pubDate>Mon, 13 Aug 2007 19:05:35 +0000</pubDate>
		<guid>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>[&#8230;] 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 [&#8230;]</p>
]]></content:encoded>
				</item>
</channel>
</rss>
