diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-12-27 03:41:17 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-12-27 03:41:17 +0100 |
commit | f32eb2da2272e298006021e235ea64455f7d35b5 (patch) | |
tree | 9f7852005e0586e6a81361a288cfa6bc5e4d7fbc /lib/coderay/tokens.rb | |
parent | 964397d4bfbcbbd27d51e252faf25e291429e7d9 (diff) | |
download | coderay-f32eb2da2272e298006021e235ea64455f7d35b5.tar.gz |
use coderay_path on all autoload calls
Diffstat (limited to 'lib/coderay/tokens.rb')
-rw-r--r-- | lib/coderay/tokens.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/tokens.rb b/lib/coderay/tokens.rb index 045cf4a..c747017 100644 --- a/lib/coderay/tokens.rb +++ b/lib/coderay/tokens.rb @@ -1,7 +1,7 @@ module CodeRay # GZip library for writing and reading token dumps. - autoload :GZip, 'coderay/helpers/gzip' + autoload :GZip, coderay_path('helpers', 'gzip') # = Tokens TODO: Rewrite! # |