module ActionCable::Channel::ChannelStub
def confirmed?
def confirmed? subscription_confirmation_sent? end
def rejected?
def rejected? subscription_rejected? end
def start_periodic_timers; end
def start_periodic_timers; end
def stop_all_streams
def stop_all_streams @_streams = [] end
def stream_from(broadcasting, *)
def stream_from(broadcasting, *) streams << broadcasting end
def streams
def streams @_streams ||= [] end