Method: Gitlab::FileResponse#empty?

Defined in:
lib/gitlab/file_response.rb

#empty?bool

Returns Always false.

Returns:

  • (bool)

    Always false


15
16
17
# File 'lib/gitlab/file_response.rb', line 15

def empty?
  false
end