# File lib/mocha/cardinality.rb, line 9
 9:       def exactly(count)
10:         new(count, count)
11:       end