class Byebug::StepCommand

def regexp

def regexp
  /^\s* s(?:tep)?
    ([+-])?(?:\s+(\S+))?
    \s*$/x
end