# File lib/flexmock.rb, line 559
559:     def at_least
560:       @count_validator_class = AtLeastCountValidator
561:       self
562:     end