diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2017-11-05 17:58:59 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2017-11-05 17:58:59 +0100 |
commit | 738aae54b580d34966ba72f3465513185d385c1c (patch) | |
tree | 7cb04036a2a423546cd05feea178d0baabb409c4 /lib/coderay/simple_scanner.rb | |
parent | 579c00bab003658e1bffd989ab15719a188cb7b0 (diff) | |
download | coderay-738aae54b580d34966ba72f3465513185d385c1c.tar.gz |
fix autoloading of DSL scanners
Diffstat (limited to 'lib/coderay/simple_scanner.rb')
-rw-r--r-- | lib/coderay/simple_scanner.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/simple_scanner.rb b/lib/coderay/simple_scanner.rb index 6873f88..96a0e51 100644 --- a/lib/coderay/simple_scanner.rb +++ b/lib/coderay/simple_scanner.rb @@ -1,4 +1,5 @@ require 'set' +require 'coderay/simple_scanner_dsl' module CodeRay module Scanners |