From 6a50d2723122a9fc98ee38aa689123e5cc7e8de3 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 21 Dec 2010 23:59:42 +0000 Subject: * NEWS: add Module#private_constant and Module#public_constant. [ruby-dev:39685][ruby-core:32698] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b1bb408c13..44c4bf7dbc 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,11 @@ with all sufficient information, see the ChangeLog file. * Kernel#respond_to? now returns false for protected methods. * move #__id__ and #object_id to BasicObject. + * Module + * new methods: + * Module#private_constant + * Module#public_constant + * String * new method: * String#prepend -- cgit v1.2.3