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:
parent
fa7f556864
commit
ffab21cdc5
@ -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 },
|
||||
->{
|
||||
|
Loading…
Reference in New Issue
Block a user