module WEBrick::HTTPUtils
.../webrick/httputils.rb:353:in `gsub' .../webrick/httputils.rb:353:in `_escape' .../webrick/httputils.rb:363:in `escape' from uri method
I would be glad to find a better way to fix this !
Public Class Methods
escape(s)
click to toggle source
# File lib/auchandirect/scrAPI/webrick_uri_escape_monkey_patch.rb, line 33 def self.escape(s) URI.escape(s) end