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