class RuboCop::Cop::Style::LineEndConcatenation

def eligible_operator?(operator)

def eligible_operator?(operator)
  CONCAT_TOKEN_TYPES.include?(operator.type)
end