[#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,

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

From: Dave Thomas <dave@...>
Date: 2003-05-02 15:06:46 UTC
List: ruby-core #1004
Try

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

Then try

   dave[ruby/lib 10:05:48] irb
   /usr/local/lib/ruby/1.8/irb/locale.rb:134:in `real_load': private 
method `print' called for #<Tempfile:0x2a7484> (NoMethodError)
         from /usr/local/lib/ruby/1.8/irb/locale.rb:132:in `foreach'
         from /usr/local/lib/ruby/1.8/irb/locale.rb:132:in `real_load'


Is this because of the 'instance_methods' change?

Cheers


Dave


In This Thread

Prev Next