instance method
clear_messages
Ruby on Rails edge
Since v6.0.6.1Signature
clear_messages(channel)
No documentation comment.
Parameters
-
channelreq
Source
# File actioncable/lib/action_cable/subscription_adapter/test.rb, line 27
def clear_messages(channel)
channels_data[String(channel)] = []
end
Defined in actioncable/lib/action_cable/subscription_adapter/test.rb line 27
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::SubscriptionAdapter::Test