new(*args) Class Public methods
<<(s) Instance Public methods Writes s to the stream. s will be converted to a String using String#to_s.
close() Instance Public methods Closes the SSLSocket and flushes any unwritten data.
each(eol=$/) Instance Public methods Executes the block for every line in the stream where lines are separated by eol. See also gets each_line
each_byte() Instance Public methods Calls the given block once for each byte in the stream.
each_line(eol=$/) Instance Public methods Alias for: each
eof() Instance Public methods Alias for: eof?
eof?() Instance Public methods Returns true if the stream is at file which means there is no more data to be read. eof
flush() Instance Public methods Flushes buffered data to the SSLSocket.
getc() Instance Public methods Reads one character from the stream. Returns nil if called at end of file.
Page 716 of 11844