module I18n

def fallbacks

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

def fallbacks: () -> untyped

This signature was generated using 59 samples from 1 application.

Returns the current fallbacks implementation. Defaults to +I18n::Locale::Fallbacks+.
def fallbacks
  @@fallbacks ||= I18n::Locale::Fallbacks.new
  Thread.current[:i18n_fallbacks] || @@fallbacks
end