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
It looks like previously, any kind of Enumerable was allowed as an argument to accepts:, but it has since been constrained so that any non-Proc values are transformed into an Array:
It looks like previously, any kind of
Enumerablewas allowed as an argument toaccepts:, but it has since been constrained so that any non-Procvalues are transformed into anArray:66fba25
Is there a reason why
Arrayis enforced, in particular?