From: "t3hk0d3 (Igor Yamolov)" Date: 2012-11-08T20:13:35+09:00 Subject: [ruby-core:49094] [ruby-trunk - Bug #7310][Open] URI::FTP API inconsistency Issue #7310 has been reported by t3hk0d3 (Igor Yamolov). ---------------------------------------- Bug #7310: URI::FTP API inconsistency https://bugs.ruby-lang.org/issues/7310 Author: t3hk0d3 (Igor Yamolov) Status: Open Priority: Low Assignee: Category: lib Target version: next minor ruby -v: 1.9.3p194 1.9.3p194 :012 > test = URI.parse("http://test/") => # 1.9.3p194 :013 > test.path => "/" 1.9.3p194 :014 > test = URI.parse("ftp://test/") => # 1.9.3p194 :015 > test.path => "" -- http://bugs.ruby-lang.org/