module FFaker::Internet

def uri(protocol)

def uri(protocol)
  "#{protocol}://#{domain_name}"
end