<br><br><div><span class="gmail_quote">On 9/27/07, <b class="gmail_sendername">Manfred Stienstra</b> <<a href="mailto:manfred@gmail.com">manfred@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sep 27, 2007, at 7:35 PM, John Beppu wrote:<br>> ^for this reason, you can't really use ruby2ruby in anything<br>> serious. nil.method_missing prevents a lot of exceptions from<br>> being thrown, and there's a lot of code out their that legitimately
<br>> needs those exceptions to be thrown for correct behavior.<br><br>require 'ruby2ruby'<br>class NilClass<br> undef method_missing<br>end<br><br>Solved?</blockquote><div><br><br>I don't know. What if ruby2ruby relied on the other behaviour?
<br> </div><br></div>