summaryrefslogtreecommitdiff
path: root/lib/coderay/scanner.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-05 03:09:21 +0000
committermurphy <murphy@rubychan.de>2005-11-05 03:09:21 +0000
commitee9c870bfbb4032ca08c1f1760716b5472b64293 (patch)
tree694a7b3deddcfdcf0c1122ed7b640aebbc9bbb10 /lib/coderay/scanner.rb
parentc3dfbc335b14012df9968c6d64221cced3d444b6 (diff)
downloadcoderay-ee9c870bfbb4032ca08c1f1760716b5472b64293.tar.gz
helpers/word_list.rb:
new CaseIgnoringWordList class simplified implementation Performance gain should be small. Adjusted scanner.rb and scanners/delphi.rb
Diffstat (limited to 'lib/coderay/scanner.rb')
-rw-r--r--lib/coderay/scanner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanner.rb b/lib/coderay/scanner.rb
index cf4f3c6..609f4da 100644
--- a/lib/coderay/scanner.rb
+++ b/lib/coderay/scanner.rb
@@ -51,7 +51,7 @@ module CodeRay
# Raised if a Scanner fails while scanning
ScanError = Class.new(Exception)
- require 'coderay/helpers/scanner_helper'
+ require 'coderay/helpers/word_list'
# The default options for all scanner classes.
#