method
with

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