0
가능한 중복 :
Is there any wisdom behind “and”, “or” operators in Ruby ?루비 논리 연산자
차이는 논리 연산자의 다음 쌍 사이에있는 경우, 무엇입니까?
- & & 대와
- || 대 또는
가능한 중복 :
Is there any wisdom behind “and”, “or” operators in Ruby ?루비 논리 연산자
차이는 논리 연산자의 다음 쌍 사이에있는 경우, 무엇입니까?
은 "단어"버전은 "심볼"버전보다 우선합니다. 사실 그들은 할당보다 우선 순위가 낮습니다.
이렇게하면'@user = User.find_by_id ('[email protected] ') 또는 User.find_by_email ('[email protected] ')'이'@ user'을 레코드가 존재해도 nil로 설정하는 이유를 설명합니다. – Chloe
[루비에 지혜가 있습니까?], ","또는 "루비에 연산자가 있습니까?"와 같은 서버 관련 질문이 있습니다 (http://stackoverflow.com/questions/1434842/is-there-any-wisdom-behide- and-or-operator-in-ruby), [Ruby : 차이점 || '또는'] (http://stackoverflow.com/questions/2083112/ruby-difference-between-and-or), [차이점은 "and"and && Ruby?] (http://stackoverflow.com/ 질문/1426826/difference-between-and-in-ruby). 간단히 말해 우선 순위. –