# File lib/flexmock/expectation.rb, line 328
328:     def at_least
329:       @count_validator_class = AtLeastCountValidator
330:       self
331:     end