lib/wunderbar/coderay.rb in wunderbar-1.0.21 vs lib/wunderbar/coderay.rb in wunderbar-1.0.23

- old
+ new

@@ -5,10 +5,10 @@ # workaround for https://github.com/rubychan/coderay/pull/159 module CodeRay::PluginHost alias_method :old_plugin_path, :plugin_path def plugin_path *args args.first.untaint if args.first == CodeRay::CODERAY_PATH - old_plugin_path *args + old_plugin_path(*args) end end module Wunderbar class HtmlMarkup