class Byebug::DisableCommand

def description

def description
  %{
    Disable some things.
    A disabled item is not forgotten, but has no effect until reenabled.
    Use the "enable" command to have it take effect again.
   }
end