Open lporras opened 8 months ago
URI.escape method was removed from URI class, now we have to use URI::Parser.
URI.escape
URI::Parser
This should fix this issue #2
URI.escape
method was removed from URI class, now we have to useURI::Parser
.This should fix this issue #2