summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/ruby/patterns.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-03-15 22:53:16 +0000
committermurphy <murphy@rubychan.de>2006-03-15 22:53:16 +0000
commitd14d8a5d2af28f2cf4c8d996478c27489d09e96f (patch)
treef168bef8dfdc02491d6d273a0d9a6f4c1376ace1 /lib/coderay/scanners/ruby/patterns.rb
parentc13b2ad9ab57d489ab23f3db997651a499848f01 (diff)
downloadcoderay-d14d8a5d2af28f2cf4c8d996478c27489d09e96f.tar.gz
Deleted silly debug print.
Diffstat (limited to 'lib/coderay/scanners/ruby/patterns.rb')
-rw-r--r--lib/coderay/scanners/ruby/patterns.rb2
1 files changed, 1 insertions, 1 deletions
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