English 中文(简体)
标签:的问答
页: 1
原文:Ruby unexpected kEND, expecting $end

require open-uri print "Enter a URL" add = gets open(#{add}) do |f| j = f.read.scan(/<img/) jlen = j.length puts jlen end Is the code I have. For some reason, ruby is giving me the error:...

热门标签