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