class Excon::Connection
def proxy=(new_proxy)
def proxy=(new_proxy) Excon.display_warning('Excon::Connection#proxy= is deprecated. Use of this method may cause unexpected results.') @data[:proxy] = new_proxy end
def proxy=(new_proxy) Excon.display_warning('Excon::Connection#proxy= is deprecated. Use of this method may cause unexpected results.') @data[:proxy] = new_proxy end