Method: Thrift::BaseTransport#write
- Defined in:
- lib/thrift/transport/base_transport.rb
#write(buf) ⇒ Object Also known as: <<
Writes the byte buffer to the transport. In Ruby 1.9+, the buffer will be forced into BINARY encoding.
buf - A String acting as a byte buffer.
Returns nothing.
98 |
# File 'lib/thrift/transport/base_transport.rb', line 98 def write(buf); end |