class Excon::SSLSocket
def check_nonblock_support
def check_nonblock_support # backwards compatability for things lacking nonblock if !DEFAULT_NONBLOCK && @data[:nonblock] @data[:nonblock] = false end end
def check_nonblock_support # backwards compatability for things lacking nonblock if !DEFAULT_NONBLOCK && @data[:nonblock] @data[:nonblock] = false end end