summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/helpers
diff options
context:
space:
mode:
authorno author <noone@nowhere>2005-09-26 03:14:10 +0000
committerno author <noone@nowhere>2005-09-26 03:14:10 +0000
commitc175c28e09c2fc3b7f386917fde11d36a9acb378 (patch)
treec5798a305d94b49cac3a633b7866986ce9655ad1 /lib/coderay/encoders/helpers
parent84b8431608174e74a4c0d2394eb330a6621bc74b (diff)
downloadcoderay-c175c28e09c2fc3b7f386917fde11d36a9acb378.tar.gz
html_output.rb changed for silly old rdoc
Rakefile and configs added
Diffstat (limited to 'lib/coderay/encoders/helpers')
-rw-r--r--lib/coderay/encoders/helpers/html_output.rb2
1 files changed, 1 insertions, 1 deletions
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