pry--pry/lib/pry/default_commands
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
..
cd.rb move cd/hist commands to their own files and new groups 2012-03-01 17:10:55 -08:00
commands.rb Group command-commands into their own set 2012-03-01 17:10:54 -08:00
context.rb make whereami N work, fixes #537 2012-04-18 18:49:00 +12:00
easter_eggs.rb moved nyan-cat to eastereggs and made it hidden 2012-04-18 00:20:00 +12:00
editing.rb moved doc helpers into DocumentationHelpers module 2012-04-13 02:17:47 +12:00
find_method.rb Pry::WrappedModule.from_str respects binding 2012-04-18 11:38:31 +12:00
gems.rb better fix... 2012-01-28 19:50:56 -08:00
help.rb tell people how to get more help immediately 2012-03-01 17:10:55 -08:00
hist.rb Merge remote-tracking branch 'golive/master' 2012-03-17 22:21:12 -07:00
input_and_output.rb shell commands, e.g `.ls` now accept block 2012-02-27 14:36:02 +13:00
introspection.rb include line count in show-source class output 2012-04-21 18:26:47 +12:00
ls.rb Be less codey... 2012-04-16 23:33:35 -07:00
misc.rb moved nyan-cat to eastereggs and made it hidden 2012-04-18 00:20:00 +12:00
navigating_pry.rb Fix `exit` after previous syntax error in `exit` command. 2012-04-25 17:38:43 -03:00