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?

_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to