class method
self.internal_methods
Ruby on Rails 8.1.3.1
Since v8.1.3.1 Private — implementation detail, not part of the public APIAvailable in: v8.1.3.1 edge
Signature
self.internal_methods()
No documentation comment.
Source
# File actioncable/lib/action_cable/channel/base.rb, line 158
def internal_methods
super
end
Defined in actioncable/lib/action_cable/channel/base.rb line 158
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Channel::Base