# File lib/gitlab/file_response.rb, line 36 def respond_to_missing?(method_name, include_private = false) super || @file.respond_to?(method_name, include_private) end