Method: OpenSSL::Buffering#getc
- Defined in:
- lib/openssl/buffering.rb
#getc ⇒ Object
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 |