mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove Numeric#ceildiv
This commit is contained in:
parent
4165fd0e76
commit
24e33b84b5
Notes:
git
2022-08-12 15:58:13 +09:00
4 changed files with 0 additions and 42 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue