class Rack::Static

def route_file(path)

Experimental RBS support (using type sampling data from the type_fusion project).

def route_file: (String path) -> false

This signature was generated using 1 sample from 1 application.

def route_file(path)
  @urls.kind_of?(Array) && @urls.any? { |url| path.index(url) == 0 }
end