summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-23 18:24:00 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-23 18:24:00 +0000
commit0dcfc8931fd24e657b7268314daa10c94555ea57 (patch)
tree9b60ea564104b72a6a290ac5645d045d18095e36
parent3385e6814e681296fc3eb8ec23ca3ce4b7f38e18 (diff)
* NEWS: Actually, it's both Float#round and Numeric#round...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 08bc54a3f8..591777bf71 100644
--- a/NEWS
+++ b/NEWS
@@ -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#real?, Complex#real?
o Numeric#magnitude
+ o Numeric#round
* Float
o Float#round
* Rational / Complex