# File lib/archive/tar/minitar.rb, line 580 580: def initialize(anIO) 581: @io = anIO 582: @init_pos = anIO.pos 583: end