From c1649025fe7603fb7f3bd0a13ec1caba1bb2dee9 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 18 Sep 1999 04:48:51 +0000 Subject: 990918-repack git-svn-id: http://svn.ruby-lang.org/repos/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 6e5bc9e99..92b928447 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