method
with
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
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