# File lib/mocha/expectation.rb, line 44
44:     def times(range)
45:       @cardinality = Cardinality.times(range)
46:       self
47:     end