class I18n::Config

def available_locales_initialized?

Experimental RBS support (using type sampling data from the type_fusion project).

def available_locales_initialized?: () -> false

This signature was generated using 9 samples from 2 applications.

Returns true if the available_locales have been initialized
def available_locales_initialized?
  ( !!defined?(@@available_locales) && !!@@available_locales )
end