class Rack::Static

def can_serve(path)

def can_serve(path)
  route_file(path) || overwrite_file_path(path)
end