Project

General

Profile

« Previous | Next » 

Revision 9b35dc38

Added by jeremyevans (Jeremy Evans) almost 6 years ago

Pass keyword argument flag when rb_call_super_kw calls method_missing

This makes method_missing take a flag for whether keyword arguments
were passed.

Adds tests both for rb_call_super_kw usage as well as general usage
of super calling method_missing in Ruby methods.