summaryrefslogtreecommitdiff
path: root/lib/coderay/scanner.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-12-27 04:08:29 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2011-12-27 04:08:29 +0100
commit2afe23ab0a3d17b50f55750241a682403ced4fc8 (patch)
tree19708f1d79ce22eed6b0e90de4760a8cfcc9504b /lib/coderay/scanner.rb
parentc044a7a6eaba9ba47b8fde2cd6bdd444d8f87062 (diff)
parent9c3837e0086ca07f241e9cc74c9fabbeb2d39987 (diff)
downloadcoderay-2afe23ab0a3d17b50f55750241a682403ced4fc8.tar.gz
Merge branch 'master' into multiline-inline-diff
Conflicts: coderay.gemspec
Diffstat (limited to 'lib/coderay/scanner.rb')
-rw-r--r--lib/coderay/scanner.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/coderay/scanner.rb b/lib/coderay/scanner.rb
index 7ecbe4f..907cf00 100644
--- a/lib/coderay/scanner.rb
+++ b/lib/coderay/scanner.rb
@@ -2,8 +2,8 @@
require 'strscan'
module CodeRay
-
- autoload :WordList, 'coderay/helpers/word_list'
+
+ autoload :WordList, coderay_path('helpers', 'word_list')
# = Scanners
#
@@ -320,4 +320,4 @@ surrounding code:
end
end
-end \ No newline at end of file
+end