From 17f1cdaa00ff51470b934c99f6e54a24bf377b71 Mon Sep 17 00:00:00 2001 From: shugo Date: Wed, 12 Jun 2013 14:33:59 +0000 Subject: * eval.c (mod_using): new method Module#using, which activates refinements of the specified module only in the current class or module definition. [ruby-core:55273] [Feature #8481] * test/ruby/test_refinement.rb: related test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 310c52734f..008afd53b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Jun 12 23:27:03 2013 Shugo Maeda + + * eval.c (mod_using): new method Module#using, which activates + refinements of the specified module only in the current class or + module definition. [ruby-core:55273] [Feature #8481] + + * test/ruby/test_refinement.rb: related test. + Wed Jun 12 22:58:48 2013 Shugo Maeda * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError -- cgit v1.2.3