# File lib/rspec/matchers/built_in/have.rb, line 87
        def respond_to?(m)
          @expected.respond_to?(m) || super
        end