Module: MaxCube::Messages::TCP::Serializer::MessageQ
- Defined in:
- lib/maxcube/messages/tcp/type/q.rb
Overview
Quit message - terminates connection. Does not contain any data.
Instance Method Summary collapse
- #serialize_tcp_q(_hash) ⇒ Object private
Instance Method Details
#serialize_tcp_q(_hash) ⇒ Object (private)
11 12 13 |
# File 'lib/maxcube/messages/tcp/type/q.rb', line 11 def serialize_tcp_q(_hash) '' end |