readchar()
Reads a one-character string from the stream. Raises an EOFError at end of file.
# File ext/openssl/lib/openssl/buffering.rb, line 271 def readchar raise EOFError if eof? getc end