class Geocoder::Lookup::IpinfoIo
def reserved_result(ip)
def reserved_result(ip) { "ip" => ip, "city" => "", "region" => "", "country" => "", "loc" => "0,0", "postal" => "" } end
def reserved_result(ip) { "ip" => ip, "city" => "", "region" => "", "country" => "", "loc" => "0,0", "postal" => "" } end