vm.c: should check type before hash access.
Since the operand of double splat (`**`) may not be a hash, simple assertion (previous code since d42a64ea) was not enough for this case.
Showing
Please register or sign in to comment
Since the operand of double splat (`**`) may not be a hash, simple assertion (previous code since d42a64ea) was not enough for this case.