# File lib/flexmock/validators.rb, line 23 23: def initialize(expectation, limit) 24: @exp = expectation 25: @limit = limit 26: end