# File lib/flexmock.rb, line 416 416: def validate(n) 417: assert_equal @limit, n, 418: "method '#{@exp}' called incorrect number of times" 419: end