# File lib/flexmock/expectation.rb, line 341 341: def at_most 342: @count_validator_class = AtMostCountValidator 343: self 344: end