# File lib/mocha/expectation.rb, line 130 def at_least(minimum_number_of_times) @cardinality = Cardinality.at_least(minimum_number_of_times) self end