Method: Funl::Message.control
- Defined in:
- lib/funl/message.rb
.control(op_type, *args) ⇒ Object
39 40 41 |
# File 'lib/funl/message.rb', line 39 def self.control op_type, *args Message.new.tap {|m| m.client_id = [op_type, *args]} end |