unix_path -> String
Unix domain socket の path を文字列で返します。
require 'socket' Addrinfo.unix("/tmp/sock").unix_path #=> "/tmp/sock"