# File lib/facets/more/minitar.rb, line 832
    def dir?(path)
      File.directory?((path[-1] == ?/) ? path : "#{path}/")
    end