instance method File::Stat#readable?

readable? -> bool[permalink][rdoc]

読み込み可能な時に真を返します。

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