class Byebug::UndisplayCommand

def self.description

def self.description
  <<-DESCRIPTION
    undisp[lay][ nnn]
    #{short_description}
    Arguments are the code numbers of the expressions to stop displaying. No
    argument means cancel all automatic-display expressions. Type "info
    display" to see the current list of code numbers.
  DESCRIPTION
end