8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964397d commit f32eb2dCopy full SHA for f32eb2d
lib/coderay/scanner.rb
@@ -2,8 +2,8 @@
2
require 'strscan'
3
4
module CodeRay
5
-
6
- autoload :WordList, 'coderay/helpers/word_list'
+
+ autoload :WordList, coderay_path('helpers', 'word_list')
7
8
# = Scanners
9
#
lib/coderay/tokens.rb
@@ -1,7 +1,7 @@
1
# GZip library for writing and reading token dumps.
- autoload :GZip, 'coderay/helpers/gzip'
+ autoload :GZip, coderay_path('helpers', 'gzip')
# = Tokens TODO: Rewrite!
0 commit comments