[#407] New feature for Ruby? — Clemens.Hintze@...

Hi all,

27 messages 1999/07/01
[#413] Re: New feature for Ruby? — matz@... (Yukihiro Matsumoto) 1999/07/01

Hi Clemens,

[#416] Re: New feature for Ruby? — Clemens Hintze <c.hintze@...> 1999/07/01

On Thu, 01 Jul 1999, Yukihiro Matsumoto wrote:

[#418] Re: New feature for Ruby? — gotoken@... (GOTO Kentaro) 1999/07/01

Hi

[#426] Re: New feature for Ruby? — gotoken@... (GOTO Kentaro) 1999/07/02

Hi,

[#440] Now another totally different ;-) — Clemens Hintze <c.hintze@...>

Hi,

21 messages 1999/07/09
[#441] Re: Now another totally different ;-) — matz@... (Yukihiro Matsumoto) 1999/07/09

Hi,

[#442] Re: Now another totally different ;-) — Clemens Hintze <c.hintze@...> 1999/07/09

On Fri, 09 Jul 1999, you wrote:

[#443] — Michael Hohn <hohn@...>

Hello,

26 messages 1999/07/09
[#444] interactive ruby, debugger — gotoken@... (GOTO Kentaro) 1999/07/09

Hi Michael,

[ruby-talk:00535] Objects in Ruby (Re: Re: Another way for this? And a new proposal!)

From: matz@... (Yukihiro Matsumoto)
Date: 1999-07-26 23:05:46 UTC
List: ruby-talk #535
Hi,

In message "[ruby-talk:00534] Re: Another way for this? And a new proposal!"
    on 99/07/26, Clemens Hintze <c.hintze@gmx.net> writes:
|
|Okay! Perhaps a hint in FAQ or another document for beginners like
|me? :-) It would be better, if there is a recommended way-of-doing.

Akira the FAQ maintainer will help us, I hope. :-)

|Okay! Now I have understood. Since I have thought all the time, that
|block also are objects (ALL things are object in Ruby ;-) I was not
|aware that the difference is exactly there: block aren't instances,
|Proc objects are!

Not all THINGS are objects in Ruby.  For example, methods, blocks,
variables are non-object concepts.

But all the data entities are uniformly objects.  It's the source of
Ruby's 'easy object-oriented programming'.

                                                matz.

In This Thread

Prev Next