Camping and ruby2ruby
Manfred Stienstra
manfred at gmail.com
Thu Sep 27 14:08:11 EDT 2007
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?
More information about the Camping-list
mailing list