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
So the problem was an optimization we made to Range#each many years ago, where it checks if the target block actually wants arguments before it creates and passes them. However the logic for turning a method into a proc was always setting up that proc to report that it takes no block arguments.
The text was updated successfully, but these errors were encountered: