class RSpec::Matchers::BuiltIn::RespondTo

def matches?(actual)

Other tags:
    Private: -
def matches?(actual)
  find_failing_method_names(actual, :reject).empty?
end