Method: OpenSSL::Buffering#printf
- Defined in:
-
lib/extensions/openssl/openssl/buffering.rb,
lib/framework/autocomplete/OpenSSL.rb
Formats and writes to the stream converting parameters under control of the format string.
See Kernel#sprintf for format string details.
436 437 |
# File 'lib/extensions/openssl/openssl/buffering.rb', line 436 def printf(s,args) end |