diff options
author | no author <noone@nowhere> | 2005-09-26 03:26:57 +0000 |
---|---|---|
committer | no author <noone@nowhere> | 2005-09-26 03:26:57 +0000 |
commit | 3f2034f41bb3d12fbeed3ba8a68a94d325aeec91 (patch) | |
tree | da239e2e791cf18f993902b88d5c32d7ae8ce46e /lib/coderay/encoders/helpers | |
parent | 9169598e3b40d5ad6597bcebbbb5e2e073748748 (diff) | |
download | coderay-3f2034f41bb3d12fbeed3ba8a68a94d325aeec91.tar.gz |
html_output.rb changed for silly rdoc, second try.
Diffstat (limited to 'lib/coderay/encoders/helpers')
-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 aa6a8c9..692e810 100644 --- a/lib/coderay/encoders/helpers/html_output.rb +++ b/lib/coderay/encoders/helpers/html_output.rb @@ -44,7 +44,7 @@ module CodeRay define_method wrapper do |*args|
wrap wrapper, *args
end
- define_method(:"#{wrapper}!") do |*args|
+ define_method "#{wrapper}!".to_sym do |*args|
wrap! wrapper, *args
end
end
|