diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-18 20:40:49 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-18 20:40:49 +0200 |
commit | 13e31231833ac7236b90a9680fef334c2ed6136d (patch) | |
tree | 287d6c2873870375a130514d7ffd9923eb71e427 /lib | |
parent | 9819f85511db0e7c4aa48a9dfadd9c85b201719d (diff) | |
download | coderay-13e31231833ac7236b90a9680fef334c2ed6136d.tar.gz |
testing CIJoe
Diffstat (limited to 'lib')
-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 f0ba9d6..2ae58d8 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -146,7 +146,7 @@ module CodeRay autoload :Styles, 'coderay/style' # Convenience access and reusable Encoder/Scanner pair - # autoload :Duo, 'coderay/duo' + autoload :Duo, 'coderay/duo' class << self |