diff --git a/lib/pry.rb b/lib/pry.rb index 7671cab2..a3f4c06a 100644 --- a/lib/pry.rb +++ b/lib/pry.rb @@ -53,7 +53,7 @@ class Pry ] # A simple prompt - doesn't display target or nesting level - SIMPLE_PROMPT = [proc { ">> " }, proc { " | " }] + SIMPLE_PROMPT = [proc { ">> " }, proc { " | " }] SHELL_PROMPT = [ proc { |target_self, _| "pry #{Pry.view_clip(target_self)}:#{Dir.pwd} $ " },