Source: show | on GitHub
# File actioncable/test/channel/stream_test.rb, line 41 def decode(*) { foo: 'decoded' } end
# File actioncable/test/channel/stream_test.rb, line 40 def encode(*) '{ "foo": "encoded" }' end