From d14d8a5d2af28f2cf4c8d996478c27489d09e96f Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 15 Mar 2006 22:53:16 +0000 Subject: Deleted silly debug print. --- lib/coderay/scanners/ruby/patterns.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners/ruby') diff --git a/lib/coderay/scanners/ruby/patterns.rb b/lib/coderay/scanners/ruby/patterns.rb index 9d11be6..d75a17a 100644 --- a/lib/coderay/scanners/ruby/patterns.rb +++ b/lib/coderay/scanners/ruby/patterns.rb @@ -155,7 +155,7 @@ module CodeRay module Scanners ] ] CLOSING_PAREN.values.each { |o| o.freeze } # debug, if I try to change it with << - p OPENING_PAREN = CLOSING_PAREN.invert + OPENING_PAREN = CLOSING_PAREN.invert STRING_PATTERN = Hash.new { |h, k| delim, interpreted = *k -- cgit v1.2.1