summaryrefslogtreecommitdiff
path: root/lib/coderay.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-10-18 17:56:05 +0000
committermurphy <murphy@rubychan.de>2009-10-18 17:56:05 +0000
commit6660f9fd1ddcf02b61cd701f5b7785fe7dc9ca54 (patch)
tree9bee77cbecd44e17f17154e0f77a90bf0d1494d6 /lib/coderay.rb
parent6b2ef608ee8165dc8b275cb16b6405b90c820bbf (diff)
downloadcoderay-6660f9fd1ddcf02b61cd701f5b7785fe7dc9ca54.tar.gz
Require token_classes from coderay.rb.
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r--lib/coderay.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay.rb b/lib/coderay.rb
index 51ff86f..6bc16fc 100644
--- a/lib/coderay.rb
+++ b/lib/coderay.rb
@@ -135,6 +135,7 @@ module CodeRay
VERSION = '0.9.0'
require 'coderay/tokens'
+ require 'coderay/token_classes'
require 'coderay/scanner'
require 'coderay/encoder'
require 'coderay/duo'