diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-07-13 20:16:21 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-07-13 20:16:21 +0200 |
commit | e1abb68eb8e6a87d8b3f5b04244b429b738003d9 (patch) | |
tree | dff8342c9f4640c62a151879a92c95c0f8f9e10b /lib/coderay.rb | |
parent | a2c625b78d9cb7ff4e89176ade6869364b4f2f9b (diff) | |
parent | ee72fe95fcfca2848c3cff51b13ee78b662ba50f (diff) | |
download | coderay-e1abb68eb8e6a87d8b3f5b04244b429b738003d9.tar.gz |
Merge branch 'master' into go-scanner
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r-- | lib/coderay.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay.rb b/lib/coderay.rb index 0c66f49..f759ed6 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -127,7 +127,7 @@ module CodeRay $CODERAY_DEBUG ||= false - CODERAY_PATH = File.join File.dirname(__FILE__), 'coderay' + CODERAY_PATH = File.expand_path('../coderay', __FILE__) # Assuming the path is a subpath of lib/coderay/ def self.coderay_path *path |