URI.escape method was deprecated in Ruby 3. Now should I modify all my Ruby scripts, and exchange that method to something else with the same functionality, or is there a "patch", to somehow provide the missing URI.escape method?
Asked
Active
Viewed 16 times