# File lib/uuid.rb, line 486 486: def close 487: @socket.shutdown if @socket 488: @socket = nil 489: end