<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,7 +22,8 @@ module Spec
         end
       end
       
-      def respond_to?(sym)
+      # NOTE - we don't need the second arg, but extenders do: http://www.ruby-doc.org/core/classes/Object.html#M000604
+      def respond_to?(sym, include_private_data=false)
         MethodDispatcher.new(self.class.described_module).respond_to?(sym) ? true : super
       end
       </diff>
      <filename>lib/spec/example/module_inclusion_warnings.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>87643a09bea317c03756c8f92e5f2d605e4b7b84</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/rspec/commit/69e0fd3bde6f32b36202864646f8b640c62249a7</url>
  <id>69e0fd3bde6f32b36202864646f8b640c62249a7</id>
  <committed-date>2008-06-29T20:12:03-07:00</committed-date>
  <authored-date>2008-06-29T20:12:03-07:00</authored-date>
  <message>Add 2nd arg to respond_to? to align w/ core Ruby rdoc: http://www.ruby-doc.org/core/classes/Object.html#M000604

[#450 state:resolved milestone:&quot;1.1.5&quot;]</message>
  <tree>bfe4b512e94e8303096c01b168c68575cb9bd8ff</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
