[#3726] Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...>

Hi --

15 messages 2004/11/12
[#3749] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3751] Re: Fixnum#clone and Float#clone raise different exceptions — Yukihiro Matsumoto <matz@...> 2004/11/16

Hi,

[#3752] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3785] The latest 1.8.2 cvs prints parse error when starting extension compiling — Yukihiro Matsumoto <matz@...>

Hi,

13 messages 2004/11/23
[#3787] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling — Johan Holmberg <holmberg@...> 2004/11/23

Bug with ri Object#singleton_method_added

From: Austin Ziegler <halostatue@...>
Date: 2004-11-29 13:53:10 UTC
List: ruby-core #3848
C:\home>ri Object#singleton_method_added
------------------------------------------ Object#singleton_method_added
     singleton_method_undefined(symbol)
------------------------------------------------------------------------
     Document-method: singleton-method-undefined

      Invoked as a callback whenever a singleton method is undefined in
      the receiver.

         module Chatty
           def Chatty.singleton_method_undefined(id)
             puts "Undefining #{id.id2name}"
           end
           def Chatty.one()   end
           class << self
              undef_method(:one)
           end
         end

      <em>produces:</em>

         Undefining one

It's obviously showing the wrong callback.
-- 
Austin Ziegler * halostatue@gmail.com
               * Alternate: austin@halostatue.ca

In This Thread

Prev Next