diff options
Diffstat (limited to 'lib/coderay/scanners/debug.rb')
-rw-r--r-- | lib/coderay/scanners/debug.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/scanners/debug.rb b/lib/coderay/scanners/debug.rb index 0f2b89f..deaa30b 100644 --- a/lib/coderay/scanners/debug.rb +++ b/lib/coderay/scanners/debug.rb @@ -7,7 +7,6 @@ module Scanners # Parses the output of the Encoders::Debug encoder. class Debug < Scanner - include Streamable register_for :debug file_extension 'raydebug' title 'CodeRay Token Dump' |