aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-16 10:11:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-16 10:11:28 +0000
commitb1acfbc121ad5eecaf315b6126f960894da1d83b (patch)
tree95dfcaa1bf3ec82f841b758a9a47cf679945e8bb /test
parentf45e0d537ff0a902f3122eac47b809f3c6098dc4 (diff)
downloadruby-b1acfbc121ad5eecaf315b6126f960894da1d83b.tar.gz
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
Diffstat (limited to 'test')
-rw-r--r--test/-ext-/proc/test_bmethod.rb2
1 files changed, 1 insertions, 1 deletions
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