method

around_command

rails latest stable - Class: ActionCable::Connection::Callbacks::ClassMethods
around_command(*methods, &block)
public

No documentation available.

# File actioncable/lib/action_cable/connection/callbacks.rb, line 49
        def around_command(*methods, &block)
          set_callback(:command, :around, *methods, &block)
        end