summaryrefslogtreecommitdiff
path: root/lib/coderay/encoder.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-05 14:37:40 +0000
committermurphy <murphy@rubychan.de>2005-11-05 14:37:40 +0000
commita05a7d11b1bc08f3817076dcb669bc6ef9d6d264 (patch)
tree27a0e78fcc2a8c0a6adb67c5a3b7b37047f226e4 /lib/coderay/encoder.rb
parent4c01ff6ef9761ac4eb479dfc0d5ee3d25e9a2bc2 (diff)
downloadcoderay-a05a7d11b1bc08f3817076dcb669bc6ef9d6d264.tar.gz
bench/bench.rb: Added SilverCity benchmarking
demo/demo_load_encoder.rb enhanced demo/demo_load_scanner.rb added .outs added plugin.rb: Fixed load_all encoder.rb, scanner.rb adjusted helpers/word_list.rb: Fixed a bug in CaseIgnoringWordList.new TODO: Updated new ROADMAP coderay.rb: increased Version number added Version System documentation
Diffstat (limited to 'lib/coderay/encoder.rb')
-rw-r--r--lib/coderay/encoder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoder.rb b/lib/coderay/encoder.rb
index 362cfb4..8b6c22a 100644
--- a/lib/coderay/encoder.rb
+++ b/lib/coderay/encoder.rb
@@ -9,7 +9,7 @@ module CodeRay
# belonging to the given format.
module Encoders
extend PluginHost
- plugin_path 'coderay/encoders'
+ plugin_path File.dirname(__FILE__), 'encoders'
# = Encoder
#