class method
self.new
Ruby on Rails edge
Since edgeSignature
self.new(command)
No documentation comment.
Parameters
-
commandreq
Source
# File actioncable/lib/action_cable/connection/subscriptions.rb, line 36
def initialize(command)
super "Received unrecognized command: #{command}"
end
Defined in actioncable/lib/action_cable/connection/subscriptions.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::Subscriptions::UnknownCommandError