method
read_line
read_line(io)
private
Hide source
# File lib/webrick/httprequest.rb, line 340 def read_line(io) _read_data(io, :gets, LF) end


