# File lib/rubygems/package/tar_test_case.rb, line 9
  def ASCIIZ(str, length)
    str + "\0" * (length - str.length)
  end