るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

検索結果

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

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

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

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

@
see FileTest.#readable?...

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

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

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

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

@
see FileTest.#readable?...

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

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

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

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

@
see FileTest.#readable?...

Pathname#readable? -> bool (18108.0)

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

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


@
see FileTest.#readable?...

Shell#world_readable? (6118.0)

@todo

...@todo...

絞り込み条件を変える

Shell::CommandProcessor#world_readable? (6118.0)

@todo

...@todo...

Shell::Filter#world_readable? (6118.0)

@todo

...@todo...

Pathname#world_readable? -> bool (6108.0)

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

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


@
see FileTest.#world_readable?...