class Byebug::VarCommand::ConstCommand

def self.regexp

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