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