write(data)
Writes data onto the IO
# File lib/rubygems/package/tar_writer.rb, line 70 def write(data) @io.write data end