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
Use the more efficient arity check for Hash#{each_pair,map}
* Since it does not seem to affect semantics at all, since anyway a
non-lambda Proc will destructure a single Array argument, unless
there is a rest argument (but then arity would be negative) or
there is no rest argument, no optional argument and required <= 1
(but then required > 1 for yieldPair() is always false).
0 commit comments