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