From a10ded3ba0f6da6b4f881cd23858aef3d9eb5f29 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 12 Feb 2008 06:28:23 +0000 Subject: * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, instruby.rb, lib/mkmf.rb, lib/test/unit/util/procwrapper.rb, mkconfig.rb, sample/test.rb, template/vm.inc.tmpl, test/ruby/test_stringchar.rb: fixes arround String#gsub. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/vm.inc.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/vm.inc.tmpl b/template/vm.inc.tmpl index f79de9785a..d152665f80 100644 --- a/template/vm.inc.tmpl +++ b/template/vm.inc.tmpl @@ -13,7 +13,8 @@ <%= line = 15 -vm_body.gsub(/\n|__CURRENT_LINE__|__CURRENT_FILE__/){|e| +vm_body.gsub(/\n|__CURRENT_LINE__|__CURRENT_FILE__/){ + e = $& case e when '__CURRENT_LINE__' line.to_s -- cgit v1.2.3