lib/io_streams/paths/http.rb in iostreams-1.0.0.beta5 vs lib/io_streams/paths/http.rb in iostreams-1.0.0.beta6

- old
+ new

@@ -36,9 +36,14 @@ @http_redirect_count = http_redirect_count @url = url super(uri.path) end + # Does not support relative file names since there is no concept of current working directory + def relative? + false + end + def to_s url end # Read a file using an http get.