class RuboCop::Cop::Layout::SpaceAroundOperators
def on_binary(node)
def on_binary(node) _, rhs, = *node return unless rhs check_operator(node.loc.operator, rhs.source_range) end
def on_binary(node) _, rhs, = *node return unless rhs check_operator(node.loc.operator, rhs.source_range) end