method
start
start()
public
Hide source
# File lib/rubygems/package/io_source.rb, line 18 def start @start ||= begin if io.pos > 0 raise Gem::Package::Error, "Cannot read start unless IO is at start" end value = io.read 20 io.rewind value end end