Is this a block device?

Property definitions

core $ FileStat :: is_blk
	# Is this a block device?
	fun is_blk: Bool
	do
		assert not finalized
		return stat.is_blk
	end
lib/core/file.nit:870,2--875,4