# File lib/mocha/cardinality.rb, line 17
17:       def at_most(count)
18:         new(0, count)
19:       end