From 705c567194281322a0a2a38df090384a32124e18 Mon Sep 17 00:00:00 2001 From: marcandre Date: Wed, 28 Oct 2009 04:50:09 +0000 Subject: * string.c: rdoc for <=>, casecmp * bignum.c: rdoc for <=> * file.c: ditto * time.c: ditto * compar.c: rdoc git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index df66d33667..d1c9820ee7 100644 --- a/bignum.c +++ b/bignum.c @@ -1273,7 +1273,7 @@ rb_big_to_f(VALUE x) /* * call-seq: - * big <=> numeric => -1, 0, +1 + * big <=> numeric => -1, 0, +1 or nil * * Comparison---Returns -1, 0, or +1 depending on whether big is * less than, equal to, or greater than numeric. This is the -- cgit v1.2.3