Wraps up a Socket for method interception.
# File lib/httpclient/session.rb, line 380 def <<(str) @socket << str end
# File lib/httpclient/session.rb, line 351 def close @socket.close end
# File lib/httpclient/session.rb, line 355 def closed? @socket.closed? end
# File lib/httpclient/session.rb, line 384 def flush @socket.flush end
# File lib/httpclient/session.rb, line 363 def gets(*args) @socket.gets(*args) end
# File lib/httpclient/session.rb, line 367 def read(*args) @socket.read(*args) end
Generated with the Darkfish Rdoc Generator 2.