method
write
v1_9_3_392 -
Show latest stable
- Class:
OpenSSL::Buffering
write(s)public
Writes s to the stream. If the argument is not a string it will be converted using String#to_s. Returns the number of bytes written.
write(s)Writes s to the stream. If the argument is not a string it will be converted using String#to_s. Returns the number of bytes written.