class Excon::Connection
def retry_limit=(new_retry_limit)
def retry_limit=(new_retry_limit) Excon.display_warning('Excon::Connection#retry_limit= is deprecated, pass :retry_limit to the initializer.') @data[:retry_limit] = new_retry_limit end
def retry_limit=(new_retry_limit) Excon.display_warning('Excon::Connection#retry_limit= is deprecated, pass :retry_limit to the initializer.') @data[:retry_limit] = new_retry_limit end