class RuboCop::Cop::Layout::IndentAssignment
def check_assignment(node, rhs)
def check_assignment(node, rhs) return unless rhs return unless node.loc.operator return if node.loc.operator.line == rhs.first_line base = display_column(node.source_range) check_alignment([rhs], base + configured_indentation_width) end