Module: ScriptCore::Protocol
- Defined in:
- lib/script_core/protocol.rb
Class Method Summary collapse
Class Method Details
.packer_factory ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/script_core/protocol.rb', line 6 def packer_factory @packer_factory ||= begin factory = MessagePack::Factory.new factory.register_type(0x00, Symbol) factory end end |