Project

General

Profile

Actions

Misc #14768

open

Add documentation for || and &&

Added by sos4nt (Stefan Schüßler) almost 6 years ago. Updated almost 6 years ago.

Status:
Open
Assignee:
-
[ruby-core:87118]

Description

The Ruby documentation doesn't seem to cover || and &&.

The only references I could find are:

http://ruby-doc.org/core-2.5.1/doc/keywords_rdoc.html

and – Short-circuit Boolean and with lower precedence than &&
or – Short-circuit Boolean and with lower precedence than ||

http://ruby-doc.org/core-2.5.1/doc/syntax/assignment_rdoc.html

There are also ||= and &&=. The former makes an assignment if ...

But there's no documentation for the operators themselves.

Actions

Also available in: Atom PDF

Like0
Like0