るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.147秒)

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. fiddle type_ssize_t
  4. t61string new
  5. fiddle align_size_t

ライブラリ

クラス

検索結果

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

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

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

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