method
new
rails latest stable - Class:
Rails::Rack::ContentLength
new(app, sendfile=nil)public
No documentation available.
# File railties/lib/rails/rack/content_length.rb, line 10
def initialize(app, sendfile=nil)
@app = app
@sendfile = sendfile
end