instance method File::Stat#file?

file? -> bool[permalink][rdoc]

通常ファイルの時に真を返します。

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