Skip to content

Commit

Permalink
Faker::Config can be a Module rather than a Class
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Oct 20, 2020
1 parent 684c5ed commit c5d44d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faker.rb
Expand Up @@ -12,7 +12,7 @@
I18n.reload! if I18n.backend.initialized?

module Faker
class Config
module Config
@locale = nil
@random = nil

Expand Down

0 comments on commit c5d44d7

Please sign in to comment.