Project

General

Profile

« Previous | Next » 

Revision 3fde9ef9

Added by jeremyevans (Jeremy Evans) almost 6 years ago

Fix keyword argument separation warning in method_missing

vm_call_method_missing was dropping VM_CALL_KW_SPLAT, so this just
makes it not drop it, to get the same behavior as calling the method
directly.