# File lib/rack/static.rb, line 102 def route_file(path) @urls.kind_of?(Array) && @urls.any? { |url| path.index(url) == 0 } end