# File lib/mocha/cardinality.rb, line 6
      def exactly(count)
        new(count, count)
      end