diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-23 05:34:08 -0700 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-23 05:34:08 -0700 |
commit | d7f1669cdf1d48204f3e1b0078d467da448c31d2 (patch) | |
tree | 80a8c1ab927661743329f10cd1dd415f2a8bca0f /lib/coderay/encoders/html.rb | |
parent | 1e330f16c21c45eff375ba3b12f966c76ba0b393 (diff) | |
parent | 56f4163e99689912c3797e5d3b2b97244ce65782 (diff) | |
download | coderay-d7f1669cdf1d48204f3e1b0078d467da448c31d2.tar.gz |
Merge pull request #144 from rubychan/fix-with-debug-lint
Fixes using DebugLint
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-rw-r--r-- | lib/coderay/encoders/html.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index b897f5e..20f2409 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -193,7 +193,6 @@ module Encoders def finish options unless @opened.empty? - warn '%d tokens still open: %p' % [@opened.size, @opened] if $CODERAY_DEBUG @out << '</span>' while @opened.pop @last_opened = nil end |