# File lib/flexmock/expectation_director.rb, line 38 38: def call(*args) 39: exp = find_expectation(*args) 40: FlexMock.check("no matching handler found for " + 41: FlexMock.format_args(@sym, args)) { ! exp.nil? } 42: exp.verify_call(*args) 43: end