class Gem::Package::FileSource

def with_write_io(&block)

def with_write_io(&block)
  File.open path, "wb", &block
end