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 | 0e0c53a09246b4058db69430e3701e7dee0b198a (patch) | |
tree | 311a776f2835737ae01b71f9ae95fc1c37b124d1 /doc/NEWS-1.9.1 | |
parent | 2209f072fc15c94f21ac5d801b061b11d7e8a891 (diff) | |
download | ruby-0e0c53a09246b4058db69430e3701e7dee0b198a.tar.gz |
Numeric#scalar? has been renamed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS-1.9.1')
-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 faf2607efe..b8b6995727 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 |