Methods
S
Instance Public methods
subscribed()
# File actioncable/test/channel/stream_test.rb, line 120
def subscribed
  stream_from :channel do
    Thread.current[:ran_callback] = true
  end
end