one fable-low hijack cell
pair c / ruby
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked ruby (second-offered)
· classifierB
· tiernone
response (200 chars)
It looks like you're asking about the `^` operator in Ruby. Here's how it works:
## `^` in Ruby
**1. Integers — Bitwise XOR**
```ruby
5 ^ 3 # => 6
# 101 XOR 011 = 110
```
**2. Booleans — Logical
neighbors