summaryrefslogtreecommitdiffstats
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
commitff53b4608d44cdef8eb08989cd9b4ad392976fc2 (patch)
tree0d8fa65ec8f263fc3f4e476ec6172f17c29276b9 /NEWS
parent19e0a341c9a1b92af6585d7bde793296be646e90 (diff)
downloadruby-ff53b4608d44cdef8eb08989cd9b4ad392976fc2.tar.gz
ruby-ff53b4608d44cdef8eb08989cd9b4ad392976fc2.tar.xz
ruby-ff53b4608d44cdef8eb08989cd9b4ad392976fc2.zip
merges r20685 from trunk into ruby_1_9_1.
* NEWS git-svn-id: http://svn.ruby-lang.org/repos/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 ba99e011f..584bbe3e3 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