# File lib/zip/ioextras.rb, line 134 def printf(aFormatString, *params) self << sprintf(aFormatString, *params) end