# File 'lib/active_support/html_safe_translation.rb', line 7deftranslate(key,**options)ifhtml_safe_translation_key?(key)html_safe_options=html_escape_translation_options(options)translation=I18n.translate(key,**html_safe_options)html_safe_translation(translation)elseI18n.translate(key,**options)endend