first line of code in REPL is now (pry):1

This commit is contained in:
John Mair 2011-08-22 21:19:20 +12:00
parent 8c9047b8db
commit d5824563c9
1 changed files with 2 additions and 2 deletions

View File

@ -244,8 +244,8 @@ class Pry
self.custom_completions = DEFAULT_CUSTOM_COMPLETIONS
self.cli = false
self.current_line = 0
self.line_buffer = []
self.current_line = 1
self.line_buffer = [""]
self.eval_path = "(pry)"
end