[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Attempted roadmap of future instance variables....

Christoph R.

12/2/2003 6:19:00 PM

ts wrote:
...
> C> I think David's logic is impeccable. You cannot subclass the class
> C> Class so the difference of a class instance and a class local
> C> instance variable could never materialize.
>
> Can you reply to [ruby-talk:87003] ?

I guess

"B::m"
"B::_m"
"B::m"
"B::_m"

What would you expect?

/Christoph


1 Answer

ts

12/2/2003 6:22:00 PM

0

>>>>> "C" == Christoph <chr_mail@gmx.net> writes:

C> I guess

C> "B::m"
C> "B::_m"
C> "B::m"
C> "B::_m"

C> What would you expect?


"B::m"
"B::_m"
"B::m"
nil



Guy Decoux