# File lib/flexmock/expectation.rb, line 327 327: def at_most 328: @count_validator_class = AtMostCountValidator 329: self 330: end