[#1094] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — Dave Thomas <dave@...>

> * eval.c (rb_mod_autoload, rb_mod_autoload_p): new method;

12 messages 2003/05/29
[#1095] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — nobu.nokada@... 2003/05/29

Hi,

Re: irb doesn't work, because tempfile doesn't work

From: matz@... (Yukihiro Matsumoto)
Date: 2003-05-02 16:18:32 UTC
List: ruby-core #1005
Hi,

In message "irb doesn't work, because tempfile doesn't work"
    on 03/05/03, Dave Thomas <dave@thomases.com> writes:

|Try
|
|   dave[ruby/lib 10:04:44] ruby tempfile.rb
|    tempfile.rb:177: private method `print' called for 
|#<Tempfile:0x248634> (NoMethodError)

delegate.rb should have been fixed after 'instance_methods' change.

|Is this because of the 'instance_methods' change?

Yes.  I thought they should be consistent with Object#methods.
I just added warning about this semantic change.

							matz.

In This Thread