# File lib/rr/spy_verification.rb, line 47 def set_argument_expectation_for_args(args) # with_no_args and with actually set @argument_expectation args.empty? ? with_no_args : with(*args) end