るりまサーチ

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

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file umask
  4. file path

ライブラリ

検索結果

Pathname#truncate(length) -> 0 (18147.0)

File.truncate(self.to_s, length) と同じです。

...File.truncate(self.to_s, length) と同じです。


@param length 変更したいサイズを整数で与えます。

@see File.truncate...