global

def around_command(*methods, &block)

def around_command(*methods, &block)
  set_callback(:command, :around, *methods, &block)
end