Source: show | on GitHub
# File actioncable/test/channel/stream_test.rb, line 120 def subscribed stream_from :channel do Thread.current[:ran_callback] = true end end