Method: Gin::App.source_file

Defined in:
lib/gin/app.rb

.source_fileObject

Returns the source file of the current app.



104
105
106
# File 'lib/gin/app.rb', line 104

def self.source_file
  @source_file
end