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