method
broadcasting_for
v7.2.3 -
Show latest stable
- Class:
ActionCable::Channel::TestCase::Behavior
broadcasting_for(stream_or_object)private
No documentation available.
# File actioncable/lib/action_cable/channel/test_case.rb, line 346
def broadcasting_for(stream_or_object)
return stream_or_object if stream_or_object.is_a?(String)
self.class.channel_class.broadcasting_for(stream_or_object)
end