diff options
author | no author <noone@nowhere> | 2005-09-26 03:14:10 +0000 |
---|---|---|
committer | no author <noone@nowhere> | 2005-09-26 03:14:10 +0000 |
commit | c175c28e09c2fc3b7f386917fde11d36a9acb378 (patch) | |
tree | c5798a305d94b49cac3a633b7866986ce9655ad1 /lib/coderay/encoders | |
parent | 84b8431608174e74a4c0d2394eb330a6621bc74b (diff) | |
download | coderay-c175c28e09c2fc3b7f386917fde11d36a9acb378.tar.gz |
html_output.rb changed for silly old rdoc
Rakefile and configs added
Diffstat (limited to 'lib/coderay/encoders')
-rw-r--r-- | lib/coderay/encoders/helpers/html_output.rb | 2 |
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
|