instance method
shutdown
Ruby on Rails 8.0.4
Since v5.2.8.1Signature
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