Method: Gitlab::FileResponse#initialize
- Defined in:
- lib/gitlab/file_response.rb
#initialize(file) ⇒ FileResponse
10 11 12 |
# File 'lib/gitlab/file_response.rb', line 10 def initialize(file) @file = file end |
10 11 12 |
# File 'lib/gitlab/file_response.rb', line 10 def initialize(file) @file = file end |