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