mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
forgot to remove Bignum#bit_length.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bcc1796983
commit
05bd6f8369
1 changed files with 0 additions and 1 deletions
1
bignum.c
1
bignum.c
|
@ -7044,7 +7044,6 @@ Init_Bignum(void)
|
|||
rb_define_method(rb_cBignum, "<=", big_le, 1);
|
||||
rb_define_method(rb_cBignum, "===", rb_big_eq, 1);
|
||||
rb_define_method(rb_cBignum, "size", rb_big_size_m, 0);
|
||||
rb_define_method(rb_cBignum, "bit_length", rb_big_bit_length, 0);
|
||||
|
||||
#ifdef USE_GMP
|
||||
/* The version of loaded GMP. */
|
||||
|
|
Loading…
Reference in a new issue