Ruby 3.3 リファレンスマニュアル
ライブラリ一覧
pathnameライブラリ
Pathnameクラス
rename
instance method Pathname#rename
rename(to) -> 0
[
permalink
][
rdoc
][
edit
]
File.rename(self.to_s, to) と同じです。
[PARAM] to:
ファイル名を表す文字列を指定します。
[SEE_ALSO]
File.rename