class Byebug::StepCommand

def description

def description
  %{s[tep][+-]?[ nnn]
    Steps (into methods) once or nnn times.
      '+' forces to move to another line.
      '-' is the opposite of '+' and disables the :forcestep setting.}
end