Flowdock
method

util_entry

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: TarTestCase
util_entry(tar) 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 131
  def util_entry(tar)
    io = TempIO.new tar

    header = Gem::Package::TarHeader.from io

    Gem::Package::TarReader::Entry.new header, io
  end
Register or log in to add new notes.