Skip to content

Commit

Permalink
Faker::Config can be a Module rather than a Class (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Oct 29, 2020
1 parent 7046990 commit 86d563d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faker.rb
Expand Up @@ -29,7 +29,7 @@ def load_i18n
end
end

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

Expand Down

0 comments on commit 86d563d

Please sign in to comment.