るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.134秒)
トップページ > クエリ:i[x] > クエリ:h[x] > クエリ:make_symlink[x]

別のキーワード

  1. _builtin to_h
  2. hash to_h
  3. env to_h
  4. array to_h
  5. enumerable to_h

ライブラリ

クラス

検索結果

Pathname#make_symlink(old) -> 0 (27201.0)

File.symlink(old, self.to_s) と同じです。

...File.symlink(old, self.to_s) と同じです。


@see File.symlink...