1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

formatting

This commit is contained in:
John Mair 2010-12-12 23:31:04 +13:00
parent b6394c8835
commit fa55956fdc

View file

@ -134,7 +134,7 @@ module Pry
when /jump_to\s*(\d*)/
break_level = ($~.captures).first.to_i
output.jump_to(break_level)
case break_level
when nesting.level
output.warn_already_at_level(nesting.level)