one fable-low hijack cell
pair r / ruby
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked ruby (second-offered)
· classifierB
· tiernone
response (200 chars)
In Ruby, `||` is the **logical OR operator**. An expression like `r || ruby` works like this:
## How it evaluates
- It returns the **first "truthy" value** it encounters
- In Ruby, only `nil` and `f
neighbors