class Excon::Connection

def connection

def connection
  Excon.display_warning("Excon::Connection#connection is deprecated use Excon::Connection#data instead (#{caller.first})")
  @data
end