diff options
author | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-24 21:27:15 +0000 |
---|---|---|
committer | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-24 21:27:15 +0000 |
commit | baf7c8593260210dce2b0a050ca0d65f5655b10d (patch) | |
tree | 5038a9e7aed4097c54326657195fde0a495ff436 | |
parent | 0dcfc8931fd24e657b7268314daa10c94555ea57 (diff) |
* NEWS: Integer#round was also updated (even though rdoc is unchanged)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -336,6 +336,8 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7. o Numeric#round * Float o Float#round + * Integer + o Integer#round * Rational / Complex o They are in the core library now * Math |