method
html_safe_translation_key?
rails latest stable - Class:
ActiveSupport::HtmlSafeTranslation
html_safe_translation_key?(key)private
No documentation available.
# File activesupport/lib/active_support/html_safe_translation.rb, line 28
def html_safe_translation_key?(key)
/(?:_|\b)html\z/.match?(key)
end