method

getc

v1_9_2_180 - Show latest stable - Class: OpenSSL::Buffering
getc()
public

No documentation available.

# File ext/openssl/lib/openssl/buffering.rb, line 194
  def getc
    c = read(1)
    c ? c[0] : nil
  end