route_from(src) -> URI::Generic
self - src -> URI::Generic
与えられた URI を表す src からの相対パスを返します。
例:
require 'uri' p URI.parse('http://example.com/foo/bar.html') - 'http://example.com/' #=> #<URI::Generic:0x20100256 URL:foo/bar.html>