class RorVsWild::Locator
def relevant_path?(path)
Experimental RBS support (using type sampling data from the type_fusion
project).
def relevant_path?: (String path) -> false
This signature was generated using 2 samples from 1 application.
def relevant_path?(path) path.start_with?(current_path) && !irrelevant_path?(path) end