Flowdock
method

tar_symlink_header

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: TarTestCase
tar_symlink_header(fname, prefix, mode, mtime, linkname) 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 115
  def tar_symlink_header(fname, prefix, mode, mtime, linkname)
    h = header("2", fname, prefix, 0, mode, mtime, nil, linkname)
    checksum = calc_checksum(h)
    header("2", fname, prefix, 0, mode, mtime, checksum, linkname)
  end
Register or log in to add new notes.