summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/helpers
diff options
context:
space:
mode:
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