# File lib/mocha/cardinality.rb, line 13
13:       def at_least(count)
14:         new(count, INFINITY)
15:       end