Skip to Content Skip to Search
Methods
N

Class Public methods

new(command)

# File actioncable/lib/action_cable/connection/subscriptions.rb, line 36
def initialize(command)
  super "Received unrecognized command: #{command}"
end