module FFaker::InternetSE

def uri(protocol)

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