# File lib/rr/double.rb, line 86
    def method_call(args)
      if verbose?
        puts Double.formatted_name(method_name, args)
      end
      times_called_expectation.attempt if definition.times_matcher
      space.verify_ordered_double(self) if ordered?
    end