instance method
stop_all_streams
Ruby on Rails 6.0.6
Since v6.0.6Signature
stop_all_streams()
No documentation comment.
Source
# File actioncable/lib/action_cable/channel/test_case.rb, line 34
def stop_all_streams
@_streams = []
end
Defined in actioncable/lib/action_cable/channel/test_case.rb line 34
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Channel::ChannelStub