summaryrefslogtreecommitdiff
path: root/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
AgeCommit message (Collapse)Author
2019-09-17Pass keyword argument flag when rb_call_super_kw calls method_missingJeremy Evans
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. Notes: Merged: https://github.com/ruby/ruby/pull/2462