るりまサーチ

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

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. matrix p
  5. kernel p

検索結果

Net::FTP::MLSxEntry#writable? -> bool (21102.0)

ファイルに書き込めるなら true を返します。

ファイルに書き込めるなら true を返します。

Pathname#writable? -> bool (21102.0)

FileTest.writable?(self.to_s) と同じです。

...FileTest.writable?(self.to_s) と同じです。


@see FileTest.#writable?...

Shell::CommandProcessor#writable?(file) -> bool (21101.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

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

@see FileTest.#writable?...

File::Stat#writable? -> bool (18114.0)

書き込み可能な時に真を返します。

...書き込み可能な時に真を返します。

//emlist[][ruby]{
p
File::Stat.new($0).writable? #=> true
//}...

Pathname#world_writable? -> bool (9102.0)

FileTest.world_writable?(self.to_s) と同じです。

...FileTest.world_writable?(self.to_s) と同じです。


@see FileTest.#world_writable?...

絞り込み条件を変える

Shell::CommandProcessor#world_writable? (9102.0)

@todo

@todo