diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-13 00:03:18 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-13 00:03:18 +0000 |
commit | 6e23077bf6cf047fe23b253e6e719d06d65a4c8a (patch) | |
tree | 311a776f2835737ae01b71f9ae95fc1c37b124d1 /doc | |
parent | ec04bc1132484354b939c12d66df247dbfe2bc23 (diff) | |
download | ruby-6e23077bf6cf047fe23b253e6e719d06d65a4c8a.tar.gz ruby-6e23077bf6cf047fe23b253e6e719d06d65a4c8a.tar.xz ruby-6e23077bf6cf047fe23b253e6e719d06d65a4c8a.zip |
Numeric#scalar? has been renamed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NEWS-1.9.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NEWS-1.9.1 b/doc/NEWS-1.9.1 index faf2607ef..b8b699572 100644 --- a/doc/NEWS-1.9.1 +++ b/doc/NEWS-1.9.1 @@ -150,7 +150,7 @@ with all sufficient information, see the ChangeLog file. o Hash.try_convert * Numeric o Numeric#upto, #downto, #times, #step - o Numeric#scalar?, Complex#scalar? + o Numeric#real?, Complex#real? o Numeric#div o Numeric#fdiv * Range |