24件ヒット
[1-24件を表示]
(0.083秒)
クラス
-
File
:: Stat (12) - Pathname (12)
検索結果
-
File
:: Stat # executable? -> bool (21108.0) -
実効ユーザ/グループIDで実行できる時に真を返します。
...実効ユーザ/グループIDで実行できる時に真を返します。
//emlist[][ruby]{
p File::Stat.new($0).executable?
# 例
#=> true
//}... -
Pathname
# executable? -> bool (21102.0) -
FileTest.executable?(self.to_s) と同じです。
...FileTest.executable?(self.to_s) と同じです。
@see FileTest.#executable?...