# File lib/vcr/util/logger.rb, line 22
    def response_summary(response)
      "[#{response.status.code} #{response.body[0, 80].inspect}]"
    end