class method
self.internal_methods
Ruby on Rails 8.1.2
Since v8.1.2 PrivateSignature
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