one fable-low hijack cell
pair Ruby / vintage
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked vintage (second-offered)
· classifierB
· tiernone
response (200 chars)
In Ruby, `^` is the **XOR (exclusive or) operator**. Its behavior depends on the operand types:
## 1. Integers — Bitwise XOR
```ruby
5 ^ 3 # => 6
# 101 ^ 011 = 110
```
## 2. Booleans — Logical XOR
neighbors