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.