# File lib/flexmock.rb, line 434 434: def verify_call(*args) 435: validate_order 436: @actual_count += 1 437: @return_block.call(*args) 438: end