るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.218秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:n[x] > クエリ:r[x] > クエリ:lock[x] > バージョン:2.1.0[x] > クラス:File::Stat[x]

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. rsa n=
  4. openssl n
  5. openssl n=

ライブラリ

検索結果

File::Stat#blocks -> Integer (18907.0)

割り当てられているブロック数を返します。

...割り当てられているブロック数を返します。

//emlist[][ruby]{
fs = File::Stat.new($0)
#例
p fs.blocks #=> nil
//}...