Method: Nitro::Session.setup
- Defined in:
- lib/nitro/session.rb
.setup(type = Session.cache_type) ⇒ Object
Load the correct Session specialization according to the cache type.
86 87 88 89 |
# File 'lib/nitro/session.rb', line 86 def setup(type = Session.cache_type) # gmosx: RDoc friendly. require 'nitro/session/' + type.to_s end |