method
html_safe!
html_safe!()
public
Hide source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 128 def html_safe! raise "You can't call html_safe! on a String" end


