Class: Faker::Config
- Inherits:
-
Object
- Object
- Faker::Config
- Defined in:
- lib/faker.rb
Class Method Summary collapse
Class Method Details
.locale=(locale) ⇒ Object
15 16 17 |
# File 'lib/faker.rb', line 15 def self.locale=(locale) I18n.locale = locale end |