Method: Rack::Jasmine::CacheControl#initialize
- Defined in:
- lib/rack/jasmine/cache_control.rb
#initialize(app) ⇒ CacheControl
Returns a new instance of CacheControl.
5 6 7 |
# File 'lib/rack/jasmine/cache_control.rb', line 5 def initialize(app) @app, @content_type = app end |