method
v1_9_2_180 -
Show latest stable
- Class:
OpenSSL::Buffering
print(*args)public
No documentation available.
# File ext/openssl/lib/openssl/buffering.rb, line 315
def print(*args)
s = ""
args.each{ |arg| s << arg.to_s }
do_write(s)
nil
end