class RSpec::Mocks::MessageExpectation
def at_most(n, &block)
def at_most(n, &block) @method_block = block if block set_expected_received_count :at_most, n self end
def at_most(n, &block) @method_block = block if block set_expected_received_count :at_most, n self end