1件ヒット
[1-1件を表示]
(0.062秒)
クラス
-
File
:: Stat (1)
検索結果
-
File
:: Stat # blocks -> Integer (90931.0) -
割り当てられているブロック数を返します。
割り当てられているブロック数を返します。
//emlist[][ruby]{
fs = File::Stat.new($0)
#例
p fs.blocks #=> nil
//}