# File lib/mocha/cardinality.rb, line 10
      def at_least(count)
        new(count, INFINITY)
      end