# File lib/flexmock/validators.rb, line 20 20: def initialize(expectation, limit) 21: @exp = expectation 22: @limit = limit 23: end