method
new
v1_8_6_287 -
Show latest stable
- Class:
Net::BufferedIO
new(io)public
No documentation available.
# File lib/net/protocol.rb, line 51
def initialize(io)
@io = io
@read_timeout = 60
@debug_output = nil
@rbuf = ''
end