mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9b35dc3864
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.
14 lines
580 B
Text
14 lines
580 B
Text
# AUTOGENERATED DEPENDENCIES START
|
|
rb_call_super_kw.o: $(RUBY_EXTCONF_H)
|
|
rb_call_super_kw.o: $(arch_hdrdir)/ruby/config.h
|
|
rb_call_super_kw.o: $(hdrdir)/ruby.h
|
|
rb_call_super_kw.o: $(hdrdir)/ruby/assert.h
|
|
rb_call_super_kw.o: $(hdrdir)/ruby/backward.h
|
|
rb_call_super_kw.o: $(hdrdir)/ruby/defines.h
|
|
rb_call_super_kw.o: $(hdrdir)/ruby/intern.h
|
|
rb_call_super_kw.o: $(hdrdir)/ruby/missing.h
|
|
rb_call_super_kw.o: $(hdrdir)/ruby/ruby.h
|
|
rb_call_super_kw.o: $(hdrdir)/ruby/st.h
|
|
rb_call_super_kw.o: $(hdrdir)/ruby/subst.h
|
|
rb_call_super_kw.o: rb_call_super_kw.c
|
|
# AUTOGENERATED DEPENDENCIES END
|