method
write
v1_9_1_378 -
Show latest stable
- Class:
Buffering
write(s)public
No documentation available.
# File ext/openssl/lib/openssl/buffering.rb, line 194
def write(s)
do_write(s)
s.length
end write(s)No documentation available.
# File ext/openssl/lib/openssl/buffering.rb, line 194
def write(s)
do_write(s)
s.length
end