class RuboCop::Cop::Layout::LineEndStringConcatenationIndentation
def always_indented?(dstr_node)
def always_indented?(dstr_node) PARENT_TYPES_FOR_INDENTED.include?(dstr_node.parent&.type) end
def always_indented?(dstr_node) PARENT_TYPES_FOR_INDENTED.include?(dstr_node.parent&.type) end