Module: GetbyteForSSLSocket

Defined in:
lib/rom/ldap/socket.rb

Instance Method Summary collapse

Instance Method Details

#getbyteObject



7
8
9
10
11
12
# File 'lib/rom/ldap/socket.rb', line 7

def getbyte
  byte = getc
  return nil if byte.nil?

  byte.ord
end