class Byebug::DisableCommand::DisplayCommand

def self.regexp

def self.regexp
  /^\s* d(?:isplay)? (?:\s+ (.+))? \s*$/x
end