global

def after_command(*methods, &block)

def after_command(*methods, &block)
  set_callback(:command, :after, *methods, &block)
end