summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-13 00:03:18 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-13 00:03:18 +0000
commit0e0c53a09246b4058db69430e3701e7dee0b198a (patch)
tree311a776f2835737ae01b71f9ae95fc1c37b124d1 /doc
parent2209f072fc15c94f21ac5d801b061b11d7e8a891 (diff)
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')
-rw-r--r--doc/NEWS-1.9.12
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