Method: Buffering#printf

Defined in:
lib/openssl/buffering.rb

#printf(s, *args) ⇒ Object



223
224
225
226
# File 'lib/openssl/buffering.rb', line 223

def printf(s, *args)
  do_write(s % args)
  nil
end