Module: Rack::Noncache

Defined in:
lib/rack/noncache.rb

Class Method Summary collapse

Class Method Details

.new(backend, options = {}, &b) ⇒ Object



8
9
10
# File 'lib/rack/noncache.rb', line 8

def self.new(backend, options={}, &b)
  Engine.new(backend, options, &b)
end