るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

ライブラリ

クラス

検索結果

Pathname#writable? -> bool (135607.0)

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

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


@see FileTest.#writable?

Pathname#world_writable? -> bool (99607.0)

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

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


@see FileTest.#world_writable?