instance method
shutdown
Ruby on Rails 7.2.3.2
Since v5.0.7.2Signature
shutdown()
No documentation comment.
Source
# File actioncable/lib/action_cable/subscription_adapter/base.rb, line 27
def shutdown
raise NotImplementedError
end
Defined in actioncable/lib/action_cable/subscription_adapter/base.rb line 27
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::SubscriptionAdapter::Base