class OpenSSL::SSL::SSLSocket

def getbyte

def getbyte
  byte = read(1)
  byte && unpack_byte(byte)
end