--0016e6434466d9fa81046fc4df01
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

I suggest you go the the Pragmatic Programmer's bookshelf and get the
Pickaxe book, Programming
Ruby<http://pragprog.com/titles/ruby/programming-ruby>.
This is a very good book, very readable.  You will enjoy it.

2009/7/28 Hunt Hunt <aksn18july / gmail.com>

> Hi friends,
>
> I am a new ruby programmer. I have a question for all of you,
>
> class ABC
>
> end
>
> As I read that Ruby is made in C. I checked the file class.c
>
> There one structure is defined as RClass
>
>
> struct RClass
> {
>   struct RBasic basic;
>   struct st_table *iv_tbl
>   struct st_table *m_tbl;
>  Value super
> }
>
> when we defined a class in Ruby how does the things happen at
> fundamental level.
>
> ???
> how ABC is a class in RUBY?
> --
> Posted via http://www.ruby-forum.com/.
>
>


-- 
Regards,

Ken

Seek wisdom through disbelief

--0016e6434466d9fa81046fc4df01--