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