Method: HTTPClient::SSLSocketWrap#gets
- Defined in:
- lib/httpclient/session.rb
#gets(*args) ⇒ Object
351 352 353 354 355 |
# File 'lib/httpclient/session.rb', line 351 def gets(*args) str = @ssl_socket.gets(*args) debug(str) str end |