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