# File lib/gitlab/file_response.rb, line 41 def parse_headers!(headers) @filename = headers[HEADER_CONTENT_DISPOSITION].split("filename=")[1] end