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