# File lib/faker/internet.rb, line 158 def url(host = domain_name, path = "/#{user_name}", scheme = 'http') "#{scheme}://#{host}#{path}" end