Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
pathnameライブラリ
Pathnameクラス
truncate
instance method Pathname#truncate
truncate(length) -> 0
[
permalink
][
rdoc
]
File.truncate(self.to_s, length) と同じです。
[PARAM] length:
変更したいサイズを整数で与えます。
[SEE_ALSO]
File.truncate