# File lib/mocha/expectation.rb, line 42
    def times(range)
      @cardinality = Cardinality.times(range)
      self
    end