class RSpec::Matchers::BuiltIn::RespondTo
def find_failing_method_names(actual, filter_method)
def find_failing_method_names(actual, filter_method) @actual = actual @failing_method_names = @names.__send__(filter_method) do |name| @actual.respond_to?(name) && matches_arity?(actual, name) end end