mirror of
https://github.com/askn/faker.git
synced 2023-08-10 21:13:01 +03:00
add slug and url
This commit is contained in:
@ -46,6 +46,9 @@ puts Faker::Internet.domain_suffix
|
||||
|
||||
puts Faker::Internet.ip_v4_address
|
||||
|
||||
puts Faker::Internet.url
|
||||
puts Faker::Internet.slug
|
||||
|
||||
puts "\n\t### Faker::Lorem\n\n"
|
||||
|
||||
puts Faker::Lorem.words
|
||||
|
Reference in New Issue
Block a user