From a2c9020808417572521c711cf4ad9a3c7b556575 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 4 Oct 2002 17:54:29 +0000 Subject: * bignum.c (rb_big_rshift): num should be initialized by carry bits if x is negative. * bignum.c (bigdivmod): len for bignum zero is 1, not 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') diff --git a/object.c b/object.c index 455d353b39..72805e9d67 100644 --- a/object.c +++ b/object.c @@ -87,7 +87,7 @@ VALUE rb_obj_type(obj) VALUE obj; { - rb_warn("`type' is deprecated; use `class'"); + rb_warn("Object#type is deprecated; use Object#class"); return rb_class_real(CLASS_OF(obj)); } -- cgit v1.2.3