# File lib/httpclient/session.rb, line 312 def gets(*args) str = @ssl_socket.gets(*args) debug(str) str end