method
with
with(*args, &block)
public
Hide source
# File lib/spec/mocks/message_expectation.rb, line 241 def with(*args, &block) @args_expectation = ArgumentExpectation.new(args, &block) self end