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