file?()
Is this tar entry a file?
# File lib/rubygems/package/tar_reader/entry.rb, line 101 def file? @header.typeflag == "0" end