From 988552998662dedde9e5175f733dd31f0332abf7 Mon Sep 17 00:00:00 2001 From: charliesome Date: Fri, 24 May 2013 10:33:05 +0000 Subject: * variable.c (set_const_visibility): use rb_frame_this_func() instead of rb_frame_callee() for getting the name of the called method * test/ruby/test_module.rb: add test git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 77fe435735..810d7ffadd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri May 24 19:32:00 2013 Charlie Somerville + + * variable.c (set_const_visibility): use rb_frame_this_func() instead + of rb_frame_callee() for getting the name of the called method + + * test/ruby/test_module.rb: add test for private_constant with no args + Fri May 24 18:53:10 2013 Koichi Sasada * gc.c: do major/full GC when: -- cgit v1.2.3