You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be preferable to simply using URI::Generic for file URLs. The reason is that file URLs require special behaviours for knowing if the URL is a directory or not, unquoting URL escape sequence automatically when #to_s is called, and several other methods need to be added for NSURL drop-in replacement compatibility.
The text was updated successfully, but these errors were encountered:
This would be preferable to simply using
URI::Generic
for file URLs. The reason is that file URLs require special behaviours for knowing if the URL is a directory or not, unquoting URL escape sequence automatically when#to_s
is called, and several other methods need to be added for NSURL drop-in replacement compatibility.The text was updated successfully, but these errors were encountered: