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