class Excon::Connection

def proxy=(new_proxy)

def proxy=(new_proxy)
  $stderr.puts("Excon::Connection#proxy= is deprecated use Excon::Connection#data[:proxy]= instead (#{caller.first})")
  @data[:proxy] = new_proxy
end