Wraps up a Socket for method interception.
# File lib/httpclient/session.rb, line 448 def <<(str) @socket << str end
# File lib/httpclient/session.rb, line 419 def close @socket.close end
# File lib/httpclient/session.rb, line 423 def closed? @socket.closed? end
# File lib/httpclient/session.rb, line 452 def flush @socket.flush end
# File lib/httpclient/session.rb, line 431 def gets(*args) @socket.gets(*args) end
# File lib/httpclient/session.rb, line 435 def read(*args) @socket.read(*args) end
Generated with the Darkfish Rdoc Generator 2.