summaryrefslogtreecommitdiff
path: root/lib/coderay/scanner.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-08-19 04:43:37 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2011-08-19 04:43:37 +0200
commit5dd7ca65fdb90d6ffe53790abf1fe5a29a66675e (patch)
treeb7450d8dd5b606ea70c8cb54c4743b83b91cf17c /lib/coderay/scanner.rb
parent5b0d3ed58e4e804ba5585dd2091b8091498488fc (diff)
downloadcoderay-5dd7ca65fdb90d6ffe53790abf1fe5a29a66675e.tar.gz
rename CaseIgnoringWordList to WordList::CaseIgnoring
Diffstat (limited to 'lib/coderay/scanner.rb')
-rw-r--r--lib/coderay/scanner.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/coderay/scanner.rb b/lib/coderay/scanner.rb
index e638c2c..ec89b87 100644
--- a/lib/coderay/scanner.rb
+++ b/lib/coderay/scanner.rb
@@ -4,8 +4,6 @@ require 'strscan'
module CodeRay
autoload :WordList, 'coderay/helpers/word_list'
- # FIXME: Rename CaseIgnoringWordList to WordList::CaseIgnoring.
- autoload :CaseIgnoringWordList, 'coderay/helpers/word_list'
# = Scanners
#
@@ -155,7 +153,7 @@ module CodeRay
setup
end
- # Sets back the scanner. Subclasses should to define the reset_instance
+ # Sets back the scanner. Subclasses should redefine the reset_instance
# method instead of this one.
def reset
super