class Byebug::IRBCommand

def regexp

def regexp
  /^\s* irb
    (?:\s+(-d))?
    \s*$/x
end