method

html_safe!

v3.0.0 - Show latest stable - Class: String
html_safe!()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 102
  def html_safe!
    raise "You can't call html_safe! on a String"
  end