# File lib/active_support/core_ext/string/output_safety.rb, line 143
    def html_safe?
      defined?(@html_safe) && @html_safe
    end