るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. _builtin writable?
  2. _builtin writable_real?
  3. _builtin world_writable?
  4. io/wait wait_writable
  5. io wait_writable

ライブラリ

検索結果

Shell#writable?(file) -> bool (54340.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#writable?

Shell::CommandProcessor#writable?(file) -> bool (54340.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#writable?

Shell::Filter#writable?(file) -> bool (54340.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#writable?

Pathname#writable? -> bool (54325.0)

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

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


@see FileTest.#writable?

Shell#world_writable? (18355.0)

@todo

@todo

絞り込み条件を変える

Shell::CommandProcessor#world_writable? (18355.0)

@todo

@todo

Shell::Filter#world_writable? (18355.0)

@todo

@todo

Pathname#world_writable? -> bool (18325.0)

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

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


@see FileTest.#world_writable?