open_uri_or_path(uri, last_modified = nil, head = false, depth = 0)
public
Read the data from the (source based) URI, but if
it is a file:// URI, read from the filesystem
instead.
# File lib/rubygems/remote_fetcher.rb, line 340
def open_uri_or_path(uri, last_modified = nil, head = false, depth = 0)
raise "NO: Use fetch_path instead"
# TODO: deprecate for fetch_path
end