Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
File::Statクラス
executable?
instance method File::Stat#executable?
executable? -> bool
[
permalink
][
rdoc
]
実効ユーザ/グループIDで実行できる時に真を返します。
p File::Stat.new($0).executable? # 例 #=> true