one fable-low hijack cell
pair Ruby / gem
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked Ruby (first-offered)
· classifierA
· tiernone
response (200 chars)
# Ruby: `||` Operator & Gems
Not sure which you meant, so here's a quick rundown of both:
## The `||` Operator (Logical OR)
```ruby
# Returns first truthy value
a = nil || "default" # => "defau
neighbors