From 03ffb9431e140e09e5f1a7ae6c2d582c1895554e Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 28 Aug 2008 05:35:55 +0000 Subject: Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'. * Cleanup in documentation.rake. --- lib/coderay.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/coderay.rb') 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 -- cgit v1.2.1