Flowdock
method

tar_dir_header

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: TarTestCase
tar_dir_header(name, prefix, mode, mtime) 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 109
  def tar_dir_header(name, prefix, mode, mtime)
    h = header("5", name, prefix, 0, mode, mtime)
    checksum = calc_checksum(h)
    header("5", name, prefix, 0, mode, mtime, checksum)
  end
Register or log in to add new notes.