method
i18n_option?
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::HtmlSafeTranslation
i18n_option?(name)private
No documentation available.
# File activesupport/lib/active_support/html_safe_translation.rb, line 43
def i18n_option?(name)
(@i18n_option_names ||= I18n::RESERVED_KEYS.to_set).include?(name)
end