# File lib/facets/more/minitar.rb, line 499 def getc return nil if @read >= @size ret = @io.getc @read += 1 if ret ret end