summaryrefslogtreecommitdiff
path: root/complex.c
diff options
context:
space:
mode:
authorKouhei Yanagita <yanagi@shakenbu.org>2022-07-21 18:57:13 +0900
committerYusuke Endoh <mame@ruby-lang.org>2022-08-12 15:57:52 +0900
commit24e33b84b5adb29d1d2f541acfba65e225b91b55 (patch)
tree93f798f0dfcdbb0cb763a240a53c92a8a5530acd /complex.c
parent4165fd0e763439421296fbc95d754ad53e6ae84f (diff)
downloadruby-24e33b84b5adb29d1d2f541acfba65e225b91b55.tar.gz
Remove Numeric#ceildiv
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/complex.c b/complex.c
index 865466c499..d625ced7fa 100644
--- a/complex.c
+++ b/complex.c
@@ -2335,7 +2335,6 @@ Init_Complex(void)
rb_undef_method(rb_cComplex, "%");
rb_undef_method(rb_cComplex, "div");
rb_undef_method(rb_cComplex, "divmod");
- rb_undef_method(rb_cComplex, "ceildiv");
rb_undef_method(rb_cComplex, "floor");
rb_undef_method(rb_cComplex, "ceil");
rb_undef_method(rb_cComplex, "modulo");