Method: OpenSSL::Buffering#getc

Defined in:
lib/openssl/buffering.rb

#getcObject

Reads one character from the stream. Returns nil if called at end of file.



293
294
295
# File 'lib/openssl/buffering.rb', line 293

def getc
  read(1)
end