From: muraken@... Date: 2019-01-24T02:20:22+00:00 Subject: [ruby-core:91241] [Ruby trunk Feature#15559] Logical XOR (^^) operator Issue #15559 has been updated by mrkn (Kenta Murata). I think `!=` is easier to understand than `^^`. ---------------------------------------- Feature #15559: Logical XOR (^^) operator https://bugs.ruby-lang.org/issues/15559#change-76486 * Author: baweaver (Brandon Weaver) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- Currently we have bitwise `&` and logical `&&`, and bitwise `|` and logical `||`. Would it be possible to have logical `^^` in addition to the bitwise `^` for XOR? -- https://bugs.ruby-lang.org/ Unsubscribe: