class Byebug::EnableDisableCommand

def regexp

def regexp
  /^\s* (dis|en)(?:able)? (?:\s+(.+))? \s*$/x
end