aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-23 02:16:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-23 02:16:43 +0000
commitb9d01e225723b3dfb6e18d0dcb790c20fef78d63 (patch)
treea1bcc3af9840f7d9c9fabd1988a11b696970e347 /bignum.c
parent16ef24ac0862e84f2c0edd58eba1d44f59c63f00 (diff)
downloadruby-b9d01e225723b3dfb6e18d0dcb790c20fef78d63.tar.gz
[DOC] obsolete classes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c1
1 files changed, 1 insertions, 0 deletions
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");