module RuboCop::FileFinder

def self.root_level?(path, stop_dir)

def self.root_level?(path, stop_dir)
  (@root_level || stop_dir) == path.to_s
end