# File lib/flexmock.rb, line 491 491: def verify_call(*args) 492: validate_order 493: @actual_count += 1 494: @return_block.call(*args) 495: end