るりまサーチ

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

別のキーワード

  1. socket bool
  2. option bool
  3. win32ole vt_bool
  4. variant vt_bool
  5. bool socket

検索結果

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

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

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

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

Shell#writable?(file) -> bool (24402.0)

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

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

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

@see FileTest.#writable?...

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

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

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

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

@see FileTest.#writable?...

Shell::Filter#writable?(file) -> bool (24402.0)

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

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

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

@see FileTest.#writable?...

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

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

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

絞り込み条件を変える

Pathname#writable? -> bool (24303.0)

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

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


@see FileTest.#writable?...

Pathname#world_writable? -> bool (12303.0)

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

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


@see FileTest.#world_writable?...