るりまサーチ (Ruby 2.1.0)

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

別のキーワード

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

ライブラリ

クラス

検索結果

Pathname#readable? -> bool (135607.0)

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

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


@see FileTest.#readable?

Pathname#world_readable? -> bool (99607.0)

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

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


@see FileTest.#world_readable?