From a2156b92bec0bb4e2ea7c02927ee6fbd423e82bf Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 18 May 2010 06:26:06 +0000 Subject: --- lib/coderay/scanners/debug.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/coderay/scanners/debug.rb') 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 -- cgit v1.2.1