pry--pry/lib
Renato Mascarenhas 1dc68c9de9 Fix `exit` after previous syntax error in `exit` command.
Before this commit, the binding stack was cleared before evaluating
the user-given value for the `exit` command. If a syntax error happened
when `eval`ing it, the program would still be running with no elements
in the binding stack, causing next calls of `exit` to fail.
2012-04-25 17:38:43 -03:00
..
pry Fix `exit` after previous syntax error in `exit` command. 2012-04-25 17:38:43 -03:00
pry.rb make whereami N work, fixes #537 2012-04-18 18:49:00 +12:00