From b9d01e225723b3dfb6e18d0dcb790c20fef78d63 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Feb 2018 02:16:43 +0000 Subject: [DOC] obsolete classes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index f806558b97..96488b4b1c 100644 --- a/bignum.c +++ b/bignum.c @@ -7115,6 +7115,7 @@ Init_Bignum(void) #ifndef RUBY_INTEGER_UNIFICATION rb_cBignum = rb_cInteger; #endif + /* An obsolete class, use Integer */ rb_define_const(rb_cObject, "Bignum", rb_cInteger); rb_deprecate_constant(rb_cObject, "Bignum"); -- cgit v1.2.3