method

ungetc

ruby latest stable - Class: OpenSSL::Buffering
ungetc(c)
public

Pushes character c back onto the stream such that a subsequent buffered character read will return it.

Unlike IO#getc multiple bytes may be pushed back onto the stream.

Has no effect on unbuffered reads (such as #sysread).