summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-23 18:19:53 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-23 18:19:53 +0000
commit3385e6814e681296fc3eb8ec23ca3ce4b7f38e18 (patch)
tree5f915d16485c0def9d2dc9dd4d3d59422c24411c
parenta32108b5714972ade945ec8e74674f34ab7be643 (diff)
* NEWS: Correction; it's Float#round
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e3d11a7891..08bc54a3f8 100644
--- a/NEWS
+++ b/NEWS
@@ -333,7 +333,8 @@ 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
o They are in the core library now
* Math