# File lib/flexmock/expectation.rb, line 222
222:     def at_least
223:       @count_validator_class = AtLeastCountValidator
224:       self
225:     end