method

after_command

after_command(*methods, &block)
public

No documentation available.

# File actioncable/lib/action_cable/connection/callbacks.rb, line 47
        def after_command(*methods, &block)
          set_callback(:command, :after, *methods, &block)
        end