Is this a UNIX socket

Property definitions

core $ FileStat :: is_sock
	# Is this a UNIX socket
	fun is_sock: Bool
	do
		assert not finalized
		return stat.is_sock
	end
lib/core/file.nit:884,2--889,4