Class: URI::Generic
- Inherits:
-
Object
- Object
- URI::Generic
- Defined in:
- lib/aspera/proxy_auto_config.rb
Class Method Summary collapse
Class Method Details
.register_proxy_finder ⇒ Object
13 14 15 16 17 |
# File 'lib/aspera/proxy_auto_config.rb', line 13 def register_proxy_finder Aspera.assert(block_given?) # overload the method in URI : call user's provided block and fallback to original method define_method(:find_proxy) {|env_vars=ENV| yield(to_s) || find_proxy_orig(env_vars)} end |