るりまサーチ

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

別のキーワード

  1. pathname glob
  2. pathname find
  3. pathname opendir
  4. pathname realpath
  5. pathname open

ライブラリ

クラス

検索結果

Pathname#rename(to) -> 0 (35124.0)

File.rename(self.to_s, to) と同じです。

...File.rename(self.to_s, to) と同じです。

@param to ファイル名を表す文字列を指定します。


@see File.rename...