summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index f66fdaef54..ad7c984241 100644
--- a/numeric.c
+++ b/numeric.c
@@ -362,7 +362,7 @@ num_funcall_op_0(VALUE x, VALUE arg, int recursive)
ID2SYM(func), x);
}
}
- return rb_funcall(x, func, 0, 0);
+ return rb_funcallv(x, func, 0, 0);
}
static VALUE