# File lib/flexmock/expectation.rb, line 235 235: def at_most 236: @count_validator_class = AtMostCountValidator 237: self 238: end