module Faker::Config

def own_locale

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

def own_locale: () -> Symbol

This signature was generated using 1 sample from 1 application.

def own_locale
  Thread.current[:faker_config_locale]
end