From c175c28e09c2fc3b7f386917fde11d36a9acb378 Mon Sep 17 00:00:00 2001 From: no author Date: Mon, 26 Sep 2005 03:14:10 +0000 Subject: html_output.rb changed for silly old rdoc Rakefile and configs added --- lib/coderay/encoders/helpers/html_output.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders') diff --git a/lib/coderay/encoders/helpers/html_output.rb b/lib/coderay/encoders/helpers/html_output.rb index e2b26e7..aa6a8c9 100644 --- a/lib/coderay/encoders/helpers/html_output.rb +++ b/lib/coderay/encoders/helpers/html_output.rb @@ -54,7 +54,7 @@ module CodeRay wrapper :div, :span, :page def wrapped_in - @wrapped_in || nil + @wrapped_in ||= nil end attr_writer :wrapped_in -- cgit v1.2.1