We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21348f commit d91c9c6Copy full SHA for d91c9c6
lib/coderay/scanners.rb
@@ -20,7 +20,7 @@ module Scanners
20
extend PluginHost
21
plugin_path File.dirname(__FILE__), 'scanners'
22
23
- autoload :Encoder, CodeRay.coderay_path('scanners', 'scanner')
+ autoload :Scanner, CodeRay.coderay_path('scanners', 'scanner')
24
25
end
26
0 commit comments