# File lib/flexmock.rb, line 397
397:     def initialize(expectation, limit)
398:       @exp = expectation
399:       @limit = limit
400:     end