method

html_safe?

html_safe?()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 135
    def html_safe?
      @html_unsafe.nil?
    end