Module: URI
- Defined in:
- lib/oauth/core_ext.rb
Overview
TODO: Work around URI.escape obsolete method
21/May/2016 - We are silencing a warning introduced in 2009 github.com/ruby/ruby/commit/238b979f1789f95262a267d8df6239806f2859cc
The only clear alternative to this problem is to invoke CGI.escape instead but that one does not take a secondary argument so we can pass OAuth::RESERVED_CHARACTERS As of today, ignoring this secondary argument would introduce 44 errors on our tests 181 runs, 511 assertions, 44 failures, 0 errors, 0 skips
If you have a proper way to work around this so we don’t need to override ruby core code Please send us a Pull Request
Defined Under Namespace
Modules: Escape