diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-10-22 03:00:46 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-10-22 03:00:46 +0200 |
commit | d21348f85036273fd8f370a6a850e1c0440c6b02 (patch) | |
tree | 70df2af6dc78faae7075d6550248dea0533574ab /lib/coderay/scanners.rb | |
parent | b09e97b08c3c073e79159ff09f6a7e0779fcfd2e (diff) | |
download | coderay-d21348f85036273fd8f370a6a850e1c0440c6b02.tar.gz |
tweaks
Diffstat (limited to 'lib/coderay/scanners.rb')
-rw-r--r-- | lib/coderay/scanners.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/coderay/scanners.rb b/lib/coderay/scanners.rb index f824f50..8d8156f 100644 --- a/lib/coderay/scanners.rb +++ b/lib/coderay/scanners.rb @@ -16,8 +16,12 @@ module CodeRay # # See PluginHost. module Scanners + extend PluginHost plugin_path File.dirname(__FILE__), 'scanners' + + autoload :Encoder, CodeRay.coderay_path('scanners', 'scanner') + end end |