18件ヒット
[1-18件を表示]
(0.069秒)
ライブラリ
- ビルトイン (12)
-
shell
/ command-processor (6)
クラス
-
File
:: Stat (12) -
Shell
:: CommandProcessor (6)
検索結果
-
Shell
:: CommandProcessor # writable?(file) -> bool (21208.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#writable?... -
File
:: Stat # writable? -> bool (21120.0) -
書き込み可能な時に真を返します。
...書き込み可能な時に真を返します。
//emlist[][ruby]{
p File::Stat.new($0).writable? #=> true
//}...