class RSpec::Mocks::ErrorGenerator

def raise_wrong_arity_error(args_to_yield, arity)

Other tags:
    Private: -
def raise_wrong_arity_error(args_to_yield, arity)
  __raise "#{intro} yielded |#{arg_list(*args_to_yield)}| to block with arity of #{arity}"
end