class Gem::Package::FileSource

def with_read_io(&block)

def with_read_io(&block)
  File.open path, "rb", &block
end