Class: Mayu::EventStream::Wrapper

Inherits:
MessagePack::Factory
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/mayu/event_stream.rb

Instance Method Summary collapse

Constructor Details

#initializeWrapper

Returns a new instance of Wrapper.



74
75
76
77
78
# File 'lib/mayu/event_stream.rb', line 74

def initialize
  super()

  self.register_type(0x01, Blob)
end