るりまサーチ (Ruby 2.7.0)

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

別のキーワード

  1. pathname glob
  2. pathname realpath
  3. pathname each_line
  4. pathname find
  5. pathname ascend

ライブラリ

クラス

検索結果

Pathname#readable? -> bool (105307.0)

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

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


@see FileTest.#readable?

Pathname#world_readable? -> bool (69307.0)

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

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


@see FileTest.#world_readable?