# File lib/flexmock/expectation.rb, line 314 314: def at_least 315: @count_validator_class = AtLeastCountValidator 316: self 317: end