aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/notimplement/bug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-/notimplement/bug.c')
-rw-r--r--ext/-test-/notimplement/bug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/notimplement/bug.c b/ext/-test-/notimplement/bug.c
index 34731bc2e6..8e9cae707a 100644
--- a/ext/-test-/notimplement/bug.c
+++ b/ext/-test-/notimplement/bug.c
@@ -4,7 +4,7 @@ static VALUE
bug_funcall(int argc, VALUE *argv, VALUE self)
{
if (argc < 1) rb_raise(rb_eArgError, "not enough argument");
- return rb_funcall2(self, rb_to_id(*argv), argc-1, argv+1);
+ return rb_funcallv(self, rb_to_id(*argv), argc-1, argv+1);
}
void