From 16c6984bb97409029e213154ac4f633ae04af3d8 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Mon, 18 Mar 2019 14:25:47 +0900 Subject: Separate keyword arguments from positional arguments And, allow non-symbol keys as a keyword arugment --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index dd2fcfd957..8f51ff10eb 100644 --- a/proc.c +++ b/proc.c @@ -2683,7 +2683,7 @@ rb_mod_method_location(VALUE mod, ID id) return rb_method_entry_location(me); } -VALUE +MJIT_FUNC_EXPORTED VALUE rb_obj_method_location(VALUE obj, ID id) { return rb_mod_method_location(CLASS_OF(obj), id); -- cgit v1.2.3