u = URIParser.new "http://a_b.ru" u.valid? => true hm, '_' in domain is not possible
u = URIParser.new "http://a_b.ru"
u.valid?
=> true
hm, '_' in domain is not possible