# File lib/active_support/core_ext/string/output_safety.rb, line 163
  def html_safe
    ActiveSupport::SafeBuffer.new(self)
  end