# File lib/uuid.rb, line 489
489:     def close
490:       @socket.shutdown if @socket
491:       @socket = nil
492:     end