method

gets

v1_8_6_287 - Show latest stable - Class: WEBrick::CGI::Socket
gets(eol=LF)
public

No documentation available.

# File lib/webrick/cgi.rb, line 200
      def gets(eol=LF)
        input.gets(eol)
      end