summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/debug.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-05-18 06:26:06 +0000
committermurphy <murphy@rubychan.de>2010-05-18 06:26:06 +0000
commita2156b92bec0bb4e2ea7c02927ee6fbd423e82bf (patch)
tree070707d48722135c0cfe18b1ca6e4f2eb961738e /lib/coderay/scanners/debug.rb
parent591b2823d986bc877697e3bd485ffa9c9adff3ed (diff)
downloadcoderay-a2156b92bec0bb4e2ea7c02927ee6fbd423e82bf.tar.gz
Diffstat (limited to 'lib/coderay/scanners/debug.rb')
-rw-r--r--lib/coderay/scanners/debug.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/coderay/scanners/debug.rb b/lib/coderay/scanners/debug.rb
index deaa30b..613b55c 100644
--- a/lib/coderay/scanners/debug.rb
+++ b/lib/coderay/scanners/debug.rb
@@ -4,12 +4,11 @@ module Scanners
# = Debug Scanner
#
- # Parses the output of the Encoders::Debug encoder.
+ # Interprets the output of the Encoders::Debug encoder.
class Debug < Scanner
register_for :debug
- file_extension 'raydebug'
- title 'CodeRay Token Dump'
+ title 'CodeRay Token Dump Import'
protected