lib/byebug/commands/finish.rb in byebug-1.4.1 vs lib/byebug/commands/finish.rb in byebug-1.4.2

- old
+ new

@@ -26,19 +26,17 @@ def names %w(finish) end def description - %{ - fin[ish][ frame-number]\tExecute until selected stack frame returns. + %{fin[ish][ frame-number]\tExecute until selected stack frame returns. If no frame number is given, we run until the currently selected frame returns. The currently selected frame starts out the most-recent frame or 0 if no frame positioning (e.g "up", "down" or "frame") has been performed. - If a frame number is given we run until that frame returns. - } + If a frame number is given we run until that frame returns.} end end end end