るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

検索結果

File::Stat#readable? -> bool (81928.0)

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

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

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

Shell#readable?(file) -> bool (73207.0)

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

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

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

@see FileTest.#readable?

Shell::CommandProcessor#readable?(file) -> bool (73207.0)

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

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

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

@see FileTest.#readable?

Shell::Filter#readable?(file) -> bool (73207.0)

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

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

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

@see FileTest.#readable?

Net::FTP::MLSxEntry#readable? -> bool (72910.0)

内容が読み出せるなら true を返します。

内容が読み出せるなら true を返します。

絞り込み条件を変える

Pathname#readable? -> bool (72910.0)

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

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


@see FileTest.#readable?

Pathname#world_readable? -> bool (36910.0)

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

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


@see FileTest.#world_readable?