Libraries
»
thrift
(0.19.0)
»
Index
»
Thrift
»
SSLSocket
»
#to_s
Method: Thrift::SSLSocket#to_s
Defined in:
lib/thrift/transport/ssl_socket.rb
#
to_s
⇒
Object
47 48 49
# File 'lib/thrift/transport/ssl_socket.rb', line 47
def
to_s
"
ssl(
#{
super
.
to_s
}
)
"
end