with_arity()
private
Hide source
# File lib/spec/matchers/respond_to.rb, line 47 def with_arity @expected_arity.nil?? "" : " with #{@expected_arity} argument#{@expected_arity == 1 ? '' : 's'}" end