The block argument offset saved in the env was wrong; fix #3768
When the method takes variable number of argument (`argc = -1`), the block argument offset should be `-1` not `0`.
Showing
Please register or sign in to comment
When the method takes variable number of argument (`argc = -1`), the block argument offset should be `-1` not `0`.