# File lib/jammit/helper.rb, line 49 def html_safe(string) string.respond_to?(:html_safe) ? string.html_safe : string end