write(s)
Instance Public methods
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.
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.
Please login to continue.