# File lib/rspec/mocks/message_expectation.rb, line 318 def at_least(n, &block) @implementation = block if block set_expected_received_count :at_least, n self end