From 7152df6b9b3b95d93607127d853c02e03e42a327 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 18 Sep 1999 04:48:51 +0000 Subject: 990918-repack git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/jcode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/jcode.rb') diff --git a/lib/jcode.rb b/lib/jcode.rb index 6e5bc9e99d..92b9284471 100644 --- a/lib/jcode.rb +++ b/lib/jcode.rb @@ -104,7 +104,7 @@ class String self.gsub!(pattern, last) else h = HashCache[from + "::" + to] ||= expand_ch_hash(from, to) - self.gsub!(pattern) do |c| p [c,h[c]]; h[c] end + self.gsub!(pattern) do |c| h[c] end end end -- cgit v1.2.3