class Byebug::StepCommand

def description

def description
  prettify <<-EOD
    s[tep][ nnn]
    Steps (into methods) once or nnn times.
  EOD
end