class Byebug::HistoryCommand

def self.regexp

def self.regexp
  /^\s* hist(?:ory)? (?:\s+(?<num_cmds>.+))? \s*$/x
end