るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.016秒)
トップページ > バージョン:2.2.0[x] > クエリ:Pathname[x] > クエリ:truncate[x]

別のキーワード

  1. pathname glob
  2. pathname to_path
  3. pathname realpath
  4. pathname ascend
  5. pathname find

ライブラリ

クラス

検索結果

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

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

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


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

@see File.truncate