instance method File::Stat#executable_real?

executable_real? -> bool[permalink][rdoc]

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

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