Class: Shilling::Service
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Shilling::Service
- 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
.banner ⇒ Object
7 8 9 |
# File 'lib/shilling/service.rb', line 7 def self. "shilling/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}] on Sinatra/#{Sinatra::VERSION} (#{ENV['RACK_ENV']})" end |