From ee9c870bfbb4032ca08c1f1760716b5472b64293 Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 5 Nov 2005 03:09:21 +0000 Subject: helpers/word_list.rb: new CaseIgnoringWordList class simplified implementation Performance gain should be small. Adjusted scanner.rb and scanners/delphi.rb --- lib/coderay/scanner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanner.rb') 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. # -- cgit v1.2.1