class ActionDispatch::Static

def initialize(app, root)

def initialize(app, root)
  @app = app
  @file_server = ::Rack::File.new(root)
end