# File lib/rubygems/package.rb, line 356 def getc return nil if @read >= @size ret = @io.getc @read += 1 if ret ret end