class Rack::Static

def add_index_root?(path)

def add_index_root?(path)
  @index && route_file(path) && path.end_with?('/')
end