class RuboCop::Cop::Lint::RedundantDirGlobSort

def multiple_argument?(glob_method)

def multiple_argument?(glob_method)
  glob_method.arguments.count >= 2 || glob_method.first_argument&.splat_type?
end