class RorVsWild::Locator

def irrelevant_path?(path)

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

def irrelevant_path?: (String path) -> false

This signature was generated using 5 samples from 1 application.

def irrelevant_path?(path)
  path.start_with?(*lib_paths)
end