class RuboCop::Cop::Style::EachWithObject

def simple_method_arg?(method_arg)

def simple_method_arg?(method_arg)
  method_arg&.basic_literal?
end