るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.101秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:ld[x] > クラス:Shell::CommandProcessor[x]

別のキーワード

  1. date ld
  2. ld date

ライブラリ

キーワード

検索結果

Shell::CommandProcessor#world_readable? (18307.0)

@todo

@todo

Shell::CommandProcessor#world_writable? (18307.0)

@todo

@todo

Shell::CommandProcessor#link(old, new) -> 0 (307.0)

File クラスにある同名のクラスメソッドと同じです.

File クラスにある同名のクラスメソッドと同じです.

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

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

@see File.link

Shell::CommandProcessor#symlink(old, new) -> 0 (307.0)

File クラスにある同名のクラスメソッドと同じです.

File クラスにある同名のクラスメソッドと同じです.

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

@param new シンボリックリンクを表す文字列を指定します。

@see File.symlink