instance method File::Stat#file?

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

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


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