class RuboCop::Cop::Style::MultilineOperationIndentation
def incorrect_style_detected(range, node, lhs, rhs)
def incorrect_style_detected(range, node, lhs, rhs) add_offense(range, range, message(node, lhs, rhs)) do if offending_range(node, lhs, rhs, alternative_style) unrecognized_style_detected else opposite_style_detected end end end