* NEWS: Add Numeric#round to the list of modified methods

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2011-08-23 18:15:00 +00:00
parent 9f89da1847
commit 942facfaf2

1
NEWS
View File

@ -333,6 +333,7 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7.
o Numeric#upto, #downto, #times, #step o Numeric#upto, #downto, #times, #step
o Numeric#real?, Complex#real? o Numeric#real?, Complex#real?
o Numeric#magnitude o Numeric#magnitude
o Numeric#round
* Rational / Complex * Rational / Complex
o They are in the core library now o They are in the core library now
* Math * Math