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