Methods
Instance Public methods
after_command(*methods, &block) Link
Source: show
# File actioncable/lib/action_cable/connection/callbacks.rb, line 41 def after_command(*methods, &block) set_callback(:command, :after, *methods, &block) end