<br><br><div><span class="gmail_quote">On 9/27/07, <b class="gmail_sendername">Manfred Stienstra</b> &lt;<a href="mailto:manfred@gmail.com">manfred@gmail.com</a>&gt; 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>&gt; ^for this reason, you can&#39;t really use ruby2ruby in anything<br>&gt; serious.&nbsp;&nbsp;nil.method_missing prevents a lot of exceptions from<br>&gt; being thrown, and there&#39;s a lot of code out their that legitimately
<br>&gt; needs those exceptions to be thrown for correct behavior.<br><br>require &#39;ruby2ruby&#39;<br>class NilClass<br>&nbsp;&nbsp; undef method_missing<br>end<br><br>Solved?</blockquote><div><br><br>I don&#39;t know.&nbsp; What if ruby2ruby relied on the other behaviour?
<br>&nbsp;</div><br></div>