在ruby2.2.0p0版本中,&& 与 and 的优先级不同。 right = true && false right = true and false 的结果不一样 |
||
|---|---|---|
| .. | ||
| captcha.rb | ||
| configuration.rb | ||
| controller_helpers.rb | ||
| engine.rb | ||
| version.rb | ||
| view_helpers.rb | ||
在ruby2.2.0p0版本中,&& 与 and 的优先级不同。 right = true && false right = true and false 的结果不一样 |
||
|---|---|---|
| .. | ||
| captcha.rb | ||
| configuration.rb | ||
| controller_helpers.rb | ||
| engine.rb | ||
| version.rb | ||
| view_helpers.rb | ||