method

broadcasting_for

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