Class: Shilling::Service

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/shilling/service.rb

Constant Summary collapse

PUBLIC_FOLDER =
"#{Shilling.root}/lib/shilling/public"
VIEWS_FOLDER =
"#{Shilling.root}/lib/shilling/views"

Class Method Summary collapse

Class Method Details



7
8
9
# File 'lib/shilling/service.rb', line 7

def self.banner
  "shilling/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}] on Sinatra/#{Sinatra::VERSION} (#{ENV['RACK_ENV']})"
end