class RSpec::Matchers::BuiltIn::RespondTo::ArityCheck
def matches?(actual, name)
def matches?(actual, name) return true if @expectation.empty? verifier_for(actual, name).with_expectation(@expectation).valid? end
def matches?(actual, name) return true if @expectation.empty? verifier_for(actual, name).with_expectation(@expectation).valid? end