class Faker::Internet
def url(host: domain_name, path: "/#{username}", scheme: 'http')
-
scheme
(String
) -- -
path
(String
) -- -
host
(String
) --
Returns:
-
(String)
-
def url(host: domain_name, path: "/#{username}", scheme: 'http') "#{scheme}://#{host}#{path}" end