# File lib/rack/static.rb, line 55
    def can_serve(path)
      route_file(path) || overwrite_file_path(path)
    end