<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,8 @@ module Kernel
     if respond_to?(method) &amp;&amp; !protected_methods.include?(method.to_s)
       send(method, *args, &amp;block)
     else
-      :foo.generate_a_no_method_error_in_preparation_for_method_missing  # otherwise a NameError might be returned
+      :foo.generate_a_no_method_error_in_preparation_for_method_missing rescue nil
+      # otherwise a NameError might be raised when we call method_missing ourselves
       method_missing(method.to_sym, *args, &amp;block)
     end
   end unless method_defined? :public_send</diff>
      <filename>lib/backports/1.9/kernel.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>46d2a7bd681fafdf2432de1fc293401b54ded130</id>
    </parent>
  </parents>
  <author>
    <name>Marc-Andre Lafortune</name>
    <email>github@marc-andre.ca</email>
  </author>
  <url>http://github.com/marcandre/backports/commit/ad511b6584ffbb96fdaa4ef6f83e12d213b2d9b9</url>
  <id>ad511b6584ffbb96fdaa4ef6f83e12d213b2d9b9</id>
  <committed-date>2009-11-03T21:57:03-08:00</committed-date>
  <authored-date>2009-11-03T21:57:03-08:00</authored-date>
  <message>Passing rubyspecs doesn't mean there aren't any stupid bugs</message>
  <tree>4832c62390c5a69e9b0c4cc1aea05341adff70c4</tree>
  <committer>
    <name>Marc-Andre Lafortune</name>
    <email>github@marc-andre.ca</email>
  </committer>
</commit>
