Methods
D
E
Instance Public methods
decode(*)
# File actioncable/test/channel/stream_test.rb, line 41
def decode(*) { foo: 'decoded' } end
encode(*)
# File actioncable/test/channel/stream_test.rb, line 40
def encode(*) '{ "foo": "encoded" }' end