class RuboCop::Cop::Layout::SpaceAroundOperators
def offense(operator, with_space, right_operand)
def offense(operator, with_space, right_operand) msg = offense_message(operator, with_space, right_operand) yield msg if msg end
def offense(operator, with_space, right_operand) msg = offense_message(operator, with_space, right_operand) yield msg if msg end