Skip to content

Cleanup Folder structure #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 13, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
korny committed Oct 22, 2013
commit d91c9c6bd5cad4f57e2229638a23a8ecb8ce12af
2 changes: 1 addition & 1 deletion lib/coderay/scanners.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Scanners
extend PluginHost
plugin_path File.dirname(__FILE__), 'scanners'

autoload :Encoder, CodeRay.coderay_path('scanners', 'scanner')
autoload :Scanner, CodeRay.coderay_path('scanners', 'scanner')

end

Expand Down