instance method File::Stat#blksize

blksize -> Integer[permalink][rdoc]

望ましいI/Oのブロックサイズを返します。

fs = File::Stat.new($0)
#例
p fs.blksize #=> nil