# File lib/uuid.rb, line 436 436: def close 437: @socket.shutdown if @socket 438: @socket = nil 439: end