# File lib/gelf/transport/tcp_tls.rb, line 53 def ssl_socket_class if defined?(Celluloid::IO::SSLSocket) Celluloid::IO::SSLSocket else OpenSSL::SSL::SSLSocket end end