# File lib/flexmock/expectation.rb, line 52
52:     def verify_call(*args)
53:       validate_order
54:       @actual_count += 1
55:       @return_block.call(*args)
56:     end