Class: Protocol::WebSocket::TextFrame

Inherits:
Object
  • Object
show all
Defined in:
lib/deepstream/async_patch.rb

Instance Method Summary collapse

Instance Method Details

#unpackObject



40
41
42
# File 'lib/deepstream/async_patch.rb', line 40

def unpack
  encoded_readed_string = super.encode(Encoding::UTF_8)
end