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