Method: Thrift::MultiplexedProtocol#write_set_begin
- Defined in:
- lib/thrift_client/thrift/protocol.rb
#write_set_begin(etype, size) ⇒ Object
62 63 64 |
# File 'lib/thrift_client/thrift/protocol.rb', line 62 def write_set_begin(etype, size) @protocol.write_set_begin(etype, size) end |