class RorVsWild::Locator

def relevant_path?(path)

def relevant_path?(path)
  path.start_with?(current_path) && !irrelevant_path?(path)
end