class Byebug::DisableCommand::DisplayCommand

def self.description

def self.description
  <<-DESCRIPTION
    dis[able] d[isplay][ <id1> <id2> .. <idn>]
    #{short_description}
    Arguments are the code numbers of the expressions to disable. Do "info
    display" to see the current list of code numbers. If no arguments are
    specified, all displays are disabled.
  DESCRIPTION
end