summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-10-22 03:15:44 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-10-22 03:15:44 +0200
commitd91c9c6bd5cad4f57e2229638a23a8ecb8ce12af (patch)
tree25e5c1e8c60f79088752998029637c17c09bf064
parentd21348f85036273fd8f370a6a850e1c0440c6b02 (diff)
downloadcoderay-d91c9c6bd5cad4f57e2229638a23a8ecb8ce12af.tar.gz
fix
-rw-r--r--lib/coderay/scanners.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners.rb b/lib/coderay/scanners.rb
index 8d8156f..3c7e594 100644
--- a/lib/coderay/scanners.rb
+++ b/lib/coderay/scanners.rb
@@ -20,7 +20,7 @@ module CodeRay
extend PluginHost
plugin_path File.dirname(__FILE__), 'scanners'
- autoload :Encoder, CodeRay.coderay_path('scanners', 'scanner')
+ autoload :Scanner, CodeRay.coderay_path('scanners', 'scanner')
end