module Faker::Config

def locale=(new_locale)

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

def locale=: (nil new_locale) -> nil

This signature was generated using 1 sample from 1 application.

def locale=(new_locale)
  Thread.current[:faker_config_locale] = new_locale
end