1
0
mirror of https://github.com/askn/faker.git synced 2023-08-10 21:13:01 +03:00

Remove commented code

This commit is contained in:
Davide Paolo Tua 2021-02-24 14:47:37 +01:00
parent fa7f556864
commit ffab21cdc5

View File

@ -46,7 +46,6 @@ module Faker
return result[0...specifier.max]
end
# return name.scan(/\w+/).shuffle(Faker.rng).map(&.[0]).join(separators.sample(Faker.rng)).downcase if name
[
->{ Name.first_name.gsub(/\W/, "").downcase },
->{