るりまサーチ (Ruby 2.7.0)

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

別のキーワード

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

ライブラリ

クラス

検索結果

Pathname#writable? -> bool (105307.0)

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

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


@see FileTest.#writable?

Pathname#world_writable? -> bool (69307.0)

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

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


@see FileTest.#world_writable?