summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 16:33:00 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 16:33:00 +0000
commitf14ec698b923b68a19263efadd8ccef922c61d77 (patch)
tree0d8fa65ec8f263fc3f4e476ec6172f17c29276b9 /NEWS
parent15023618ec2b3a04f9cd1022187b11672ea6b71d (diff)
merges r20685 from trunk into ruby_1_9_1.
* NEWS git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ba99e011fe..584bbe3e3c 100644
--- a/NEWS
+++ b/NEWS
@@ -313,7 +313,7 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7.
o supports conversion between many encodings
* Numeric
o Numeric#upto, #downto, #times, #step
- o Numeric#scalar?, Complex#scalar?
+ o Numeric#real?, Complex#real?
o Numeric#magnitude
* Rational / Complex
o They are in the core library now