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