class Byebug::JumpCommand

def regexp

def regexp
  / ^\s*
     j(?:ump)? \s*
     (?:\s+(\S+))?\s*
     (?:\s+(\S+))?\s*
     $
  /ix
end