るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  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 (54340.0)

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

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

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

@see FileTest.#readable?

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

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

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

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

@see FileTest.#readable?

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

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

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

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

@see FileTest.#readable?

Pathname#readable? -> bool (54325.0)

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

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


@see FileTest.#readable?

Shell#world_readable? (18355.0)

@todo

@todo

絞り込み条件を変える

Shell::CommandProcessor#world_readable? (18355.0)

@todo

@todo

Shell::Filter#world_readable? (18355.0)

@todo

@todo

Pathname#world_readable? -> bool (18325.0)

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

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


@see FileTest.#world_readable?