Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > File::Statクラス > readable?
readable? -> bool
読み込み可能な時に真を返します。
p File::Stat.new($0).readable? #=> true