зеркало из https://github.com/github/ruby.git
* rational.c: removed commented-out code.
[Feature #10376][ruby-core:65643] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9f7179c5b7
Коммит
82c55fced9
|
@ -1,3 +1,8 @@
|
||||||
|
Sat Jan 10 10:57:19 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* rational.c: removed commented-out code.
|
||||||
|
[Feature #10376][ruby-core:65643]
|
||||||
|
|
||||||
Sat Jan 10 10:12:15 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sat Jan 10 10:12:15 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* array.c (rb_ary_select_bang): keep the array consistent by
|
* array.c (rb_ary_select_bang): keep the array consistent by
|
||||||
|
|
|
@ -2553,10 +2553,6 @@ Init_Rational(void)
|
||||||
rb_define_method(rb_cRational, "==", nurat_eqeq_p, 1);
|
rb_define_method(rb_cRational, "==", nurat_eqeq_p, 1);
|
||||||
rb_define_method(rb_cRational, "coerce", nurat_coerce, 1);
|
rb_define_method(rb_cRational, "coerce", nurat_coerce, 1);
|
||||||
|
|
||||||
#if 0 /* NUBY */
|
|
||||||
rb_define_method(rb_cRational, "//", nurat_idiv, 1);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
rb_define_method(rb_cRational, "quot", nurat_quot, 1);
|
rb_define_method(rb_cRational, "quot", nurat_quot, 1);
|
||||||
rb_define_method(rb_cRational, "quotrem", nurat_quotrem, 1);
|
rb_define_method(rb_cRational, "quotrem", nurat_quotrem, 1);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче