On 9/27/07, Manfred Stienstra <[EMAIL PROTECTED]> wrote: > > On Sep 27, 2007, at 7:35 PM, John Beppu wrote: > > ^for this reason, you can't really use ruby2ruby in anything > > serious. nil.method_missing prevents a lot of exceptions from > > being thrown, and there's a lot of code out their that legitimately > > needs those exceptions to be thrown for correct behavior. > > require 'ruby2ruby' > class NilClass > undef method_missing > end > > Solved?
I don't know. What if ruby2ruby relied on the other behaviour?
_______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

