From 59532a9fd20fa906367310932cf87680cc9ecbea Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 28 Aug 2008 04:55:59 +0000 Subject: Added CodeRay.for_redcloth with test and documentation. * Tested with RedCloth 4.0.3. * Also added :ee task for the Ruby Enterprise Edition (rubyee). --- lib/coderay.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay.rb') diff --git a/lib/coderay.rb b/lib/coderay.rb index 1f067db..c1025c7 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -141,6 +141,7 @@ module CodeRay require 'coderay/encoder' require 'coderay/duo' require 'coderay/style' + require 'coderay/for_redcloth' class << self -- cgit v1.2.1