class RuboCop::Cop::Style::CommentAnnotation

def concat_length(*args)

def concat_length(*args)
  args.reduce(0) { |acc, elem| acc + elem.to_s.length }
end