From bad9f40714202b8dd4d5c7f5485a550f00768eb4 Mon Sep 17 00:00:00 2001 From: marcandre Date: Mon, 27 Jun 2011 15:42:50 +0000 Subject: * NEWS: rand and Random.rand now support range argument [ruby-dev:43427] #4605 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 4591a53a0a..00d685fef3 100644 --- a/NEWS +++ b/NEWS @@ -68,12 +68,18 @@ with all sufficient information, see the ChangeLog file. * Kernel * Kernel#respond_to? now returns false for protected methods. * move #__id__ to BasicObject. + * extended method: + * Kernel#rand supports range argument * Module * new methods: * Module#private_constant * Module#public_constant + * Random + * extended method: + * Random.rand supports range argument + * String * extended method: * String#unpack supports endian modifiers -- cgit v1.2.3