mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
9f7179c5b7
commit
82c55fced9
2 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
||||
* 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, "coerce", nurat_coerce, 1);
|
||||
|
||||
#if 0 /* NUBY */
|
||||
rb_define_method(rb_cRational, "//", nurat_idiv, 1);
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
rb_define_method(rb_cRational, "quot", nurat_quot, 1);
|
||||
rb_define_method(rb_cRational, "quotrem", nurat_quotrem, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue