class RSpec::Mocks::MessageExpectation

def with(*args, &block)

def with(*args, &block)
  @return_block = block if block_given?
  @args_expectation = ArgumentExpectation.new(*args, &block)
  self
end