るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.063秒)
トップページ > クエリ:Integer[x] > クエリ:size[x] > クエリ:new[x] > クエリ:blksize[x]

別のキーワード

  1. _builtin size
  2. net/imap size
  3. rexml/document size
  4. _builtin size?
  5. matrix row_size

ライブラリ

クラス

検索結果

File::Stat#blksize -> Integer (24314.0)

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

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

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