diff options
author | murphy <murphy@rubychan.de> | 2010-05-18 06:29:45 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-05-18 06:29:45 +0000 |
commit | 565f385283e962656122add122a7f2cef23323fe (patch) | |
tree | 90b3b868b984f64ba6a7eb590db6a09ed6cd6acf /lib/coderay/scanners/raydebug.rb | |
parent | a2156b92bec0bb4e2ea7c02927ee6fbd423e82bf (diff) | |
download | coderay-565f385283e962656122add122a7f2cef23323fe.tar.gz |
New: Raydebug Scanner (highlights .raydebug files instead of importing them).
Closes #229.
Diffstat (limited to 'lib/coderay/scanners/raydebug.rb')
-rw-r--r-- | lib/coderay/scanners/raydebug.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/scanners/raydebug.rb b/lib/coderay/scanners/raydebug.rb index d5839f9..7a21354 100644 --- a/lib/coderay/scanners/raydebug.rb +++ b/lib/coderay/scanners/raydebug.rb @@ -1,4 +1,3 @@ -($:.unshift '../..'; require 'coderay') unless defined? CodeRay module CodeRay module Scanners |