instance method File::Stat#executable?

executable? -> bool[permalink][rdoc][edit]

実効ユーザ/グループIDで実行できる時に真を返します。


p File::Stat.new($0).executable?
# 例
#=> true