class Byebug::DisableCommand

def description

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