# File lib/active_support/core_ext/string/output_safety.rb, line 116
    def initialize(*)
      @html_safe = true
      super
    end