# File lib/flexmock.rb, line 340
340:     def initialize(expectation, limit)
341:       @exp = expectation
342:       @limit = limit
343:     end