[ruby-cvs:62007] akr:r54845 (trunk): Define Integer#> instead of Bignum#>.
akr at ruby-lang.org
akr at ruby-lang.org
Sat Apr 30 19:42:07 JST 2016
akr 2016-04-30 19:42:06 +0900 (Sat, 30 Apr 2016)
New Revision: 54845
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54845
Log:
Define Integer#> instead of Bignum#>.
* numeric.c (int_gt): Define Integer#>.
* bignum.c (rb_big_gt): Don't define Bignum#>.
Renamed from big_gt.
* internal.h (rb_big_gt): Declared.
Modified files:
trunk/ChangeLog
trunk/bignum.c
trunk/internal.h
trunk/numeric.c
More information about the ruby-cvs
mailing list