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 26, 2020
1 parent 9ea5a3d commit 4d65fe6
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 4d65fe6

Please sign in to comment.