From 1bb89a6dea9e2ec3730713285fba33c197578fb8 Mon Sep 17 00:00:00 2001 From: shugo Date: Mon, 8 Oct 2012 14:56:08 +0000 Subject: * eval.c (rb_mod_refinements): new method Module#refinements. * test/ruby/test_refinement.rb: add new tests for the above changes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c66c50472..e47ce5da96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 8 23:55:41 2012 Shugo Maeda + + * eval.c (rb_mod_refinements): new method Module#refinements. + + * test/ruby/test_refinement.rb: add new tests for the above changes. + Mon Oct 8 23:02:19 2012 Shugo Maeda * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h, -- cgit v1.2.3