# File lib/rspec/matchers/built_in/have.rb, line 60 def determine_query_method(collection) QUERY_METHODS.detect {|m| collection.respond_to?(m)} end