method
with
1.1.4 -
Show latest stable
- Class:
Spec::Mocks::MessageExpectation
with(*args, &block)public
No documentation available.
# 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