From 3f2034f41bb3d12fbeed3ba8a68a94d325aeec91 Mon Sep 17 00:00:00 2001 From: no author Date: Mon, 26 Sep 2005 03:26:57 +0000 Subject: html_output.rb changed for silly rdoc, second try. --- 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 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 -- cgit v1.2.1