method
with_write_io
ruby latest stable - Class:
Gem::Package::FileSource
with_write_io(&block)public
No documentation available.
# File lib/rubygems/package/file_source.rb, line 25
def with_write_io &block
File.open path, 'wb', &block
end