Hacker News new | ask | show | jobs
by aardvark179 4852 days ago
Both && and and are short-circuiting operators in Ruby. To eagerly evaluate both operator arguments you would need to use &.
1 comments

"&" isn't even the same category, since it is a definable method and its meaning varies with the value on the left hand side.