method

html_safe?

v2.3.8 - Show latest stable - Class: String
html_safe?()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 109
  def html_safe?
    false
  end