Method: Sinatra::Base.settings
- Defined in:
- lib/sinatra/base.rb
permalink .settings ⇒ Object
Access settings defined with Base.set.
1019 1020 1021 |
# File 'lib/sinatra/base.rb', line 1019 def self.settings self end |
Access settings defined with Base.set.
1019 1020 1021 |
# File 'lib/sinatra/base.rb', line 1019 def self.settings self end |