# File lib/openssl/buffering.rb, line 223
  def printf(s, *args)
    do_write(s % args)
    nil
  end