Remove Numeric#ceildiv

This commit is contained in:
Kouhei Yanagita 2022-07-21 18:57:13 +09:00 committed by Yusuke Endoh
parent 4165fd0e76
commit 24e33b84b5
Notes: git 2022-08-12 15:58:13 +09:00
4 changed files with 0 additions and 42 deletions

View file

@ -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");