class RuboCop::Cop::Style::ExpandPathArguments

def depth(current_path)

def depth(current_path)
  paths = current_path.split(File::SEPARATOR)
  paths.count { |path| path != '.' }
end