From 2b72892ac0de9ff1d05f2b21ed85ef09aa41c57e Mon Sep 17 00:00:00 2001 From: tadf Date: Tue, 12 Feb 2008 11:47:12 +0000 Subject: * lib/rational.rb (floor, ceil, truncate, round): do not use definitions of Numeric. * lib/rational.rb (to_i): should returns truncated self. * lib/complex.rb (numerator): requires Integer#{numerator,denominator}. * lib/complex.rb (quo): do not use definition of Numeric. * lib/complex.rb (>, >=, <, <=, between?, div, divmod, modulo, floor, ceil, truncate, round): undef'ed. * lib/mathn.rb (Rational#inspect): removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cd5d25275e..c1784574a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Tue Feb 12 20:32:50 2008 Tadayoshi Funaba + + * lib/rational.rb (floor, ceil, truncate, round): do not use + definitions of Numeric. + + * lib/rational.rb (to_i): should returns truncated self. + + * lib/complex.rb (numerator): requires + Integer#{numerator,denominator}. + + * lib/complex.rb (quo): do not use definition of Numeric. + + * lib/complex.rb (>, >=, <, <=, between?, div, divmod, modulo, + floor, ceil, truncate, round): undef'ed. + + * lib/mathn.rb (Rational#inspect): removed. + Tue Feb 12 16:48:10 2008 Nobuyoshi Nakada * parse.y (args, mrhs): flattens literal array splats. -- cgit v1.2.3