class Berkshelf::CommunityREST

def is_tar_file(path)

def is_tar_file(path)
  IO.binread(path, 8, 257).to_s == "ustar\x0000"
end