From b1acfbc121ad5eecaf315b6126f960894da1d83b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 16 Nov 2014 10:11:28 +0000 Subject: ext/-test-/proc/super.c: rename * ext/-test-/proc/super.c: renamed the file and maker method. [Feature #10195] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/proc/test_bmethod.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/-ext-/proc/test_bmethod.rb') diff --git a/test/-ext-/proc/test_bmethod.rb b/test/-ext-/proc/test_bmethod.rb index 2d68adc1b9..32b31580d6 100644 --- a/test/-ext-/proc/test_bmethod.rb +++ b/test/-ext-/proc/test_bmethod.rb @@ -14,7 +14,7 @@ class TestProc::TestBMethod end class Bound < Base - define_method(:foo, Bug::Proc.make_caller(42)) + define_method(:foo, Bug::Proc.make_call_super(42)) end def test_super_in_bmethod -- cgit v1.2.3