summaryrefslogtreecommitdiff
path: root/lib/coderay.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2008-08-28 05:35:55 +0000
committermurphy <murphy@rubychan.de>2008-08-28 05:35:55 +0000
commit03ffb9431e140e09e5f1a7ae6c2d582c1895554e (patch)
tree851b2e84707d0ae983690719e32866fc1863e7d3 /lib/coderay.rb
parent282dfb77a71d3c9ef20aa8c0ad955e4061652b75 (diff)
downloadcoderay-03ffb9431e140e09e5f1a7ae6c2d582c1895554e.tar.gz
Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'.
* Cleanup in documentation.rake.
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r--lib/coderay.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay.rb b/lib/coderay.rb
index df330fb..4d9aae1 100644
--- a/lib/coderay.rb
+++ b/lib/coderay.rb
@@ -141,7 +141,6 @@ module CodeRay
require 'coderay/encoder'
require 'coderay/duo'
require 'coderay/style'
- require 'coderay/for_redcloth'
class << self