From 41f4317f45021460871bd11c666f438f5517904b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 19 Feb 2016 07:48:02 +0000 Subject: test/ruby: suppress parser warnings git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_super.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ruby/test_super.rb') diff --git a/test/ruby/test_super.rb b/test/ruby/test_super.rb index 06e3e6e3b5..469ba60ff2 100644 --- a/test/ruby/test_super.rb +++ b/test/ruby/test_super.rb @@ -485,8 +485,8 @@ class TestSuper < Test::Unit::TestCase bug9740 = '[ruby-core:62017] [Bug #9740]' b.module_eval do - define_method(:foo) do |result| - um.bind(self).call(result) + define_method(:foo) do |res| + um.bind(self).call(res) end end -- cgit v1.2.3