You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the expense of some complexity, this handles properly nil or false
being passed as an argument by using a specific value to encode that no
arguments were passed to the method.
It still raises a NoMethodError to_int instead of a TypeError, but the
additional complexity is not worth the runtime cost IMO.
0 commit comments