class OpenSSL::SSL::SSLSocket

def unpack_byte(str)

def unpack_byte(str)
  str.unpack1('C')
end