# File lib/flexmock.rb, line 627 627: def at_least 628: @count_validator_class = AtLeastCountValidator 629: self 630: end