method

getc

v1_9_1_378 - Show latest stable - Class: Buffering
getc()
public

No documentation available.

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