Flowdock
method

tar_file_header

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: TarTestCase
tar_file_header(fname, dname, mode, length) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/package/tar_test_case.rb, line 114
  def tar_file_header(fname, dname, mode, length)
    h = header("0", fname, dname, length, mode)
    checksum = calc_checksum(h)
    header("0", fname, dname, length, mode, checksum)
  end
Register or log in to add new notes.