るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.014秒)
トップページ > クエリ:Pathname[x] > クエリ:readable?[x] > クラス:Pathname[x]

別のキーワード

  1. pathname glob
  2. pathname realpath
  3. pathname each_line
  4. pathname open
  5. pathname sub

ライブラリ

検索結果

Pathname#readable? -> bool (39102.0)

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

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


@see FileTest.#readable?...

Pathname#world_readable? -> bool (27102.0)

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

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


@see FileTest.#world_readable?...