# File lib/rspec/mocks/argument_expectation.rb, line 28
      def is_matcher?(obj)
        !null_object?(obj) & obj.respond_to?(:matches?) & obj.respond_to?(:description)
      end