mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed output.rb formatting
This commit is contained in:
parent
09685f360c
commit
9f07da8ee6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module Pry
|
|||
puts "exit/quit/back End the current Pry session"
|
||||
puts "exit_all End all nested Pry sessions"
|
||||
puts "exit_program/quit_program End the current program"
|
||||
puts "jump_to <level> Jump to a Pry session further up the stack, exiting all sessions below"
|
||||
puts "jump_to <level> Jump to a Pry session further up the stack, exiting all sessions below"
|
||||
end
|
||||
|
||||
def show_nesting(nesting)
|
||||
|
|
Loading…
Reference in a new issue