るりまサーチ

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

別のキーワード

  1. _builtin readable_real?
  2. _builtin readable?
  3. _builtin world_readable?
  4. irb/input-method readable_atfer_eof?
  5. pathname readable_real?

検索結果

File::Stat#readable_real? -> bool (27208.0)

実ユーザ/実グループによって読み込み可能な時に真を返します。

...実ユーザ/実グループによって読み込み可能な時に真を返します。

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

Shell#readable_real?(file) -> bool (24301.0)

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

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

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

@see FileTest.#readable_real?...

Shell::CommandProcessor#readable_real?(file) -> bool (24301.0)

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

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

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

@see FileTest.#readable_real?...

Shell::Filter#readable_real?(file) -> bool (24301.0)

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

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

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

@see FileTest.#readable_real?...

Pathname#readable_real? -> bool (24202.0)

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

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


@see FileTest.#readable_real?...

絞り込み条件を変える