module Rack::NonCache
Constants
- VERSION
Public Class Methods
new(backend, opts = {}, &b)
click to toggle source
# File lib/rack/noncache.rb, line 7 def self.new(backend, opts = {}, &b) Engine.new(backend, opts, &b) end