From: shevegen@... Date: 2018-05-17T09:45:08+00:00 Subject: [ruby-core:87126] [Ruby trunk Misc#14768] Add documentation for || and && Issue #14768 has been updated by shevegen (Robert A. Heiler). Adding more documentation/references is always good IMO, so +1 on the issue. Perhaps even adding a new page called operators.html (or something like that) may be useful in the long run. There is an old SO question: https://stackoverflow.com/questions/1426826/difference-between-and-and-in-ruby Having this included in the official ruby docs would be useful to newcomers, I think. ---------------------------------------- Misc #14768: Add documentation for || and && https://bugs.ruby-lang.org/issues/14768#change-72111 * Author: sos4nt (Stefan Sch����ler) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- 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. -- https://bugs.ruby-lang.org/ Unsubscribe: