From: James Edward Gray II Date: 2005-07-13T03:33:28+09:00 Subject: Re: Standard Library Warnings On Jul 12, 2005, at 11:50 AM, daz wrote: > > James Edward Gray II wrote: > >> On Jul 12, 2005, at 9:30 AM, daz wrote: >> >> >>> Are you referring to this as the hack (in Class SortedSet) ? >>> def setup # :nodoc: >>> >> >> No, I was referring to the one just a few lines down: >> >> module_eval { >> # a hack to shut up warning >> alias old_init initialize >> remove_method :old_init >> } >> > > > Ah. That's not in my freeride build. Thank you. The was the hint I needed. The above hack is missing in the current versions of Ruby. I found it in my old CVS checkout, so it was it there once upon a time. Using it DOES eliminate the warning, which is why I couldn't figure out what to patch. ;) Can any Ruby core gurus tell me why this was removed? James Edward Gray II