module RuboCop::Cop::MultilineExpressionIndentation
def valid_method_rhs_candidate?(candidate, node)
def valid_method_rhs_candidate?(candidate, node) node.setter_method? && valid_rhs_candidate?(candidate, node.last_argument) end
def valid_method_rhs_candidate?(candidate, node) node.setter_method? && valid_rhs_candidate?(candidate, node.last_argument) end