るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.017秒)
トップページ > バージョン:2.4.0[x] > クエリ:Pathname[x] > ライブラリ:pathname[x] > クエリ:writable?[x]

別のキーワード

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

クラス

検索結果

Pathname#writable? -> bool (117310.0)

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

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


@see FileTest.#writable?

Pathname#world_writable? -> bool (81310.0)

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

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


@see FileTest.#world_writable?