Method: ActionCable::Channel::ChannelStub#stream_from
- Defined in:
- lib/action_cable/testing/channel/test_case.rb
#stream_from(broadcasting) ⇒ Object
33 34 35 |
# File 'lib/action_cable/testing/channel/test_case.rb', line 33 def stream_from(broadcasting, *) streams << broadcasting end |