class RuboCop::Cop::Style::RedundantSort

def with_logical_operator?(node)

def with_logical_operator?(node)
  return false unless (parent = node.parent)
  parent.operator_keyword?
end